summary refs log tree commit diff
path: root/synapse/types/handlers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Policy server part 1: Actually call the policy server (#18387)Travis Ralston2025-05-211-0/+16
* Sliding Sync: Include invite, ban, kick, targets when `$LAZY`-loading room me...Eric Eastwood2024-12-021-5/+6
* Sliding sync: omit bump stamp when it is unchanged (#17788)Erik Johnston2024-10-081-1/+2
* Sliding sync: Add connection tracking to the `account_data` extension (#17695)Erik Johnston2024-09-191-1/+6
* Sliding Sync: Return room tags in account data extension (#17707)Eric Eastwood2024-09-161-2/+2
* import pydantic objects from the `_pydantic_compat` module (#17667)Éloi Rivard2024-09-111-8/+5
* Sliding Sync: Speed up incremental sync by avoiding extra work (#17665)Eric Eastwood2024-09-091-2/+8
* Small performance improvements for sliding sync (#17672)Erik Johnston2024-09-061-1/+7
* Sliding sync: Store the per-connection state in the database. (#17599)Erik Johnston2024-08-291-0/+6
* Sliding Sync: Make `PerConnectionState` immutable (#17600)Erik Johnston2024-08-292-356/+854
* Sliding Sync: Pre-populate room data for quick filtering/sorting (#17512)Eric Eastwood2024-08-291-0/+13
* Sliding sync: factor out room list logic (#17622)Erik Johnston2024-08-281-1/+1
* Sliding Sync: Handle timeline limit changes (take 2) (#17579)Erik Johnston2024-08-201-0/+4
* 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