summary refs log tree commit diff
path: root/synapse/handlers/room_batch.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Batch up storing state groups when creating new room (#14918)Shay2023-02-241-2/+2
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-1/+1
* Make `handle_new_client_event` throws `PartialStateConflictError` (#14665)Mathieu Velten2022-12-151-0/+2
* Persist CreateRoom events to DB in a batch (#13800)Shay2022-09-281-2/+1
* Rename storage classes (#12913)Erik Johnston2022-05-311-2/+2
* Fix up `state_store` naming (#12871)Erik Johnston2022-05-251-2/+2
* Add some type hints to `event_federation` datastore (#12753)Dirk Klimpel2022-05-181-0/+2
* Optimise backfill calculation (#12522)Richard van der Hoff2022-04-261-1/+1
* Allow non-member state sent in room batch to resolve for historic events (MSC...Eric Eastwood2022-04-041-26/+12
* Refactor `create_new_client_event` to use a new parameter, `state_event_ids`,...Eric Eastwood2022-03-251-40/+72
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Fix historical messages backfilling in random order on remote homeservers (MS...Eric Eastwood2022-02-071-22/+22
* Prevent historical state from being pushed to an application service via `/tr...Eric Eastwood2021-11-181-0/+2
* Add remaining type hints to `synapse.events`. (#11098)Patrick Cloke2021-11-021-1/+1
* Resolve and share `state_groups` for all historical events in batch (MSC2716)...Eric Eastwood2021-10-131-10/+30
* Refactor MSC2716 `/batch_send` endpoint into separate handler functions (#10974)Eric Eastwood2021-10-081-0/+423