| Commit message (Expand) | Author | Age | Files | Lines |
* | Room batch: fix up handling of unknown prev_event_ids (#12316) | Richard van der Hoff | 2022-03-29 | 1 | -8/+13 |
* | Refactor `create_new_client_event` to use a new parameter, `state_event_ids`,... | Eric Eastwood | 2022-03-25 | 1 | -9/+14 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
* | Fix historical messages backfilling in random order on remote homeservers (MS... | Eric Eastwood | 2022-02-07 | 1 | -9/+8 |
* | Rename to more clear `get_insertion_event_id_by_batch_id` (MSC2716) (#11244) | Eric Eastwood | 2021-11-08 | 1 | -1/+1 |
* | Support sending no `state_events_at_start` in the MSC2716 `/batch_send` endpo... | Eric Eastwood | 2021-11-03 | 1 | -12/+17 |
* | Add remaining type hints to `synapse.events`. (#11098) | Patrick Cloke | 2021-11-02 | 1 | -1/+1 |
* | Resolve and share `state_groups` for all historical events in batch (MSC2716)... | Eric Eastwood | 2021-10-13 | 1 | -9/+6 |
* | Refactor MSC2716 `/batch_send` endpoint into separate handler functions (#10974) | Eric Eastwood | 2021-10-08 | 1 | -283/+56 |
* | Ensure `(room_id, next_batch_id)` is unique to avoid cross-talk/conflicts bet... | Eric Eastwood | 2021-09-28 | 1 | -2/+4 |
* | Rename MSC2716 things from `chunk` to `batch` to match `/batch_send` endpoint... | Eric Eastwood | 2021-09-21 | 1 | -43/+43 |
* | Rename `/batch_send` query parameter from `?prev_event` to more obvious usage... | Eric Eastwood | 2021-09-21 | 1 | -7/+9 |
* | Verify `?chunk_id` actually corresponds to an insertion event that exists (MS... | Eric Eastwood | 2021-09-15 | 1 | -1/+12 |
* | Split out `/batch_send` meta events to their own fields (MSC2716) (#10777) | Eric Eastwood | 2021-09-15 | 1 | -11/+18 |
* | Additional type hints for client REST servlets (part 4) (#10728) | Patrick Cloke | 2021-09-01 | 1 | -9/+22 |
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 1 | -0/+441 |