summary refs log tree commit diff
path: root/synapse/replication/tcp/client.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of "conn_id" for presence. (#7128)Erik Johnston2020-03-301-2/+4
* Move catchup of replication streams to worker. (#7024)Erik Johnston2020-03-251-1/+2
* Fix sending server up commands from workers (#6811)Erik Johnston2020-01-301-0/+4
* Wake up transaction queue when remote server comes back online (#6706)Erik Johnston2020-01-171-0/+3
* Port synapse.replication.tcp to async/await (#6666)Erik Johnston2020-01-161-7/+4
* Fixup synapse.replication to pass mypy checks (#6667)Erik Johnston2020-01-141-5/+7
* Reduce the reconnect time when replication fails. (#6617)Richard van der Hoff2020-01-031-1/+2
* document the REPLICATE command a bit better (#6305)Richard van der Hoff2019-11-041-6/+14
* Remove usage of deprecated logger.warn method from codebase (#6271)Andrew Morgan2019-10-311-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-3/+3
* Add parse_row method to replication stream classRichard van der Hoff2019-03-271-2/+3
* Fix/improve some docstrings in the replication code. (#4949)Richard van der Hoff2019-03-271-3/+11
* Move connecting logic into ClientReplicationStreamProtocolErik Johnston2019-02-271-18/+0
* Increase the max delay between retry attemptsErik Johnston2019-02-261-1/+1
* Fix tightloop over connecting to replication serverErik Johnston2019-02-261-3/+35
* Make the replication logger quieter (#4108)Amber Brown2018-10-291-1/+1
* Logcontexts for replication command handlersRichard van der Hoff2018-08-171-2/+2
* Fix unit testsRichard van der Hoff2018-07-251-1/+1
* run isortAmber Brown2018-07-091-3/+6
* Remove all global reactor imports & pass it around explicitly (#3424)Amber Brown2018-06-251-3/+3
* Make workers report to master for user ip updatesErik Johnston2017-06-271-0/+7
* Fix incorrect type when using InvalidateCacheCommandErik Johnston2017-04-061-1/+1
* Add basic replication client handler and factoryErik Johnston2017-04-031-0/+196