summary refs log tree commit diff
path: root/synapse/events/presence_router.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement cancellation support/protection for module callbacks (#12568)Sean Quah2022-05-091-3/+9
* Use `ParamSpec` in a few places (#12667)David Robertson2022-05-091-3/+12
* Update mypy to 0.950 and fix complaints (#12650)David Robertson2022-05-061-1/+3
* Add type hints to synapse.events.*. (#11066)Patrick Cloke2021-10-131-10/+11
* Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-3/+3
* Port the PresenceRouter module interface to the new generic interface (#10524)Azrenbeth2021-08-171-36/+156
* 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-0/+104