summary refs log tree commit diff
path: root/synapse/module_api/callbacks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow modules to delete rooms. (#15997)reivilibre2023-09-061-3/+8
| | | | | | | | | | | | | | | * Allow user_id to be optional for room deletion * Add module API method to delete a room * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> * Don't worry about the case block=True && requester_user_id is None --------- Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
* 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 tracing instrumentation to media `/upload` code paths to investigate https://github.com/matrix-org/synapse/issues/15841
* Add login spam checker API (#15838)Erik Johnston2023-06-261-0/+80
|
* Move ThirdPartyEventRules into module_api/callbacks (#15535)Andrew Morgan2023-05-042-0/+595
|
* Move Spam Checker callbacks to a dedicated file (#15453)Andrew Morgan2023-04-182-1/+831
|
* Move Account Validity callbacks to a dedicated file (#15237)Andrew Morgan2023-03-162-0/+115