summary refs log tree commit diff
path: root/synapse/config/third_party_event_rules.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port the ThirdPartyEventRules module interface to the new generic interface (...Brendan Abolivier2021-07-201-15/+0
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Better formatting for config errors from modules (#8874)Richard van der Hoff2020-12-081-1/+3
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+2
* Don't load the generated config as the default.Richard van der Hoff2019-06-241-1/+1
* Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* Add plugin APIs for implementations of custom event rules.Brendan Abolivier2019-06-141-0/+42