Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Describe callbacks signatures as async in new modules doc (#10206) | Brendan Abolivier | 2021-06-18 | 1 | -8/+8 |
| | |||||
* | Standardise the module interface (#10062) | Brendan Abolivier | 2021-06-18 | 1 | -0/+258 |
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. |