summary refs log tree commit diff
path: root/docs/spam_checker.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464)Richard van der Hoff2020-10-071-6/+3
| | | | | Lots of different module apis is not easy to maintain. Rather than adding yet another ModuleApi(hs, hs.get_auth_handler()) incantation, first add an hs.get_module_api() method and use it where possible.
* Extend spam checker to allow for multiple modules (#7435)Andrew Morgan2020-05-081-7/+12
|
* Filter the results of user directory searching via the spam checker (#6888)Patrick Cloke2020-02-141-0/+3
| | | Add a method to the spam checker to filter the user directory results.
* Add documentation for the spam checker module (#6906)Patrick Cloke2020-02-131-0/+85
Add documentation for the spam checker.