| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove code generating comments in configuration file (#12941) | Shay | 2022-06-14 | 1 | -31/+0 |
* | Add missing type hints to config classes. (#12402) | Patrick Cloke | 2022-04-11 | 1 | -2/+6 |
* | Add config linting script that checks for bool casing (#6203) | Andrew Morgan | 2019-10-23 | 1 | -1/+1 |
* | Refactor HomeserverConfig so it can be typechecked (#6137) | Amber Brown | 2019-10-10 | 1 | -0/+2 |
* | Don't load the generated config as the default. | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Pass config_dir_path and data_dir_path into Config.read_config. (#5522) | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -2/+1 |
* | Comment out most options in the generated config. (#4863) | Richard van der Hoff | 2019-03-19 | 1 | -3/+5 |
* | Attempt to make default config more consistent | Richard van der Hoff | 2019-02-19 | 1 | -1/+6 |
* | Comment dummy TURN parameters in default config | David Baker | 2018-07-11 | 1 | -2/+2 |
* | typo | Matthew Hodgson | 2017-03-15 | 1 | -1/+1 |
* | set default for turn_allow_guests correctly | Matthew Hodgson | 2017-03-15 | 1 | -1/+1 |
* | add setting (on by default) to support TURN for guests | Matthew Hodgson | 2017-03-15 | 1 | -0/+8 |
* | Added default config for turn username and password | Marvin Steadfast | 2017-01-19 | 1 | -0/+5 |
* | Added username and password for turn server | Marvin Steadfast | 2017-01-19 | 1 | -1/+3 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Implement configurable stats reporting | Daniel Wagner-Hall | 2015-09-22 | 1 | -1/+1 |
* | Manually generate the default config yaml, remove most of the commandline arg... | Mark Haines | 2015-04-30 | 1 | -25/+18 |
* | turns uris config options should append since it's a list | David Baker | 2015-02-24 | 1 | -1/+1 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | Fix pep8 warnings | Mark Haines | 2014-10-30 | 1 | -1/+4 |
* | Just use a yaml list for turn servers | David Baker | 2014-09-25 | 1 | -1/+1 |
* | Make turn server endpoint return an empty object if no turn servers to | David Baker | 2014-09-25 | 1 | -1/+1 |
* | rename endpoint to better reflect what it is and allow specifying multiple uris | David Baker | 2014-09-24 | 1 | -3/+3 |
* | Add support for TURN servers as per the TURN REST API (http://tools.ietf.org/... | David Baker | 2014-09-23 | 1 | -0/+41 |