summary refs log tree commit diff
path: root/synapse/spam_checker_api (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add type hints to the spam check module (#6915)Patrick Cloke2020-02-141-4/+8
| | | | Add typing information to the spam checker modules.
* Expose some homeserver functionality to spam checkers (#6259)Travis Ralston2019-10-311-0/+51
* Offer the homeserver instance to the spam checker * Newsfile * Linting * Expose a Spam Checker API instead of passing the homeserver object * Alter changelog * s/hs/api