summary refs log tree commit diff
path: root/synapse/replication/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run Black. (#5482)Amber Brown2019-06-206-88/+56
* Handle failing to talk to master over replicationErik Johnston2019-06-071-1/+9
* Add rate-limiting on registration (#4735)Brendan Abolivier2019-03-051-2/+6
* Fix registration on workers (#4682)Erik Johnston2019-02-203-3/+58
* Move register_device into handlerErik Johnston2019-02-181-14/+3
* Split out registration to workerErik Johnston2019-02-183-1/+179
* Fix replication for room v3 (#4523)Erik Johnston2019-01-301-1/+4
* Fix receiving events from federation via a workerErik Johnston2019-01-291-1/+1
* Replace missed usages of FrozenEventErik Johnston2019-01-252-4/+12
* Revert "Require event format version to parse or create events"Erik Johnston2019-01-252-12/+4
* Replace missed usages of FrozenEventErik Johnston2019-01-242-4/+12
* Fix logging bug in EDU handling over replicationErik Johnston2018-08-171-1/+1
* Use federation handler function rather than duplicateErik Johnston2018-08-151-41/+3
* Move clean_room_for_join to masterErik Johnston2018-08-091-0/+35
* Fixup doc commentsErik Johnston2018-08-091-0/+17
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_fede...Erik Johnston2018-08-093-16/+62
|\
| * Fixup wording and remove dead codeErik Johnston2018-08-091-2/+1
| * Rename POST param to METHODErik Johnston2018-08-082-13/+22
| * Fixup logging and docstringsErik Johnston2018-08-082-2/+40
* | Add EDU/query handling over replicationErik Johnston2018-08-061-1/+1
* | Add replication APIs for persisting federation eventsErik Johnston2018-08-062-1/+247
|/
* Fix isortErik Johnston2018-08-061-4/+1
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_r...Erik Johnston2018-08-031-4/+3
|\
| * Kill off MatrixCodeMessageExceptionRichard van der Hoff2018-08-012-16/+12
* | Use new helper base class for membership requestsErik Johnston2018-07-311-171/+91
* | Use new helper base class for ReplicationSendEventRestServletErik Johnston2018-07-311-79/+36
* | Add helper base class for generating new replication endpointsErik Johnston2018-07-311-0/+208
|/
* Fix missing attributes on workers.Erik Johnston2018-07-231-2/+5
* run isortAmber Brown2018-07-093-8/+9
* Pass around the reactor explicitly (#3385)Amber Brown2018-06-221-3/+3
* Refactor ResponseCache usageRichard van der Hoff2018-04-121-12/+6
* Add metrics for ResponseCacheRichard van der Hoff2018-04-101-1/+1
* Fix importsErik Johnston2018-03-142-7/+4
* s/join/joined/ in notify_user_membership_changeErik Johnston2018-03-141-3/+3
* Implement RoomMemberWorkerHandlerErik Johnston2018-03-132-0/+336
* extra_users is actually a list of UserIDsErik Johnston2018-03-131-4/+4
* Log in the correct placesErik Johnston2018-03-011-2/+4
* Don't do preserve_fn for every requestErik Johnston2018-03-011-1/+2
* Add some loggingErik Johnston2018-03-011-0/+2
* Make repl send_event idempotent and retry on timeoutsErik Johnston2018-03-011-6/+38
* Correctly send ratelimit and extra_users paramsErik Johnston2018-03-011-1/+13
* Calculate push actions on workerErik Johnston2018-02-281-1/+1
* Don't serialize current state over replicationErik Johnston2018-02-151-2/+2
* Don't log errors propogated from send_eventErik Johnston2018-02-151-1/+10
* Add replication http endpoint for event sendingErik Johnston2018-02-072-0/+139