summary refs log tree commit diff
path: root/demo/webserver.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-19make a bytestringAmber Brown1-2/+2
2018-10-18Use the right python when starting workersRichard van der Hoff2-1/+3
We should use the same python to start the workers as we do for the main synapse (ie, the same one used to run synctl.)
2018-10-18Add warnings about the upgrade to 0.33.7 github/release-v0.33.7 release-v0.33.7Richard van der Hoff1-0/+17
2018-10-18remove redundant changelog fileRichard van der Hoff1-1/+0
this change has been released
2018-10-180.33.7 v0.33.7Richard van der Hoff2-3/+6
2018-10-17fix changelog formatting v0.33.7rc2Richard van der Hoff1-1/+4
2018-10-17v0.33.7rc2Richard van der Hoff1-1/+1
2018-10-17prep changelogRichard van der Hoff3-13/+25
2018-10-17Fix incorrect truncation in get_missing_eventsRichard van der Hoff5-35/+26
It's quite important that get_missing_events returns the *latest* events in the room; however we were pulling event ids out of the database until we got *at least* 10, and then taking the *earliest* of the results. We also shouldn't really be relying on depth, and should be checking the room_id.
2018-10-17