summary refs log tree commit diff
path: root/synapse/federation/send_queue.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-24Don't load the generated config as the default.Richard van der Hoff29-94/+60
It's too confusing.
2019-06-24Ensure that all config options have sensible defaultsRichard van der Hoff4-13/+27
This will enable us to skip the unintuitive behaviour where the generated config and default config are the same thing.
2019-06-24changelogRichard van der Hoff5-2/+3
2019-06-24Remove unused Config.config_dir_path attributeRichard van der Hoff1-3/+0
This is no longer used and only serves to confuse.
2019-06-24Allow configuration of the path used for ACME account keys.Richard van der Hoff4-7/+59
Because sticking it in the same place as the config isn't necessarily the right thing to do.
2019-06-24Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff35-67/+104
* Pull config_dir_path and data_dir_path calculation out of read_config_files * Pass config_dir_path and data_dir_path into read_config
2019-06-24Factor acme bits out to a separate file (#5521)Richard van der Hoff3-53/+94
This makes some of the conditional-import hoop-jumping easier.
2019-06-22Drop support for cpu_affinity (#5525)Richard van der Hoff6-74/+2
This has no useful purpose on python3, and is generally a source of confusion.
2019-06-21Improve help and cmdline option names for --generate-config options (#5512)Richard van der Hoff2-22/+29
* group the arguments together into a group * add new names