summary refs log tree commit diff
path: root/synapse/handlers/sliding_sync.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* SSS: Implement PREVIOUSLY room tracking (#17535)Erik Johnston2024-08-081-16/+52
* Sliding Sync: Use `stream_ordering` based timeline pagination for incremental...Eric Eastwood2024-08-071-3/+37
* Sliding Sync: Add more tracing (#17514)Eric Eastwood2024-08-061-239/+327
* SS: Reset connection if token is unrecognized (#17529)Erik Johnston2024-08-061-0/+27
* Sliding Sync: Add typing notification extension (MSC3961) (#17505)Eric Eastwood2024-07-311-0/+81
* Sliding Sync: Update filters to be robust against remote invite rooms (#17450)Eric Eastwood2024-07-301-37/+348
* Sliding Sync: Add receipts extension (MSC3960) (#17489)Eric Eastwood2024-07-301-60/+208
* Add some more opentracing to sliding sync (#17501)Erik Johnston2024-07-301-3/+15
* Only send rooms with updates down sliding sync (#17479)Erik Johnston2024-07-301-2/+49
* Sliding Sync: Track whether we have sent rooms down to clients (#17447)Erik Johnston2024-07-291-36/+314
* Sliding Sync: Add Account Data extension (MSC3959) (#17477)Eric Eastwood2024-07-241-0/+138
* Sliding Sync: ensure bump stamp ignores backfilled events (#17478)Erik Johnston2024-07-241-2/+8
* Use a new token format for sliding sync (#17452)Erik Johnston2024-07-241-12/+18
* Speed up SS room sorting (#17468)Erik Johnston2024-07-231-22/+21
* Sliding Sync: Add E2EE extension (MSC3884) (#17454)Eric Eastwood2024-07-221-15/+92
* SS: Implement `$ME` support (#17469)Erik Johnston2024-07-221-1/+5
* Generate room sync data concurrently (#17458)Erik Johnston2024-07-191-2/+10
* Add `m.room.create` to default bump event types (#17453)Eric Eastwood2024-07-181-0/+1
* 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