summary refs log tree commit diff
path: root/synapse/config/third_party_event_rules.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | It's too confusing.
* Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
| | | | | | * Pull config_dir_path and data_dir_path calculation out of read_config_files * Pass config_dir_path and data_dir_path into read_config
* Add plugin APIs for implementations of custom event rules.Brendan Abolivier2019-06-141-0/+42