summary refs log tree commit diff
path: root/tests/handlers/test_sync.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a cache on `get_rooms_for_local_user_where_membership_is` (#17460)Erik Johnston2024-07-191-0/+1
* Fix bug in sliding sync when using old DB. (#17398)Erik Johnston2024-07-081-1/+0
* Fix regression when bounding future tokens (#17391)Erik Johnston2024-07-021-6/+31
* Fix sync waiting for an invalid token from the "future" (#17386)Erik Johnston2024-07-021-1/+72
* Removed `request_key` from the `SyncConfig` (moved outside as its own functio...Eric Eastwood2024-05-161-8/+39
* Fix bug where push rules would be empty in `/sync` (#17142)Erik Johnston2024-05-161-1/+28
* Refactor Sync handler to be able to return different sync responses (`SyncVer...Eric Eastwood2024-05-161-16/+65
* Also check if first event matches the last in prev batch (#17066)Erik Johnston2024-04-091-0/+95
* Fix bug in calculating state for non-gappy syncs (#16942)Richard van der Hoff2024-04-041-0/+105
* `/sync`: fix bug in calculating `state` response (#16930)Richard van der Hoff2024-04-041-0/+80
* Fix bug in `/sync` response for archived rooms (#16932)Richard van der Hoff2024-04-041-13/+195
* Improve event validation (#16908)Shay2024-03-191-2/+113
* Update license headersPatrick Cloke2023-11-211-10/+16
* Replace make_awaitable with AsyncMock (#16179)Patrick Cloke2023-08-241-4/+3
* Clear event caches when we purge history (#15609)Erik Johnston2023-06-081-1/+1
* Add missing type hints to tests.handlers. (#14680)Patrick Cloke2022-12-161-4/+7
* Optimise get_rooms_for_user (drop with_stream_ordering) (#13787)Nick Mills-Barrett2022-09-291-0/+1
* Async get event cache prep (#13242)Nick Mills-Barrett2022-07-151-1/+1
* Decouple `synapse.api.auth_blocking.AuthBlocking` from `synapse.api.auth.Auth...Quentin Gliech2022-06-141-1/+1
* Track in memory events using weakrefs (#10533)Erik Johnston2022-05-171-0/+1
* Remove redundant `get_success` calls in test code (#12346)Richard van der Hoff2022-04-011-3/+1
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-3/+3
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-2/+2
* Test that bans win a join against a race when computing `/sync` response (#1...David Robertson2022-01-071-3/+94
* Support filtering by relations per MSC3440 (#11236)Patrick Cloke2021-11-091-2/+3
* Do not include rooms with an unknown room version in a sync response. (#10644)Patrick Cloke2021-08-191-6/+131
* update black to 21.6b0 (#10197)Marcus2021-06-171-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add a Synapse Module for configuring presence update routing (#9491)Andrew Morgan2021-04-061-10/+11
* Add admin API for logging in as a user (#8617)Erik Johnston2020-11-171-4/+10
* Stop Auth methods from polling the config on every req. (#7420)Andrew Morgan2020-05-061-5/+8
* Add `local_current_membership` table (#6655)Erik Johnston2020-01-151-2/+2
* Port SyncHandler to async/awaitErik Johnston2019-12-051-17/+16
* rename error codeNeil Johnson2018-08-181-2/+2
* add new error type ResourceLimitNeil Johnson2018-08-161-3/+3
* update error codesNeil Johnson2018-08-151-2/+2
* fix setup_test_homeserver to be postgres compatibleNeil Johnson2018-08-141-1/+1
* fix importsNeil Johnson2018-08-091-1/+1
* only block on sync where user is not part of the mau cohortNeil Johnson2018-08-091-9/+31
* block sync if auth checks failNeil Johnson2018-08-091-6/+13
* sync auth blockingNeil Johnson2018-08-081-0/+42