summary refs log tree commit diff
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
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-16Bump database versionErik Johnston1-1/+1
2014-12-16Bump versionErik Johnston2-2/+2
2014-12-16Fix pyflakesErik Johnston1-2/+0
2014-12-16Remove FrozenEncoderErik Johnston1-8/+0
2014-12-16Better english in docstrings are helpful.Erik Johnston1-2/+2
2014-12-16Update upgrade scriptErik Johnston2-3/+12
2014-12-16Persist internal_metadataErik Johnston4-5/+13
2014-12-16Add basic docstring to annotate_context_with_stateErik Johnston1-0/+11
2014-12-16