summary refs log tree commit diff
path: root/synapse/config/api.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove code generating comments in configuration file (#12941)Shay2022-06-141-48/+0
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-3/+3
* Fix up docs for `track_puppeted_user_ips` (again) (#11757)Richard van der Hoff2022-01-171-4/+12
* Fix sample_config.yaml in regards track_puppeted_user_ips (#11749)Jason Robinson2022-01-141-5/+6
* Allow tracking puppeted users for MAU (#11561)Jason Robinson2022-01-121-0/+10
* Include the topic event in the prejoin state, per MSC3173. (#11666)Patrick Cloke2022-01-041-0/+2
* Send the `m.room.create` stripped event with invites (support MSC1772). (#9966)Patrick Cloke2021-05-111-4/+2
* Include m.room.create in invite_room_state for Spaces (#9710)Richard van der Hoff2021-03-301-0/+4
* Replace `room_invite_state_types` with `room_prejoin_state` (#9700)Richard van der Hoff2021-03-301-23/+112
* 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-9/+13
* Comment out most options in the generated config. (#4863)Richard van der Hoff2019-03-191-6/+6
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-0/+1
* by default include m.room.encryption on invites (#3902)Matthew Hodgson2019-01-301-0/+2
* run isortAmber Brown2018-07-091-2/+2
* config,handlers/_base: added homeserver config for what state is included in ...Patrik Oldsberg2016-03-041-0/+40