summary refs log tree commit diff
path: root/synapse/replication/tcp/streams/events.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-11/+16
* Add fast path for replication events stream fetch (#16580)Erik Johnston2023-10-301-0/+6
* Fix bug where a new writer advances their token too quickly (#16473)Erik Johnston2023-10-231-5/+3
* Avoid sending massive replication updates when purging a room. (#16510)Patrick Cloke2023-10-181-1/+44
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-1/+0
* Rate limit joins per-room (#13276)David Robertson2022-07-191-0/+1
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Add missing type hints to synapse.replication. (#11938)Patrick Cloke2022-02-081-8/+15
* Use auto_attribs/native type hints for attrs classes. (#11692)Patrick Cloke2022-01-131-17/+17
* Add type hints to `synapse/storage/databases/main/events_worker.py` (#11411)Sean Quah2021-11-261-3/+3
* Use inline type hints in various other places (in `synapse/`) (#10380)Jonathan de Jong2021-07-151-14/+14
* 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