summary refs log tree commit diff
path: root/synapse/config (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove option for disabling webclient because it was confusingMark Haines2014-09-021-4/+1
* Default HTTP and HTTPS ports to 8008 and 8448Erik Johnston2014-09-021-2/+4
* os.makedirs is almost but not entirely unlike mkdir -pMark Haines2014-09-021-1/+2
* Fix typo when reading TLS configMark Haines2014-09-021-1/+1
* Make the config directory if the directory doesn't exisit when generating configMark Haines2014-09-021-0/+1
* More helpful error messages for missing configMark Haines2014-09-023-6/+29
* Add unsecure listener port to homeserverMark Haines2014-09-011-2/+5
* specify metavars in argparseMatthew Hodgson2014-09-011-2/+3
* Use yaml for config fileMark Haines2014-09-011-11/+6
* Use pregenerated DH params when generating configMark Haines2014-09-011-7/+29
* Listen using SSLMark Haines2014-09-011-1/+1
* Fix homeserver config parsingMark Haines2014-09-015-20/+35
* Add config tree to synapse. Add support for reading config from a fileMark Haines2014-08-317-0/+423