summary refs log tree commit diff
path: root/synapse/replication/tcp/streams/events.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-2/+1
* Don't pull event from DB when handling replication traffic. (#8669)Erik Johnston2020-10-281-8/+13
* Only send RDATA for instance local events. (#8496)Erik Johnston2020-10-091-3/+3
* Add experimental support for sharding event persister. Again. (#8294)Erik Johnston2020-09-141-2/+2
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-2/+2
* Revert "Add experimental support for sharding event persister. (#8170)" (#8242)Brendan Abolivier2020-09-041-2/+2
* Add experimental support for sharding event persister. (#8170)Erik Johnston2020-09-021-2/+2
* Fix deprecation warning: import ABC from collections.abc (#7892)Karthikeyan Singaravelan2020-07-201-1/+1
* Fix some spelling mistakes / typos. (#7811)Patrick Cloke2020-07-091-1/+1
* isort 5 compatibility (#7786)Will Hunt2020-07-051-2/+0
* Support any process writing to cache invalidation stream. (#7436)Erik Johnston2020-05-071-2/+2
* 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