summary refs log tree commit diff
path: root/database-prepare-for-0.0.1.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-19Bump web sdk version to 0.6.0Mark Haines1-2/+2
2014-12-19Set display name when joining via aliasMark Haines1-0/+5
2014-12-19Remove unneeded federation keys from eventsMark Haines1-0/+3
2014-12-19SYN-203: Handle requests for thunbnails for images that are smallMark Haines1-5/+14
2014-12-19s/user_id/sender/Mark Haines1-1/+1
2014-12-18Supply auth_chain along with current state in '/state/', fetch auth events fr...Mark Haines4-31/+55
2014-12-18Replace distributor deferred list, with a simple for loop until I understand ...Mark Haines2-14/+25
2014-12-18Update README.rstKegsay1-0/+9
2014-12-18Update README.rstKegsay1-0/+22
2014-12-18Don't yield on sending the event accross federation.Mark Haines1-2/+2
2014-12-16Use _get_events_txn instead of _parse_events_txnErik Johnston1-7/+1
2014-12-16Fix where we pulled in event.state_events from hotfixes branchErik Johnston1-1/+1
2014-12-16Add FIXMEErik Johnston1-0/+1
2014-12-16Fix bug where we did not send the full auth chain to people that joined over ...Erik Johnston2-10/+13
2014-12-16Make error messages slightly more helpfulErik Johnston1-5/+5
2014-12-16Use is_outlier() so that we don't get AttributeErrorErik Johnston3-7/+5
2014-12-16Don't assume an event existsErik Johnston1-2/+4
2014-12-16Mention that we should pull in new deps before running upgrade scriptErik Johnston1-0/+4
2014-12-16Change upgrade script to not check hashes or signaturesErik Johnston1-46/+53
2014-12-16SYN-142: Use a default log file 'homeserver.log' so people get logging by def...Kegan Dougal1-1/+1
2014-12-16Enable rate limiting for all eventsErik Johnston1-0/+5
2014-12-16Remove send_message since nothing was calling it. Remove Snapshot because onl...Mark Haines2-118/+0
2014-12-16Fix typo where we thought a list was a dictErik Johnston1-3/+4
2014-12-16Construct the EventContext in the state handler rather than constructing one ...Mark Haines6-59/+50
2014-12-16clean up coding style a bitMark Haines8-26/+26
2014-12-16Fix upgrade script to run all the missing deltas.Erik Johnston2-1/+77
2014-12-16Remove annotate_event_with_state as nothing was using it. Update state tests ...Mark Haines2-135/+39
2014-12-16Do run all deltas up to missing delta 10Erik Johnston1-4/+4
2014-12-16Bump UPGRADES and CHANGESErik Johnston3-0/+27
2014-12-16Make failure to run appropraite upgrade scripts more helpful.Erik Johnston2-3/+22
2014-12-16Fix bugs in upgrade script.Erik Johnston1-1/+5
2014-12-16Rename upgrade scriptErik Johnston1-0/+0
2014-12-16Include database bump in upgrade scriptErik Johnston1-0/+2
2014-12-16