summary refs log tree commit diff
path: root/synapse/replication/tcp/protocol.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Port hash_password to Python 3 (#4161)Amber Brown3-8/+36
* port hash_password * changelog
2018-11-08Fix URL preview bugs (type error when loading cache from db, content-type ↵Amber Brown5-10/+187
including quotes) (#4157)
2018-11-07add purge_history.sh and purge_remote_media.sh scripts to contrib/purge_api/rubo774-0/+212
Signed-off-by: Ruben Barkow <github@r.z11.de>
2018-11-07Remove some boilerplate in tests (#4156)Amber Brown11-216/+162
2018-11-06Add config variables for enabling terms auth and the policy name (#4142)Travis Ralston10-11/+65
So people can still collect consent the old way if they want to.
2018-11-05handle empty backups according to latest spec proposal (#4123)Hubert Chathi4-52/+71
fixes #4056
2018-11-06Tests for user consent resource (#4140)Amber Brown5-6/+140
2018-11-06Add some tests for the HTTP pusher (#4149)Amber Brown2-0/+160
2018-11-06 Add helpers for getting prev and auth events (#4139)Erik Johnston10-45/+62
* Add helpers for getting prev and auth events This is in preparation for allowing the event format to change between room versions.
2018-11-03