summary refs log tree commit diff
path: root/synapse/util/module_loader.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-type config paths in `ConfigError`s to be `StrSequence`s (#15615)Sean Quah2023-05-181-15/+9
* Standardise the module interface (#10062)Brendan Abolivier2021-06-181-15/+20
* Add missing type hints to synapse.util (#9982)Patrick Cloke2021-05-241-4/+5
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+1
* Pass a dict, instead of None, to modules if a None config is specified in the...Andrew Morgan2021-01-271-1/+2
* Better formatting for config errors from modules (#8874)Richard van der Hoff2020-12-081-6/+58
* Clarify error message when plugin config parsers raise an error (#8492)Richard van der Hoff2020-10-081-1/+1
* Handle `config` not being set for synapse plugin modulesRichard van der Hoff2020-01-121-1/+1
* Fix up some typechecking (#6150)Amber Brown2019-10-021-1/+1
* Fix a bug with saml attribute maps.Richard van der Hoff2019-09-191-1/+19
* Run Black. (#5482)Amber Brown2019-06-201-4/+2
* pep8David Baker2017-09-261-0/+1
* unnecessary parensDavid Baker2017-09-261-1/+1
* Add module_loader.pyDavid Baker2017-09-261-0/+41