summary refs log tree commit diff
path: root/changelog.d/8464.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.22.0rc1Erik Johnston2020-10-221-1/+0
|
* Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464)Richard van der Hoff2020-10-071-0/+1
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.