summary refs log tree commit diff
path: root/synapse/config/server_notices.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove code generating comments in configuration file (#12941)Shay2022-06-141-24/+0
|
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-8/+11
|
* Require direct references to configuration variables. (#10985)Patrick Cloke2021-10-061-1/+3
| | | | | | This removes the magic allowing accessing configurable variables directly from the config object. It is now required that a specific configuration class is used (e.g. `config.foo` must be replaced with `config.server.foo`).
* Rename handler and config modules which end in handler/config. (#9816)Patrick Cloke2021-04-201-0/+83