summary refs log tree commit diff
path: root/synapse/module_api/callbacks (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/develop' into anoa/public_rooms_module_apiMathieu Velten2023-10-092-36/+98
|\
| * Allow modules to delete rooms. (#15997)reivilibre2023-09-061-3/+8
| * 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
* | More tests, less bugsMathieu Velten2023-05-301-1/+1
* | Fix testMathieu Velten2023-05-231-2/+8
* | Fix orderMathieu Velten2023-05-221-2/+2
* | lintMathieu Velten2023-05-191-1/+0
* | Fix stuffsMathieu Velten2023-05-191-2/+2
* | Fix stuffsMathieu Velten2023-05-191-1/+1
* | Various fixupsMathieu Velten2023-05-191-16/+3
* | Merge remote-tracking branch 'origin/develop' into anoa/public_rooms_module_apiMathieu Velten2023-05-162-0/+595
|\|
| * Move ThirdPartyEventRules into module_api/callbacks (#15535)Andrew Morgan2023-05-042-0/+595
* | wip: call the public room callbackAndrew Morgan2023-05-021-3/+3
* | Add a new public rooms callback class, a new fetch_public_rooms callbackAndrew Morgan2023-05-022-0/+56
|/
* 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