summary refs log tree commit diff
path: root/tests/config/test_room_directory.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing type hints to tests.config. (#14681)Patrick Cloke2022-12-161-2/+2
|
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Run Black on the tests again (#5170)Amber Brown2019-05-101-80/+98
|
* Use yaml safe_loadErik Johnston2019-03-221-2/+2
|
* Clarify and fix behaviour when there are multiple aliasesErik Johnston2019-02-141-0/+6
|
* Add configurable room list publishing rulesErik Johnston2019-02-141-0/+73
| | | | | This allows specifying who and what is allowed to be published onto the public room list
* Use allow/denyErik Johnston2018-10-251-4/+4
|
* Add tests for config generationErik Johnston2018-10-191-0/+67