summary refs log tree commit diff
path: root/synapse/server_notices/server_notices_sender.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use inline type hints in various other places (in `synapse/`) (#10380)Jonathan de Jong2021-07-151-2/+4
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add a type hints for service notices to the HomeServer object. (#9675)Patrick Cloke2021-03-241-8/+10
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Fix some comments and types in service notices (#7996)Patrick Cloke2020-07-311-5/+7
* async/await is_server_admin (#7363)Andrew Morgan2020-05-011-8/+4
* Run Black. (#5482)Amber Brown2019-06-201-7/+4
* implementation of server notices to alert on hitting resource limitsNeil Johnson2018-08-101-14/+19
* Stub out ServerNoticesSender on the workersRichard van der Hoff2018-05-221-4/+4
* Send users a server notice about consentRichard van der Hoff2018-05-221-0/+58