summary refs log tree commit diff
path: root/synapse/config/voip.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove code generating comments in configuration file (#12941)Shay2022-06-141-31/+0
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-2/+6
* Add config linting script that checks for bool casing (#6203)Andrew Morgan2019-10-231-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-2/+1
* Comment out most options in the generated config. (#4863)Richard van der Hoff2019-03-191-3/+5
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-1/+6
* Comment dummy TURN parameters in default configDavid Baker2018-07-111-2/+2
* typoMatthew Hodgson2017-03-151-1/+1
* set default for turn_allow_guests correctlyMatthew Hodgson2017-03-151-1/+1
* add setting (on by default) to support TURN for guestsMatthew Hodgson2017-03-151-0/+8
* Added default config for turn username and passwordMarvin Steadfast2017-01-191-0/+5
* Added username and password for turn serverMarvin Steadfast2017-01-191-1/+3
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Implement configurable stats reportingDaniel Wagner-Hall2015-09-221-1/+1
* Manually generate the default config yaml, remove most of the commandline arg...Mark Haines2015-04-301-25/+18
* turns uris config options should append since it's a listDavid Baker2015-02-241-1/+1
* Update copyright noticesMark Haines2015-01-061-1/+1
* Fix pep8 warningsMark Haines2014-10-301-1/+4
* Just use a yaml list for turn serversDavid Baker2014-09-251-1/+1
* Make turn server endpoint return an empty object if no turn servers toDavid Baker2014-09-251-1/+1
* rename endpoint to better reflect what it is and allow specifying multiple urisDavid Baker2014-09-241-3/+3
* Add support for TURN servers as per the TURN REST API (http://tools.ietf.org/...David Baker2014-09-231-0/+41