summary refs log tree commit diff
path: root/synapse/handlers/sliding_sync/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pass leave from remote invite rejection down Sliding Sync (#18375)Devon Hudson2025-05-081-0/+23
* Merge branch 'master' into developQuentin Gliech2024-12-031-6/+73
|\
| * Handle null invite and knock room stateErik Johnston2024-12-031-5/+11
| * Sliding Sync: Fix state leaking on incremental syncEric Eastwood2024-12-031-1/+62
* | Sliding Sync: Include invite, ban, kick, targets when `$LAZY`-loading room me...Eric Eastwood2024-12-021-3/+9
|/
* Sliding Sync: Lazy-loading room members on incremental sync (remember members...Eric Eastwood2024-11-041-36/+132
* Sliding Sync: Slight optimization when fetching state for the room (`get_even...Eric Eastwood2024-10-141-5/+3
* Correctly changes to required state config in sliding sync (#17785)Erik Johnston2024-10-141-10/+224
* Sliding sync: omit bump stamp when it is unchanged (#17788)Erik Johnston2024-10-081-10/+44
* Sliding sync minor performance speed up using new table (#17787)Erik Johnston2024-10-081-9/+18
* Never return negative bump stamp (#17748)Erik Johnston2024-09-241-0/+16
* Sliding Sync: Avoid fetching left rooms and add back `newly_left` rooms (#17725)Eric Eastwood2024-09-191-7/+19
* Sliding Sync: Short-circuit `have_finished_sliding_sync_background_jobs` (#17...Eric Eastwood2024-09-171-2/+2
* Sliding Sync: Increase concurrency of sliding sync a bit (#17696)Erik Johnston2024-09-121-1/+1
* Sliding sync: don't fetch room summary for named rooms. (#17683)Erik Johnston2024-09-111-40/+38
* Sliding Sync: Look for `bump _stamp` in the room timeline (#17684)Erik Johnston2024-09-101-53/+95
* Sliding Sync: Retrieve fewer events from DB in sync (#17688)Erik Johnston2024-09-101-18/+2
* Sliding Sync: Get `bump_stamp` from new sliding sync tables because it's fast...Eric Eastwood2024-09-091-18/+56
* Revert "Look for bump stamp in the room timeline"Erik Johnston2024-09-091-24/+12
* Look for bump stamp in the room timelineErik Johnston2024-09-091-12/+24
* Sliding Sync: Speed up incremental sync by avoiding extra work (#17665)Eric Eastwood2024-09-091-37/+112
* Fix bump stamp for non-joined rooms (#17674)Erik Johnston2024-09-061-19/+21
* Speed up sliding sync by avoiding copies (#17670)Erik Johnston2024-09-061-7/+15
* Revert "Fix bump stamp for non-joined rooms"Erik Johnston2024-09-051-21/+19
* Fix bump stamp for non-joined roomsErik Johnston2024-09-051-19/+21
* Sliding Sync: Prevent duplicate tags being added to traces (#17655)Eric Eastwood2024-09-051-16/+17
* Format files with Ruff (#17643)Quentin Gliech2024-09-021-3/+1
* Sliding sync: Store the per-connection state in the database. (#17599)Erik Johnston2024-08-291-7/+2
* Sliding Sync: Make `PerConnectionState` immutable (#17600)Erik Johnston2024-08-291-9/+7
* Sliding Sync: Pre-populate room data for quick filtering/sorting (#17512)Eric Eastwood2024-08-291-14/+8
* Sliding sync: factor out room list logic (#17622)Erik Johnston2024-08-281-1265/+22
* Sliding sync: Split up handler into its own module (#17595)Erik Johnston2024-08-201-0/+2326