summary refs log tree commit diff
path: root/synapse/replication/http/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* Persist CreateRoom events to DB in a batch (#13800)Shay2022-09-281-0/+2
* Faster room joins: fix race in recalculation of current room state (#13151)Sean Quah2022-07-071-0/+2
* Add missing type hints to synapse.replication.http. (#11856)Patrick Cloke2022-02-081-1/+1
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-2/+7
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Fix deleting pushers when using sharded pushers. (#9465)Erik Johnston2021-02-221-0/+2
* Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-181-0/+2
* Typing worker needs to handle stream update requests (#7967)Erik Johnston2020-07-281-1/+1
* Merge different Resource implementation classes (#7732)Erik Johnston2020-07-031-1/+2
* Add option to move event persistence off master (#7517)Erik Johnston2020-05-221-1/+3
* Allow ReplicationRestResource to be added to workers (#7515)Erik Johnston2020-05-181-5/+8
* Move catchup of replication streams to worker. (#7024)Erik Johnston2020-03-251-0/+2
* Fix caching devices for remote servers in worker.Erik Johnston2019-11-051-1/+9
* Split out registration to workerErik Johnston2019-02-181-1/+3
* 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