Commit Graph

29 Commits (3d5a955e08c21c076c55806c3c1e78a19c09ad4f)

Author SHA1 Message Date
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
Mark Haines 7d709542ca Fix pep8 warnings 10 years ago
David Baker d694619a95 Fix ncorrect ports in documentation and add notes on how generate-config also generates certs bound to whatever hostname you give with --generate-config. 10 years ago
David Baker 7a322b6326 Update README setup instructions to be correct. Make synapse spit out explanatory note when generating config to tell people to look at it and customise it. 10 years ago
Paul "LeoNerd" Evans 4c3512a45c Added a TODO note about YAML modeline for editors 10 years ago
Matthew Hodgson 8a7c1d6a00 fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 10 years ago
Mark Haines c6eafdfbaf Add copyright notices and fix pyflakes errors 10 years ago
Mark Haines 45570e4695 os.makedirs is almost but not entirely unlike mkdir -p 10 years ago
Mark Haines 30572e28c2 Make the config directory if the directory doesn't exisit when generating config 10 years ago
Mark Haines d45f89c95b More helpful error messages for missing config 10 years ago
Mark Haines 6fd730c96b Use yaml for config file 10 years ago
Mark Haines 9ea1de432d Fix homeserver config parsing 10 years ago
Mark Haines d9ebe531ed Add config tree to synapse. Add support for reading config from a file 10 years ago