summary refs log tree commit diff
path: root/docs/modules/porting_legacy_module.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port the Password Auth Providers module interface to the new generic ↵Azrenbeth2021-10-131-0/+3
| | | | | | interface (#10548) Co-authored-by: Azrenbeth <7782548+Azrenbeth@users.noreply.github.com> Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
* Improve the modules doc (#10758)Brendan Abolivier2021-09-081-0/+17
* 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