summary refs log tree commit diff
path: root/synapse/config/server_notices.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'gitlab/clokep/license-license' into new_developErik Johnston2023-12-131-10/+16
|\
| * Update license headersPatrick Cloke2023-11-211-10/+16
| |
* | Add avatar and topic settings for server notice room (#16679)Mathieu Velten2023-12-121-0/+12
| |
* | Server notices: add an autojoin setting for the notices room (#16699)Mathieu Velten2023-12-041-0/+2
|/ | | | Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
* 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