summary refs log tree commit diff
path: root/synapse/config/room_directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up newline quote marks around the codebase (#6362)Andrew Morgan2019-11-211-1/+1
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+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-15/+4
* Fix up config commentsErik Johnston2019-03-201-3/+4
* Add option to disable search room listsErik Johnston2019-03-191-0/+9
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-10/+10
* Move defaults up into codeErik Johnston2019-02-151-22/+44
* Hoist up checks to reduce overall workErik Johnston2019-02-151-17/+15
* Fixup commentsErik Johnston2019-02-151-8/+27
* Clarify commentsErik Johnston2019-02-141-3/+3
* Clarify and fix behaviour when there are multiple aliasesErik Johnston2019-02-141-6/+18
* Fixup commentsErik Johnston2019-02-141-8/+15
* Add configurable room list publishing rulesErik Johnston2019-02-141-17/+77
* Use allow/denyErik Johnston2018-10-251-6/+6
* Use match rather than searchErik Johnston2018-10-241-2/+3
* Add config option to control alias creationErik Johnston2018-10-191-0/+101