| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix sending server up commands from workers (#6811) | Erik Johnston | 2020-01-30 | 1 | -0/+4 |
* | Wake up transaction queue when remote server comes back online (#6706) | Erik Johnston | 2020-01-17 | 1 | -0/+3 |
* | Port synapse.replication.tcp to async/await (#6666) | Erik Johnston | 2020-01-16 | 1 | -7/+4 |
* | Fixup synapse.replication to pass mypy checks (#6667) | Erik Johnston | 2020-01-14 | 1 | -5/+7 |
* | Reduce the reconnect time when replication fails. (#6617) | Richard van der Hoff | 2020-01-03 | 1 | -1/+2 |
* | document the REPLICATE command a bit better (#6305) | Richard van der Hoff | 2019-11-04 | 1 | -6/+14 |
* | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -3/+3 |
* | Add parse_row method to replication stream class | Richard van der Hoff | 2019-03-27 | 1 | -2/+3 |
* | Fix/improve some docstrings in the replication code. (#4949) | Richard van der Hoff | 2019-03-27 | 1 | -3/+11 |
* | Move connecting logic into ClientReplicationStreamProtocol | Erik Johnston | 2019-02-27 | 1 | -18/+0 |
* | Increase the max delay between retry attempts | Erik Johnston | 2019-02-26 | 1 | -1/+1 |
* | Fix tightloop over connecting to replication server | Erik Johnston | 2019-02-26 | 1 | -3/+35 |
* | Make the replication logger quieter (#4108) | Amber Brown | 2018-10-29 | 1 | -1/+1 |
* | Logcontexts for replication command handlers | Richard van der Hoff | 2018-08-17 | 1 | -2/+2 |
* | Fix unit tests | Richard van der Hoff | 2018-07-25 | 1 | -1/+1 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -3/+6 |
* | Remove all global reactor imports & pass it around explicitly (#3424) | Amber Brown | 2018-06-25 | 1 | -3/+3 |
* | Make workers report to master for user ip updates | Erik Johnston | 2017-06-27 | 1 | -0/+7 |
* | Fix incorrect type when using InvalidateCacheCommand | Erik Johnston | 2017-04-06 | 1 | -1/+1 |
* | Add basic replication client handler and factory | Erik Johnston | 2017-04-03 | 1 | -0/+196 |