summary refs log tree commit diff
path: root/synapse/replication/http/send_event.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Persist CreateRoom events to DB in a batch (#13800)Shay2022-09-281-2/+2
* Handle race between persisting an event and un-partial stating a room (#13100)Sean Quah2022-07-051-0/+3
* Rename storage classes (#12913)Erik Johnston2022-05-311-2/+4
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Add missing type hints to synapse.replication.http. (#11856)Patrick Cloke2022-02-081-17/+27
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-2/+6
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Prep work for removing `outlier` from `internal_metadata` (#9411)Richard van der Hoff2021-03-171-1/+3
* Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-291-2/+1
* Fix message duplication if something goes wrong after persisting the event (#...Erik Johnston2020-10-131-2/+14
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Convert replication code to async/await. (#7987)Patrick Cloke2020-08-031-5/+2
* Convert a synapse.events to async/await. (#7949)Patrick Cloke2020-07-271-1/+1
* Add ability to wait for replication streams (#7542)Erik Johnston2020-05-221-2/+2
* Store room_versions in EventBase objects (#6875)Richard van der Hoff2020-03-051-4/+10
* Change EventContext to use the Storage class (#6564)Erik Johnston2019-12-201-1/+2
* Port replication http server endpoints to async/awaitErik Johnston2019-10-291-4/+3
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-1/+1
* Replace returnValue with return (#5736)Amber Brown2019-07-231-2/+2
* Run Black. (#5482)Amber Brown2019-06-201-7/+6
* Replace missed usages of FrozenEventErik Johnston2019-01-251-2/+6
* Revert "Require event format version to parse or create events"Erik Johnston2019-01-251-6/+2
* Replace missed usages of FrozenEventErik Johnston2019-01-241-2/+6
* Rename POST param to METHODErik Johnston2018-08-081-1/+0
* Use new helper base class for ReplicationSendEventRestServletErik Johnston2018-07-311-79/+36
* Fix missing attributes on workers.Erik Johnston2018-07-231-2/+5
* run isortAmber Brown2018-07-091-5/+7
* 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
* 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-071-0/+108