summary refs log tree commit diff
path: root/synapse/server_notices/resource_limits_server_notices.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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