summary refs log tree commit diff
path: root/synapse/replication/tcp/streams.py (unfollow)
Commit message (Collapse)AuthorFilesLines
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</