Commit Graph

385 Commits (084afbb6a06f2661bed503bf49b0291ce999c6c1)

Author SHA1 Message Date
Eric Myhre 9e5a353663 Make upload dir a configurable path. 10 years ago
Paul "LeoNerd" Evans 9a3cd1c00d Correct -H SERVER_NAME in config-missing complaint message 10 years ago
Erik Johnston 9d0326baa6 Remove redundant newline 10 years ago
Erik Johnston 186f61a3ac Document listener config. Remove deprecated config options 10 years ago
Erik Johnston a005b7269a Add backwards compat support for metrics, manhole and webclient config options 10 years ago
Erik Johnston 9c5fc81c2d Correctly handle x_forwaded listener option 10 years ago
Erik Johnston fd2c07bfed Use config.listeners 10 years ago
Erik Johnston f7f07dc517 Begin changing the config format 10 years ago
Erik Johnston 522f285f9b Add config option to disable compression of http responses 10 years ago
Erik Johnston a7b65bdedf Add config option to turn off freezing events. Use new encode_json api and ujson.loads 10 years ago
Mark Haines d94590ed48 Add config for setting the recaptcha verify api endpoint, so we can test it in sytest 10 years ago
Erik Johnston 36b3b75b21 Registration should be disabled by default 10 years ago
Erik Johnston 1ce1509989 s/metric_interface/metric_bind_host/ 10 years ago
Erik Johnston 59a0682f3e Enable changing the interface the metrics listener binds to 10 years ago
David Baker b850c9fa04 Typo 10 years ago
Mark Haines e45b05647e Fix the --help option for synapse 10 years ago
Mark Haines 3bcdf3664c Use the daemonize key from the config if it exists 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 50c87b8eed Allow "manhole" to be ommited from the config 10 years ago
Mark Haines 345995fcde Remove the ~, comment the lines instead 10 years ago
Mark Haines 62cebee8ee Update key.py 10 years ago
Mark Haines 95cbfee8ae Update metrics.py 10 years ago
Mark Haines 2f1348f339 Write a default log_config when generating config 10 years ago
David Baker 5b02f33451 Undo changes to logger config, ie. remove the access_log_file option: decision is to support this through log_config rather tan adding an option. 10 years ago
David Baker 054aa0d58c Do access log using python's logging stuff, just under a separate logger name 10 years ago
Mark Haines 74aaacf82a Don't break when sizes or durations are given as integers 10 years ago
Mark Haines c28f1d16f0 Add a random string to the auto generated key id 10 years ago
Mark Haines 265f30bd3f Allow --enable-registration to be passed on the commandline 10 years ago
Mark Haines c9e62927f2 Use disable_registration keys if they are present 10 years ago
David Baker d89a9f7283 Add an access_log 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 6b69ddd17a remove duplicate parse_size method 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 f4c9ebbc34 Delete ugly commented out log line. 10 years ago
Matthew Hodgson 68c0603946 comment out ugly test logline 10 years ago
Mark Haines 0bc71103e1 Output vim style mode markers into the yaml config file 10 years ago
Erik Johnston 1ef66cc3bd Move database configuration into config module 10 years ago
Mark Haines 288702170d Add config for setting the perspective servers 10 years ago
Mark Haines bdcb23ca25 Fix spelling 10 years ago
Mark Haines 869dc94cbb Call the super classes when generating config 10 years ago
Mark Haines b1e68add19 Add a config file for perspective servers 10 years ago
Mark Haines c8c710eca7 Move the key related config parser into a separate file 10 years ago
Mark Haines 149ed9f151 Better help for the old-signing-key option 10 years ago
David Baker 2e0d9219b9 Remove now-redundant email config 10 years ago
Mark Haines f30d47c876 Implement remote key lookup api 10 years ago
Erik Johnston 5e7a90316d Update --database-path metavar to SQLITE_DATABASE_PATH 10 years ago
Mark Haines 88cb06e996 Update syutil version to 0.0.4 10 years ago
Mark Haines d488463fa3 Add a version 2 of the key server api 10 years ago
Erik Johnston 0775c62469 Fix --enable-registration flag to work if you don't give a value 10 years ago
Kegan Dougal af853a4cdb Add AppServiceConfig 10 years ago