summary refs log tree commit diff
path: root/synapse/config/server_notices_config.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename handler and config modules which end in handler/config. (#9816)Patrick Cloke2021-04-201-83/+0
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Fix copypasted comment (#7477)Paul Tötterman2020-05-131-1/+1
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+2
* Fix up some typechecking (#6150)Amber Brown2019-10-021-2/+2
* Don't load the generated config as the default.Richard van der Hoff2019-06-241-1/+1
* Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-11/+6
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-5/+5
* run isortAmber Brown2018-07-091-1/+2
* Allow overriding the server_notices user's avatarRichard van der Hoff2018-05-231-3/+12
* Replace inline docstrings with "Attributes" in class docstringRichard van der Hoff2018-05-181-23/+15
* Infrastructure for a server notices roomRichard van der Hoff2018-05-171-0/+85