summary refs log tree commit diff
path: root/tests/events/test_presence_router.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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