summary refs log tree commit diff
path: root/synapse/module_api/callbacks/spamchecker_callbacks.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add user_may_send_state_event callback to spam checker module API (#18455)Hugh Nimmo-Smith2025-06-041-0/+57
* Pass room_config argument to user_may_create_room spam checker module callbac...Hugh Nimmo-Smith2025-06-041-16/+46
* Cleanup Python 3.8 leftovers (#17967)V024602025-02-101-3/+1
* Fix legacy modules `check_username_for_spam` (#18135)Erik Johnston2025-02-051-0/+2
* forward requester id to check username for spam callbacks (#17916)Wilson2024-12-131-3/+27
* Bump mypy from 1.5.1 to 1.8.0 (#16901)dependabot[bot]2024-03-131-1/+1
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-11/+16
* Run pyupgrade for python 3.7 & 3.8. (#16110)Patrick Cloke2023-08-151-36/+12
* Add tracing to media `/upload` endpoint (#15850)Eric Eastwood2023-07-051-0/+1
* Add login spam checker API (#15838)Erik Johnston2023-06-261-0/+80
* Move Spam Checker callbacks to a dedicated file (#15453)Andrew Morgan2023-04-181-0/+821