summary refs log tree commit diff
path: root/synapse/config/room.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* Add config option to forget rooms automatically when users leave them (#15224)Sean Quah2023-05-031-0/+4
* Remove code generating comments in configuration file (#12941)Shay2022-06-141-56/+0
* add default_power_level_content_override config option. (#12618)Andy Balaam2022-05-121-0/+47
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-2/+4
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Fix handling of "off" in encryption_enabled_by_default_for_room_type (#7822)Brendan Abolivier2020-07-131-1/+6
* Add option to enable encryption by default for new rooms (#7639)Andrew Morgan2020-06-101-0/+80