MatrixSynapse/synapse/federation
Erik Johnston 4cff617df1
Move catchup of replication streams to worker. (#7024)
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.
2020-03-25 14:54:01 +00:00
..
sender Move catchup of replication streams to worker. (#7024) 2020-03-25 14:54:01 +00:00
transport Remove unused federation endpoint (`query_auth`) (#7026) 2020-03-17 08:04:49 -04:00
__init__.py Remove unused ReplicationLayer 2018-03-13 11:00:04 +00:00
federation_base.py Clean up some LoggingContext stuff (#7120) 2020-03-24 14:45:33 +00:00
federation_client.py Fix a bug in the federation API which could cause occasional "Failed to get PDU" errors (#7089). 2020-03-19 08:22:56 -04:00
federation_server.py Fix a bug in the federation API which could cause occasional "Failed to get PDU" errors (#7089). 2020-03-19 08:22:56 -04:00
persistence.py Clean up newline quote marks around the codebase (#6362) 2019-11-21 12:00:14 +00:00
send_queue.py Convert `*StreamRow` classes to inner classes (#7116) 2020-03-23 13:59:11 +00:00
units.py Add typing to synapse.federation.sender (#6871) 2020-02-07 13:56:38 +00:00