summary refs log tree commit diff
path: root/tests/rest/client/third_party_rules.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix third-party event modules for `check_visibility_can_be_modified` checkRichard van der Hoff2020-10-051-86/+0
| | | | | | PR #8292 tried to maintain backwards compat with modules which don't provide a `check_visibility_can_be_modified` method, but the tests weren't being run, and the check didn't work.
* Allow ThirdPartyEventRules modules to manipulate public room state (#8292)Andrew Morgan2020-10-051-12/+19
| | | | | This PR allows `ThirdPartyEventRules` modules to view, manipulate and block changes to the state of whether a room is published in the public rooms directory. While the idea of whether a room is in the public rooms list is not kept within an event in the room, `ThirdPartyEventRules` generally deal with controlling which modifications can happen to a room. Public rooms fits within that idea, even if its toggle state isn't controlled through a state event.
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
|
* Add plugin APIs for implementations of custom event rules.Brendan Abolivier2019-06-141-0/+79