summary refs log tree commit diff
path: root/synapse/replication/tcp/protocol.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-20Fix small extra argument passed to get_eventsAndrew Morgan1-2/+9
2020-02-25Remove extraneous unittest.DEBUG'sAndrew Morgan2-2/+0
2020-02-25Increase expected state events in tests for new room by oneAndrew Morgan1-1/+6
2020-02-24Move buildkite config to the pipelines repo (#5943)Amber Brown2-0/+16
2020-02-24Add m.id_access_token flag (#5930)Andrew Morgan2-1/+7
2020-02-24Removed unused jenkins/ folder and script (#5938)Amber Brown2-16/+1
2020-02-24Revert "Use the v2 lookup API for 3PID invites (#5897)"Andrew Morgan10-320/+183
2020-02-20Do not send alias events when creating / upgrading a room (#6941)Patrick Cloke3-40/+16
2020-02-20don't insert into the device table for remote cross-signing keys (#6956)Hubert Chathi2-15/+19
2020-02-20Add some clarifications to README.md in the database schema directory. (#6615)Ruben Barkow-Kuder2-8/+17
2020-02-19Minor perf fixes to `get_auth_chain_ids`.Erik Johnston3-7/+6
2020-02-19Freeze allocated objects on startup. (#6953)Erik Johnston2-0/+10
2020-02-19Reduce auth chains fetched during v2 state res. (#6952)Erik Johnston5-13/+39
2020-02-19