summary refs log tree commit diff
path: root/synapse/spam_checker_api (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix import in module_api module and docs on the new check_event_for_spam sign...Brendan Abolivier2022-05-311-25/+0
* Uniformize spam-checker API, part 2: check_event_for_spam (#12808)David Teller2022-05-231-1/+26
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464)Richard van der Hoff2020-10-071-43/+0
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Allow denying or shadow banning registrations via the spam checker (#8034)Patrick Cloke2020-08-201-0/+11
* Do not assume calls to runInteraction return Deferreds. (#8133)Patrick Cloke2020-08-201-2/+4
* Convert events worker database to async/await. (#8071)Patrick Cloke2020-08-181-1/+1
* Add type hints to the spam check module (#6915)Patrick Cloke2020-02-141-4/+8
* Expose some homeserver functionality to spam checkers (#6259)Travis Ralston2019-10-311-0/+51