summary refs log tree commit diff
path: root/synapse/replication/http/presence.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Pass the device ID around in the presence handler (#16171)Patrick Cloke2023-08-281-4/+7
* Combine logic about not overriding BUSY presence. (#16170)Patrick Cloke2023-08-281-5/+5
* Wait for streams to catch up when processing HTTP replication. (#14820)Erik Johnston2023-01-181-5/+2
* Add missing type hints to synapse.replication.http. (#11856)Patrick Cloke2022-02-081-17/+21
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-1/+1
* Use a database table to hold the users that should have full presence sent to...Andrew Morgan2021-05-181-2/+9
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Convert replication code to async/await. (#7987)Patrick Cloke2020-08-031-2/+2
* Add option to move event persistence off master (#7517)Erik Johnston2020-05-221-0/+116