summary refs log tree commit diff
path: root/synapse/config/room_directory.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-10/+10
| | | | | | The general idea here is that config examples should just have a hash and no extraneous whitespace, both to make it easier for people who don't understand yaml, and to make the examples stand out from the comments.
* 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
| | | | | This allows specifying who and what is allowed to be published onto the public room list
* 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