Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a spamchecker callback to allow or deny room creation based on invites ↵ | Brendan Abolivier | 2021-09-24 | 1 | -0/+29 |
| | | | | | | | (#10898) This is in the context of creating new module callbacks that modules in https://github.com/matrix-org/synapse-dinsic can use, in an effort to reconcile the spam checker API in synapse-dinsic with the one in mainline. This adds a callback that's fairly similar to user_may_create_room except it also allows processing based on the invites sent at room creation. | ||||
* | Fix #10837 by adding JSON encoding/decoding to the Module API example… ↵ | Charles Wright | 2021-09-17 | 1 | -2/+2 |
| | | | | (#10845) | ||||
* | Improve the modules doc (#10758) | Brendan Abolivier | 2021-09-08 | 7 | -0/+529 |
* Split up the documentation in several files rather than one huge one * Add examples for each callback category * Other niceties like fixing https://github.com/matrix-org/synapse/issues/10632 * Add titles to callbacks so they're easier to find in the navigation panels and link to |