summary refs log tree commit diff
path: root/synapse/replication/tcp/handler.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop the master relaying USER_SYNC for other workers (#7318)Richard van der Hoff2020-04-221-10/+5
* Add ability to run replication protocol over redis. (#7040)Erik Johnston2020-04-221-7/+43
* On catchup, process each row with its own stream id (#7286)Richard van der Hoff2020-04-201-5/+68
* Remove vestigal references to SYNC replication commandRichard van der Hoff2020-04-071-4/+0
* Fix race in replication (#7226)Erik Johnston2020-04-071-28/+45
* Move server command handling out of TCP protocol (#7187)Erik Johnston2020-04-071-18/+159
* Move client command handling out of TCP protocol (#7185)Erik Johnston2020-04-061-0/+252