summary refs log tree commit diff
path: root/synapse/handlers/sliding_sync/room_lists.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for MSC4155 Invite filtering (#18288)Will Hunt2025-06-051-1/+10
* Pass leave from remote invite rejection down Sliding Sync (#18375)Devon Hudson2025-05-081-1/+48
* Convert Sliding Sync tests to use higher-level `compute_interested_rooms` (#1...Devon Hudson2025-05-071-21/+101
* Speed up sliding sync when there are many active subscriptions (#17789)Erik Johnston2024-10-081-7/+11
* Add fast path for sliding sync streams that only ask for extensions (#17768)Erik Johnston2024-09-301-0/+21
* Speed up sorting of sliding sync rooms in initial request (#17734)Erik Johnston2024-09-201-2/+69
* Sliding Sync: Avoid fetching left rooms and add back `newly_left` rooms (#17725)Eric Eastwood2024-09-191-97/+182
* Fix sliding sync for rooms with unknown room version (#17733)Erik Johnston2024-09-191-0/+10
* Sliding Sync: No need to sort if the range is large enough to cover all of th...Eric Eastwood2024-09-191-2/+12
* Sliding sync: Ignore invites from ignored users (#17729)Eric Eastwood2024-09-181-1/+29
* Sliding Sync: Support filtering by 'tags' / 'not_tags' in SSS (#17662)David Baker2024-09-121-2/+59
* Sliding Sync: Move filters tests to rest layer (#17703)Eric Eastwood2024-09-121-1/+16
* Sliding Sync: Use Sliding Sync tables for sorting (#17693)Eric Eastwood2024-09-111-60/+11
* Small performance improvements for sliding sync (#17672)Erik Johnston2024-09-061-5/+10
* Speed up fetching partial-state rooms on sliding sync (#17666)Erik Johnston2024-09-061-20/+8
* Speed up sliding sync by avoiding copies (#17670)Erik Johnston2024-09-061-104/+71
* Format files with Ruff (#17643)Quentin Gliech2024-09-021-8/+10
* Sliding sync: use new DB tables (#17630)Erik Johnston2024-09-011-13/+549
* Sliding Sync: Split up `get_room_membership_for_user_at_to_token` (#17629)Erik Johnston2024-09-011-126/+195
* Sliding Sync: Make `PerConnectionState` immutable (#17600)Erik Johnston2024-08-291-17/+17
* Sliding sync: factor out room list logic (#17622)Erik Johnston2024-08-281-0/+1353