summary refs log tree commit diff
path: root/synapse/replication/tcp/streams/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Faster remote room joins: stream the un-partial-stating of rooms over replica...reivilibre2022-12-051-0/+3
* Remove groups replication code. (#12900)Patrick Cloke2022-05-311-3/+0
* Remove the unused public_room_list_stream (#10565)Andrew Morgan2021-08-171-3/+0
* Add presence federation stream (#9819)Erik Johnston2021-04-201-0/+3
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Improve type checking in `replication.tcp.Stream` (#7291)Richard van der Hoff2020-04-171-4/+1
* Move catchup of replication streams to worker. (#7024)Erik Johnston2020-03-251-1/+7
* Fix processing of `groups` stream, and use symbolic names for streams (#7117)Richard van der Hoff2020-03-231-18/+52
* make user signatures a separate streamHubert Chathi2019-10-301-0/+1
* Combine the CurrentStateDeltaStream into the EventStreamRichard van der Hoff2019-03-271-1/+0
* move FederationStream out to its own fileRichard van der Hoff2019-03-271-2/+2
* move EventsStream out to its own fileRichard van der Hoff2019-03-271-2/+2
* Move replication.tcp.streams into a packageRichard van der Hoff2019-03-271-0/+50