summary refs log tree commit diff
path: root/synapse/server_notices/resource_limits_server_notices.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use inline type hints in various other places (in `synapse/`) (#10380)Jonathan de Jong2021-07-151-1/+1
* 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-6/+5
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+1
* Use the account handler in additional places. (#9166)Patrick Cloke2021-01-201-1/+2
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Fix some comments and types in service notices (#7996)Patrick Cloke2020-07-311-22/+21
* Replace iteritems/itervalues/iterkeys with native versions. (#7692)Patrick Cloke2020-06-151-3/+1
* Optimise some references to hs.config (#7546)Richard van der Hoff2020-05-221-8/+7
* Convert synapse.server_notices to async/await. (#7394)Patrick Cloke2020-05-011-10/+6
* async/await is_server_admin (#7363)Andrew Morgan2020-05-011-18/+17
* Server notices: Dissociate room creation/lookup from invite (#7199)Brendan Abolivier2020-04-041-1/+3
* Remove usage of deprecated logger.warn method from codebase (#6271)Andrew Morgan2019-10-311-1/+1
* Option to suppress resource exceeded alerting (#6173)Neil Johnson2019-10-241-38/+72
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-1/+1
* Replace returnValue with return (#5736)Amber Brown2019-07-231-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-20/+13
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/admin_contactErik Johnston2018-08-241-4/+3
|\
| * Fix checking if service notice room is already taggedErik Johnston2018-08-241-4/+3
* | Change admin_uri to admin_contact in config and errorsErik Johnston2018-08-241-1/+1
|/
* Ensure we wake up /sync when we add tag to notice roomErik Johnston2018-08-241-1/+6
* Make content of tag an empty object rather than nullErik Johnston2018-08-241-1/+1
* Fix bug where we broke sync when using limit_usage_by_mauErik Johnston2018-08-241-0/+4
* Fix bug where we resent "limit exceeded" server noticesErik Johnston2018-08-231-1/+5
* Update notice formatErik Johnston2018-08-221-3/+11
* special case server_notices_mxidNeil Johnson2018-08-181-1/+1
* clean up, no functional changesNeil Johnson2018-08-171-40/+46
* flake8Neil Johnson2018-08-161-3/+2
* refactor for readability, and reuse caching for setting tagsNeil Johnson2018-08-161-67/+109
* add room taggingNeil Johnson2018-08-161-9/+5
* check for room state before deciding on actionNeil Johnson2018-08-161-66/+26
* WIP impl commiting to get feedbackNeil Johnson2018-08-161-6/+74
* wip cut at sending resource server noticesNeil Johnson2018-08-151-34/+35
* backout ability to pass in event type to server noticesNeil Johnson2018-08-141-1/+2
* support server notice state events for resource limitsNeil Johnson2018-08-141-5/+16
* fix typoNeil Johnson2018-08-131-1/+1
* implementation of server notices to alert on hitting resource limitsNeil Johnson2018-08-101-31/+46
* wip at implementing MSC 7075Neil Johnson2018-08-091-0/+84