summary refs log tree commit diff
path: root/synapse/http/client.py (unfollow)
Commit message (Collapse)AuthorFilesLines
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-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
move the example email templates into the synapse package so that they can be used as package data, which should mean that all of the packaging mechanisms (pip, docker, debian, arch, etc) should now come with the example templates. In order to grandfather in people who relied on the templates being in the old place, check for that situation and fall back to using the defaults if the templates directory does not exist.
2018-10-15update changelog v0.33.7rc1Amber Brown11-10/+28
2018-10-15update changelogAmber Brown1-2/+1
2018-10-15version bumpAmber Brown1-1/+1
2018-10-14synapse/app: frontend_proxy.py: actually make workers work on py3Ivan Shapovalov2-2/+3
2018-10-14synapse/visibility.py: fix SyntaxError on py3.7Ivan Shapovalov2-1/+2
2018-10-12missed oneDavid Baker1-0/+1
2018-10-13Make workers work on Py3 (#4027)Amber Brown13-62/+64
2018-10-12Linting soothes the savage PEP8 monsterDavid Baker1-4/+9
2018-10-12Misc PR feedback bitsDavid Baker1-2/+2
2018-10-12Don't mangle exceptionsDavid Baker1-4/+2
2018-10-12Split /room_keys/version into 2 servletsDavid Baker1-9/+21
2018-10-12PR feedback pt. 1David Baker3-29/+22
2018-10-12Comments on get_all_new_events_streamRichard van der Hoff1-1/+15
just some docstrings to clarify the behaviour here
2018-10-10Add description to counter metricErik Johnston1-1/+5
2018-10-10Update newsfileErik Johnston1-1/+1
2018-10-10Track number of non-empty sync responses insteadErik Johnston1-9/+15
2018-10-10Append _total to metric and fix up spellingErik Johnston1-2/+2
2018-10-09