summary refs log tree commit diff
path: root/synapse/server_notices (follow)
Commit message (Expand)AuthorAgeFilesLines
* WIP impl commiting to get feedbackNeil Johnson2018-08-161-6/+74
* fix case where empty string state check is evaulated as FalseNeil Johnson2018-08-161-1/+2
* wip cut at sending resource server noticesNeil Johnson2018-08-152-44/+55
* backout ability to pass in event type to server noticesNeil Johnson2018-08-143-4/+5
* support server notice state events for resource limitsNeil Johnson2018-08-143-8/+20
* fix typoNeil Johnson2018-08-131-1/+1
* implementation of server notices to alert on hitting resource limitsNeil Johnson2018-08-102-45/+65
* wip at implementing MSC 7075Neil Johnson2018-08-091-0/+84
* run isortAmber Brown2018-07-091-1/+2
* Avoid sending consent notice to guest usersRichard van der Hoff2018-05-251-0/+5
* Allow overriding the server_notices user's avatarRichard van der Hoff2018-05-231-3/+14
* Merge pull request #3271 from matrix-org/rav/consent_uri_in_messagesRichard van der Hoff2018-05-231-2/+39
|\
| * Support for putting %(consent_uri)s in messagesRichard van der Hoff2018-05-231-2/+39
* | fix typoRichard van der Hoff2018-05-231-1/+1
* | Block attempts to send server notices to remote usersRichard van der Hoff2018-05-231-0/+4
|/
* fix synchrotronhera2018-05-221-1/+1
* Stub out ServerNoticesSender on the workersRichard van der Hoff2018-05-222-4/+50
* Move consent config parsing into ConsentConfigRichard van der Hoff2018-05-221-8/+2
* Send users a server notice about consentRichard van der Hoff2018-05-222-0/+159
* Better docstringsRichard van der Hoff2018-05-181-0/+16
* Make sure we reject attempts to invite the notices userRichard van der Hoff2018-05-181-0/+5
* Infrastructure for a server notices roomRichard van der Hoff2018-05-172-0/+110