summary refs log tree commit diff
path: root/synapse/replication/http/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split out registration to workerErik Johnston2019-02-181-1/+3
| | | | | | | | This allows registration to be handled by a worker, though the actual write to the database still happens on master. Note: due to the in-memory session map all registration requests must be handled by the same worker.
* Add replication APIs for persisting federation eventsErik Johnston2018-08-061-1/+2
|
* run isortAmber Brown2018-07-091-1/+0
|
* Fix importsErik Johnston2018-03-141-4/+1
|
* Implement RoomMemberWorkerHandlerErik Johnston2018-03-131-0/+2
|
* Add replication http endpoint for event sendingErik Johnston2018-02-071-0/+31