summary refs log tree commit diff
path: root/synapse/types/handlers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sliding Sync: Add typing notification extension (MSC3961) (#17505)Eric Eastwood2024-07-311-2/+22
* Sliding Sync: Fix `limited` response description (make accurate) (#17507)Eric Eastwood2024-07-311-2/+2
* Sliding Sync: Add receipts extension (MSC3960) (#17489)Eric Eastwood2024-07-301-2/+18
* Only send rooms with updates down sliding sync (#17479)Erik Johnston2024-07-301-1/+16
* Sliding Sync: Track whether we have sent rooms down to clients (#17447)Erik Johnston2024-07-291-1/+2
* Sliding Sync: Add Account Data extension (MSC3959) (#17477)Eric Eastwood2024-07-241-1/+21
* Use a new token format for sliding sync (#17452)Erik Johnston2024-07-241-3/+10
* Sliding Sync: Add E2EE extension (MSC3884) (#17454)Eric Eastwood2024-07-221-3/+45
* Add `heroes` and room summary fields to Sliding Sync `/sync` (#17419)Eric Eastwood2024-07-111-6/+12
* Handle to-device extensions to Sliding Sync (#17416)Erik Johnston2024-07-101-3/+32
* Add `rooms.bump_stamp` to Sliding Sync `/sync` for easier client-side sorting...Eric Eastwood2024-07-081-0/+8
* Add `rooms.required_state` to Sliding Sync `/sync` (#17342)Eric Eastwood2024-07-041-12/+12
* Return some room data in Sliding Sync `/sync` (#17320)Eric Eastwood2024-07-021-11/+26
* Reorganize Pydantic models and types used in handlers (#17279)Eric Eastwood2024-06-101-0/+252