summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-18Test for terms UI authTravis Ralston1-0/+70
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-17Assume isatty is always defined, and catch AttributeError. Also don't bother ↵Erik Johnston1-2/+6
checking colour==Normal
2018-10-17Put the warning blob at the top of the fileRichard van der Hoff1-6/+9
2018-10-17Ship the email templates as package_dataRichard van der Hoff13-6/+50