summary refs log tree commit diff
path: root/synapse/handlers/room_batch.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add extra potential checkEric Eastwood2022-01-251-0/+2
* Restore auth_event_id caching as it does something looking closer at the flam...Eric Eastwood2022-01-191-6/+28
* Remove auth_event_id caching is it doesn't make a noticeable differenceEric Eastwood2022-01-191-28/+6
* Only share auth_event_ids when sender and type matchesEric Eastwood2022-01-191-20/+43
* We only have to store the state_group for events created by create_event firstEric Eastwood2022-01-191-10/+10
* Cache event creation info and contextEric Eastwood2022-01-191-16/+64
* Clarify commentsEric Eastwood2021-12-161-4/+6
* Make the historical events float separately from the state chainEric Eastwood2021-12-151-13/+9
* Plumb allow_no_prev_events through for MSC2716Eric Eastwood2021-12-151-1/+7
* Merge branch 'develop' into madlittlemods/return-historical-events-in-order-f...Eric Eastwood2021-12-091-0/+2
|\
| * Prevent historical state from being pushed to an application service via `/tr...Eric Eastwood2021-11-181-0/+2
* | Merge branch 'develop' into madlittlemods/return-historical-events-in-order-f...Eric Eastwood2021-11-031-1/+1
|\|
| * Add remaining type hints to `synapse.events`. (#11098)Patrick Cloke2021-11-021-1/+1
* | Remove debug loggingEric Eastwood2021-10-211-22/+2
* | Remove fake prev events from historical state chainEric Eastwood2021-10-211-1/+10
* | Some more debug loggingEric Eastwood2021-10-201-4/+4
* | Scratch debugging why events appear out of order on remote homeserversEric Eastwood2021-10-181-1/+8
|/
* 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