summary refs log tree commit diff
path: root/synapse/server_notices/server_notices_sender.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | ... and have the sync endpoints call it directly rather than obsure indirection via PresenceHandler
* Send users a server notice about consentRichard van der Hoff2018-05-221-0/+58
When a user first syncs, we will send them a server notice asking them to consent to the privacy policy if they have not already done so.