-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Sliding Sync /sync/e2ee
endpoint for To-Device messages
#17167
Add Sliding Sync /sync/e2ee
endpoint for To-Device messages
#17167
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9e6e53 - Browse repository at this point
Copy the full SHA f9e6e53View commit details
Commits on May 7, 2024
-
Add Sliding Sync
/sync/e2ee
endpoint for To-Device messagesBased on: - MSC3575: Sliding Sync (aka Sync v3): matrix-org/matrix-spec-proposals#3575 - MSC3885: Sliding Sync Extension: To-Device messages: matrix-org/matrix-spec-proposals#3885 - MSC3884: Sliding Sync Extension: E2EE: matrix-org/matrix-spec-proposals#3884
Configuration menu - View commit details
-
Copy full SHA for 1e05a05 - Browse repository at this point
Copy the full SHA 1e05a05View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e925f6 - Browse repository at this point
Copy the full SHA 5e925f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f9143 - Browse repository at this point
Copy the full SHA 69f9143View commit details -
Prefer Sync v2 vs Sliding Sync distinction
We were using the enum just to distinguish /sync v2 vs Sliding Sync /sync/e2ee so we should just make an enum for that instead of trying to glom onto the existing `sync_type` (overloading it).
Configuration menu - View commit details
-
Copy full SHA for d4ff933 - Browse repository at this point
Copy the full SHA d4ff933View commit details -
Configuration menu - View commit details
-
Copy full SHA for 371ec57 - Browse repository at this point
Copy the full SHA 371ec57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06d12e5 - Browse repository at this point
Copy the full SHA 06d12e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8b70ba - Browse repository at this point
Copy the full SHA b8b70baView commit details -
Configuration menu - View commit details
-
Copy full SHA for c60a4f8 - Browse repository at this point
Copy the full SHA c60a4f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10ffae6 - Browse repository at this point
Copy the full SHA 10ffae6View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6bf4896 - Browse repository at this point
Copy the full SHA 6bf4896View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8871dac - Browse repository at this point
Copy the full SHA 8871dacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0892283 - Browse repository at this point
Copy the full SHA 0892283View commit details -
Configuration menu - View commit details
-
Copy full SHA for adb7e20 - Browse repository at this point
Copy the full SHA adb7e20View commit details -
Configuration menu - View commit details
-
Copy full SHA for f098355 - Browse repository at this point
Copy the full SHA f098355View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b7cfd7 - Browse repository at this point
Copy the full SHA 6b7cfd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9e5379 - Browse repository at this point
Copy the full SHA b9e5379View commit details
Commits on May 16, 2024
-
Merge branch 'develop' into madlittlemods/msc3575-sliding-sync-e2ee
Conflicts: synapse/handlers/sync.py tests/handlers/test_sync.py
Configuration menu - View commit details
-
Copy full SHA for 9bdfa16 - Browse repository at this point
Copy the full SHA 9bdfa16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7331401 - Browse repository at this point
Copy the full SHA 7331401View commit details -
Configuration menu - View commit details
-
Copy full SHA for b23abca - Browse repository at this point
Copy the full SHA b23abcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 821a1b3 - Browse repository at this point
Copy the full SHA 821a1b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35ca937 - Browse repository at this point
Copy the full SHA 35ca937View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ad7a8b - Browse repository at this point
Copy the full SHA 4ad7a8bView commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3092ab5 - Browse repository at this point
Copy the full SHA 3092ab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3539abe - Browse repository at this point
Copy the full SHA 3539abeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f194f9 - Browse repository at this point
Copy the full SHA 5f194f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02cecfa - Browse repository at this point
Copy the full SHA 02cecfaView commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f6122ff - Browse repository at this point
Copy the full SHA f6122ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f112e7 - Browse repository at this point
Copy the full SHA 2f112e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2221bb - Browse repository at this point
Copy the full SHA c2221bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 717b160 - Browse repository at this point
Copy the full SHA 717b160View commit details
Commits on May 22, 2024
-
Merge branch 'develop' into madlittlemods/msc3575-sliding-sync-e2ee
Conflicts: synapse/handlers/sync.py
Configuration menu - View commit details
-
Copy full SHA for 514aba5 - Browse repository at this point
Copy the full SHA 514aba5View commit details -
Update filter to be more precise and avoid more work
- Added `room.account_data` and `room.presence` to avoid extra work in `_generate_sync_entry_for_rooms()` - Added a comment to the top-level `account_data` and `presence` filters that `(This is just here for good measure)` See #17167 (comment)
Configuration menu - View commit details
-
Copy full SHA for 9749795 - Browse repository at this point
Copy the full SHA 9749795View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06ac1da - Browse repository at this point
Copy the full SHA 06ac1daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3da6bc1 - Browse repository at this point
Copy the full SHA 3da6bc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4b41aa - Browse repository at this point
Copy the full SHA d4b41aaView commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6606ac1 - Browse repository at this point
Copy the full SHA 6606ac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab0b844 - Browse repository at this point
Copy the full SHA ab0b844View commit details -
Configuration menu - View commit details
-
Copy full SHA for a482545 - Browse repository at this point
Copy the full SHA a482545View commit details