summary refs log tree commit diff
path: root/synapse/server_notices/server_notices_sender.py (follow)
Commit message (Collapse)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
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* 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
| | | | | ... 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.