summary refs log tree commit diff
path: root/synapse/replication/tcp/streams/federation.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move catchup of replication streams to worker. (#7024)Erik Johnston2020-03-251-5/+14
| | | This changes the replication protocol so that the server does not send down `RDATA` for rows that happened before the client connected. Instead, the server will send a `POSITION` and clients then query the database (or master out of band) to get up to date.
* Convert `*StreamRow` classes to inner classes (#7116)Richard van der Hoff2020-03-231-8/+8
| | | | | This just helps keep the rows closer to their streams, so that it's easier to see what the format of each stream is.
* Fixup synapse.replication to pass mypy checks (#6667)Erik Johnston2020-01-141-2/+2
|
* Run Black. (#5482)Amber Brown2019-06-201-4/+8
|
* move FederationStream out to its own fileRichard van der Hoff2019-03-271-0/+39