Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-10-07 | Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464) | Richard van der Hoff | 1 | -2/+2 | |
Lots of different module apis is not easy to maintain. Rather than adding yet another ModuleApi(hs, hs.get_auth_handler()) incantation, first add an hs.get_module_api() method and use it where possible. | |||||
2020-10-07 | Remove docs/sphinx and related references (#8480) | Andrew Morgan | 62 | -839/+1 | |
https://github.com/matrix-org/synapse/tree/develop/docs/sphinx doesn't seem to really be utilised or changed recently since the initial commit. I like the idea of exportable documentation of the codebase, but at the moment after running through the build instructions the generated website wasn't very useful... | |||||
2020-10-07 |