Commit Graph

67 Commits (304a1376c2fbe6758b7b0c1987d16fcea5205528)

Author SHA1 Message Date
Erik Johnston 3677548a82 Use yaml safe_load 6 years ago
Richard van der Hoff 13bc1e0746 Use a regular HomeServerConfig object for unit tests 6 years ago
Erik Johnston 72bfaf746d Allow passing --daemonize to workers 6 years ago
Richard van der Hoff 8e28bc5eee
Include a default configuration file in the 'docs' directory. (#4791) 6 years ago
Richard van der Hoff dfc846a316 fix self-signed cert notice from generate-config 6 years ago
Amber Brown 6129e52f43
Support ACME for certificate provisioning (#4384) 6 years ago
Richard van der Hoff 9c2af7b2c5 Add a script to generate a clean config file (#4315) 6 years ago
Amber Brown e1728dfcbe
Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 6 years ago
Amber Brown 49af402019 run isort 6 years ago
Adrian Tschira 7f8eebc8ee Open config file in non-bytes mode 7 years ago
Adrian Tschira e54c202b81 Replace some type checks with six type checks 7 years ago
Adrian Tschira b0500d3774 use python3-compatible prints 7 years ago
Richard van der Hoff 7216c76654 Improve error handling for missing files (#2551) 7 years ago
Daniel Dent 1c93cd9f9f Add support for durations in minutes 8 years ago
Mark Haines 7dbb473339 Add function to load config without generating it 9 years ago
Mark Haines 239badea9b Use syntax that works on both py2.7 and py3 9 years ago
Daniel Wagner-Hall 6a9f1209df Error if macaroon key is missing from config 9 years ago
Matthew Hodgson 6c28ac260c copyrights 9 years ago
Erik Johnston 06f74068f4 Comment 9 years ago
Erik Johnston 037ce4c68f Split out text for missing config options. 9 years ago
Daniel Wagner-Hall 6a9c4cfd0b Fix race creating directories 9 years ago
Daniel Wagner-Hall 6d7f291b93 Front-load spaces 9 years ago
Daniel Wagner-Hall 7213588083 Implement configurable stats reporting 9 years ago
Erik Johnston fd0a919af3 Lists use 'append' 9 years ago
Erik Johnston b442217d91 Actually add config path 9 years ago
Erik Johnston 3f6f74686a Update config doc 9 years ago
Erik Johnston 82145912c3 s/--generated-directory/--keys-directory/ 9 years ago
Erik Johnston 3e1029fe80 Warn if we encounter unexpected files in config directories 9 years ago
Erik Johnston af7c1397d1 Add config option to specify where generated files should be dumped 9 years ago
Erik Johnston bfb66773a4 Allow specifying directories as config files 9 years ago
Mark Haines 7bbaab9432 Fix the --generate-keys option. Make it do the same thing as --generate-config does when the config file exists, but without printing a warning 9 years ago
Paul "LeoNerd" Evans e3c8e2c13c Add a --generate-keys option 9 years ago
Paul "LeoNerd" Evans 9a3cd1c00d Correct -H SERVER_NAME in config-missing complaint message 10 years ago
David Baker b850c9fa04 Typo 10 years ago
Mark Haines e45b05647e Fix the --help option for synapse 10 years ago
Mark Haines 46a65c282f Allow generate-config to run against an existing config file to generate default keys 10 years ago
Mark Haines 2f1348f339 Write a default log_config when generating config 10 years ago
Mark Haines 74aaacf82a Don't break when sizes or durations are given as integers 10 years ago
Mark Haines 1aa11cf7ce Allow multiple config files, set up a default config before applying the config files 10 years ago
Mark Haines d624e2a638 Manually generate the default config yaml, remove most of the commandline arguments for synapse anticipating that people will use the yaml instead. Simpify implementing config options by not requiring the classes to hit the super class 10 years ago
Mark Haines 0bc71103e1 Output vim style mode markers into the yaml config file 10 years ago
Mark Haines 288702170d Add config for setting the perspective servers 10 years ago
Mark Haines b1e68add19 Add a config file for perspective servers 10 years ago
Mark Haines f5a70e0d2e Add a cache for get_event 10 years ago
Mark Haines 8ce100c7b4 Convert directory paths to absolute paths before daemonizing 10 years ago
Mark Haines adb04b1e57 Update copyright notices 10 years ago
Erik Johnston 6380ead2ee Fix bug while generating the error message when a file path specified in the config doesn't exist 10 years ago
Mark Haines 5da65085d1 Get uploads working with new media repo 10 years ago
David Baker fe3401e037 Be more helpful and tell the user how to generate a config too. 10 years ago
David Baker 933ce76057 Adding --generate-config will not help if the user has not specified a config file. 10 years ago