summary refs log tree commit diff
path: root/synapse/replication/tcp/streams.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move replication.tcp.streams into a packageRichard van der Hoff2019-03-271-514/+0
|
* Fix/improve some docstrings in the replication code. (#4949)Richard van der Hoff2019-03-271-4/+8
|
* Fix bug where read-receipts lost their timestamps (#4927)Richard van der Hoff2019-03-251-3/+8
| | | | | Make sure that they are sent correctly over the replication stream. Fixes: #4898
* Fix minor typo in exceptionTravis Ralston2018-09-131-1/+1
|
* run isortAmber Brown2018-07-091-3/+2
|
* Fix replication. And notifyErik Johnston2017-07-201-0/+20
|
* Initial worker implErik Johnston2017-06-161-0/+22
|
* CommentsErik Johnston2017-04-101-2/+2
|
* Document types of the replication streamsErik Johnston2017-04-061-28/+76
|
* Advance replication streams even if nothing is listeningErik Johnston2017-04-041-0/+7
| | | | | | Otherwise the streams don't advance and steadily fall behind, so when a worker does connect either a) they'll be streamed lots of old updates or b) the connection will fail as the streams are too far behind.
* Fix up docsErik Johnston2017-03-311-2/+2
|
* Define the various streams we will replicateErik Johnston2017-03-301-0/+409