summary refs log tree commit diff
path: root/synapse/handlers/sliding_sync.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Only return changed rooms github/erikj/ss_incr_sync erikj/ss_incr_syncErik Johnston2024-07-171-0/+25
* Handle state deltas in non-initial roomsErik Johnston2024-07-171-3/+11
* Handle initial flag correctlyErik Johnston2024-07-171-35/+31
* Use new room store to track if we've sent a room downErik Johnston2024-07-171-11/+44
* Add conn_id fieldErik Johnston2024-07-171-1/+1
* WIP/PoC of storing whether we have sent rooms down to clientsErik Johnston2024-07-171-0/+197
* Pass throught SlidingSyncStreamTokenErik Johnston2024-07-171-9/+15
* Fix bug where sync could get stuck when using workers (#17438)Erik Johnston2024-07-151-2/+9
* Add room subscriptions to Sliding Sync `/sync` (#17432)Eric Eastwood2024-07-151-115/+288
* Add `is_dm` room field to Sliding Sync `/sync` (#17429)Eric Eastwood2024-07-111-29/+46
* Add `heroes` and room summary fields to Sliding Sync `/sync` (#17419)Eric Eastwood2024-07-111-83/+197
* Fix filtering room types on remote rooms (#17434)Erik Johnston2024-07-111-12/+10
* Handle to-device extensions to Sliding Sync (#17416)Erik Johnston2024-07-101-1/+102
* Add `rooms` `name` and `avatar` to Sliding Sync `/sync` (#17418)Eric Eastwood2024-07-091-55/+96
* Add `rooms.bump_stamp` to Sliding Sync `/sync` for easier client-side sorting...Eric Eastwood2024-07-081-19/+56
* Add `rooms.required_state` to Sliding Sync `/sync` (#17342)Eric Eastwood2024-07-041-53/+379
* Add `room_types`/`not_room_types` filtering to Sliding Sync `/sync` (#17337)Eric Eastwood2024-07-021-5/+30
* Return some room data in Sliding Sync `/sync` (#17320)Eric Eastwood2024-07-021-152/+490
* Add `is_invite` filtering to Sliding Sync `/sync` (#17335)Eric Eastwood2024-06-241-3/+16
* Add `is_encrypted` filtering to Sliding Sync `/sync` (#17281)Eric Eastwood2024-06-171-3/+23
* Add `stream_ordering` sort to Sliding Sync `/sync` (#17293)Eric Eastwood2024-06-171-29/+129
* Add `is_dm` filtering to Sliding Sync `/sync` (#17277)Eric Eastwood2024-06-131-6/+112
* Fix `newly_left` rooms not appearing if we returned early (Sliding Sync) (#17...Eric Eastwood2024-06-131-13/+13
* Reorganize Pydantic models and types used in handlers (#17279)Eric Eastwood2024-06-101-172/+3
* Add Sliding Sync `/sync` endpoint (initial implementation) (#17187)Eric Eastwood2024-06-061-0/+610