summary refs log tree commit diff
path: root/synapse/config/modules.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update links to documentation in sample config (#10287)Dirk Klimpel2021-07-071-1/+1
| | | Signed-off-by: Dirk Klimpel dirk@klimpel.org
* Standardise the module interface (#10062)Brendan Abolivier2021-06-181-0/+49
This PR adds a common configuration section for all modules (see docs). These modules are then loaded at startup by the homeserver. Modules register their hooks and web resources using the new `register_[...]_callbacks` and `register_web_resource` methods of the module API.