summary refs log tree commit diff
path: root/synapse/config/_base.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Be more helpful and tell the user how to generate a config too.David Baker2014-11-141-1/+4
|
* Adding --generate-config will not help if the user has not specified a ↵David Baker2014-11-141-1/+1
| | | | config file.
* Fix pep8 warningsMark Haines2014-10-301-6/+13
|
* Fix ncorrect ports in documentation and add notes on how generate-config ↵David Baker2014-10-021-1/+2
| | | | | | also generates certs bound to whatever hostname you give with --generate-config. SYN-87 #resolved
* Update README setup instructions to be correct. Make synapse spit out ↵David Baker2014-10-021-0/+1
| | | | explanatory note when generating config to tell people to look at it and customise it.
* Added a TODO note about YAML modeline for editorsPaul "LeoNerd" Evans2014-09-031-0/+3
|
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* Add copyright notices and fix pyflakes errorsMark Haines2014-09-031-2/+0
|
* os.makedirs is almost but not entirely unlike mkdir -pMark Haines2014-09-021-1/+2
|
* 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-021-2/+23
|
* Use yaml for config fileMark Haines2014-09-011-11/+6
|
* Fix homeserver config parsingMark Haines2014-09-011-5/+18
|
* Add config tree to synapse. Add support for reading config from a fileMark Haines2014-08-311-0/+99