summary refs log tree commit diff
path: root/synapse/server_notices/server_notices_manager.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ensure we wake up /sync when we add tag to notice roomErik Johnston2018-08-241-1/+7
|
* Make content of tag an empty object rather than nullErik Johnston2018-08-241-1/+1
|
* refactor for readability, and reuse caching for setting tagsNeil Johnson2018-08-161-1/+5
|
* 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-151-10/+20
|
* backout ability to pass in event type to server noticesNeil Johnson2018-08-141-2/+2
|
* support server notice state events for resource limitsNeil Johnson2018-08-141-2/+2
|
* Allow overriding the server_notices user's avatarRichard van der Hoff2018-05-231-3/+14
| | | | probably should have done this in the first place, like @turt2live suggested.
* 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
|
* 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-171-0/+110
Server Notices use a special room which the user can't dismiss. They are created on demand when some other bit of the code calls send_notice. (This doesn't actually do much yet becuse we don't call send_notice anywhere)