summary refs log tree commit diff
path: root/synapse/replication/tcp/streams/events.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Thread through instance name to replication client. (#7369)Erik Johnston2020-05-011-2/+8
* Fix limit logic for EventsStream (#7358)Richard van der Hoff2020-04-291-14/+8
* Fix EventsStream raising assertions when it falls behindRichard van der Hoff2020-04-241-18/+95
* Improve type checking in `replication.tcp.Stream` (#7291)Richard van der Hoff2020-04-171-7/+9
* Move catchup of replication streams to worker. (#7024)Erik Johnston2020-03-251-2/+3
* Port synapse.replication.tcp to async/await (#6666)Erik Johnston2020-01-161-6/+3
* Fixup synapse.replication to pass mypy checks (#6667)Erik Johnston2020-01-141-5/+11
* Replace returnValue with return (#5736)Amber Brown2019-07-231-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-18/+14
* Fix relations in worker modeErik Johnston2019-05-161-5/+6
* Combine the CurrentStateDeltaStream into the EventStreamRichard van der Hoff2019-03-271-1/+33
* Make EventStream rows have a typeRichard van der Hoff2019-03-271-12/+86
* move EventsStream out to its own fileRichard van der Hoff2019-03-271-0/+40