summary refs log tree commit diff
path: root/synapse/events/third_party_rules.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add type hints to misc. files. (#9676)Patrick Cloke2021-03-241-7/+8
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+2
* guard against accidental modificationRichard van der Hoff2020-10-131-3/+4
* Allow ThirdPartyRules modules to replace event contentRichard van der Hoff2020-10-131-3/+9
* Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464)Richard van der Hoff2020-10-071-2/+1
* Additional tests for third-party event rules (#8468)Richard van der Hoff2020-10-061-5/+7
* Fix third-party event modules for `check_visibility_can_be_modified` checkRichard van der Hoff2020-10-051-1/+3
* Allow ThirdPartyEventRules modules to manipulate public room state (#8292)Andrew Morgan2020-10-051-6/+45
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Convert a synapse.events to async/await. (#7949)Patrick Cloke2020-07-271-25/+30
* Third party event rules Update (#6781)PeerD2020-02-061-3/+4
* Change EventContext to use the Storage class (#6564)Erik Johnston2019-12-201-1/+1
* Replace returnValue with return (#5736)Amber Brown2019-07-231-4/+4
* Run Black. (#5482)Amber Brown2019-06-201-3/+2
* Make check_threepid_can_be_invited asyncBrendan Abolivier2019-06-171-0/+1
* Add third party rules hook for 3PID invitesBrendan Abolivier2019-06-171-1/+31
* Add third party rules hook into create roomErik Johnston2019-06-171-3/+24
* Add plugin APIs for implementations of custom event rules.Brendan Abolivier2019-06-141-0/+62