Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove code generating comments in configuration file (#12941) | Shay | 2022-06-14 | 1 | -17/+0 |
| | |||||
* | Add missing type hints to config classes. (#12402) | Patrick Cloke | 2022-04-11 | 1 | -2/+3 |
| | |||||
* | Fix some indentation inconsistencies in the sample config (modules) (#11838) | Dirk Klimpel | 2022-01-27 | 1 | -5/+5 |
| | |||||
* | Fix link from generated configuration file to documentation (#11678) | Philipp Matthias Schäfer | 2022-01-05 | 1 | -1/+1 |
| | | | | Co-authored-by: reivilibre <olivier@librepush.net> Co-authored-by: reivilibre <oliverw@matrix.org> | ||||
* | Update links to documentation in sample config (#10287) | Dirk Klimpel | 2021-07-07 | 1 | -1/+1 |
| | | | Signed-off-by: Dirk Klimpel dirk@klimpel.org | ||||
* | Standardise the module interface (#10062) | Brendan Abolivier | 2021-06-18 | 1 | -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. |