summary refs log tree commit diff
path: root/synapse/config/spam_checker.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-1/+2
* Fix dead link in spam checker warning (#12231)David Robertson2022-03-161-2/+2
* Use inline type hints in various other places (in `synapse/`) (#10380)Jonathan de Jong2021-07-151-1/+1
* Update links to documentation in sample config (#10287)Dirk Klimpel2021-07-071-1/+1
* Warn users trying to use the deprecated spam checker interface (#10210)Brendan Abolivier2021-06-221-0/+15
* Standardise the module interface (#10062)Brendan Abolivier2021-06-181-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-4/+5
* Extend spam checker to allow for multiple modules (#7435)Andrew Morgan2020-05-081-8/+30
* 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
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-4/+4
* Forgot the new file again :(David Baker2017-09-271-0/+35