summary refs log tree commit diff
path: root/tests/events/test_presence_router.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed `request_key` from the `SyncConfig` (moved outside as its own functio...Eric Eastwood2024-05-161-2/+15
* Refactor Sync handler to be able to return different sync responses (`SyncVer...Eric Eastwood2024-05-161-2/+2
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Replace simple_async_mock with AsyncMock (#16180)Patrick Cloke2023-08-251-3/+2
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-7/+5
* Proper types for `tests.module_api` (#15031)David Robertson2023-02-091-3/+7
* Add missing type hints for tests.events. (#14904)Patrick Cloke2023-01-251-23/+35
* Modernize unit tests configuration settings for workers. (#14568)realtyem2022-12-011-4/+12
* Register homeserver modules when creating test homeserver (#13558)Andrew Morgan2022-08-191-4/+0
* Additional constants for EDU types. (#12884)Patrick Cloke2022-05-271-1/+1
* Fix errors in Synapse logs from unit tests. (#10939)Patrick Cloke2021-09-301-1/+6
* Port the PresenceRouter module interface to the new generic interface (#10524)Azrenbeth2021-08-171-5/+104
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Stagger send presence to remotes (#10398)Erik Johnston2021-07-151-0/+8
* Use inline type hints in `tests/` (#10350)Jonathan de Jong2021-07-131-3/+3
* Use a database table to hold the users that should have full presence sent to...Andrew Morgan2021-05-181-4/+11
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-3/+3
* Add a Synapse Module for configuring presence update routing (#9491)Andrew Morgan2021-04-061-0/+386