| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ability to run multiple pusher instances (#7855) | Erik Johnston | 2020-07-16 | 1 | -2/+36 |
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 1 | -4/+2 |
* | Don't crash when one of the configuration files is empty (#7341) | Brendan Abolivier | 2020-04-27 | 1 | -0/+6 |
* | Fix --help commandline argument (#7249) | Richard van der Hoff | 2020-04-09 | 1 | -16/+8 |
* | Improve database configuration docs (#6988) | Richard van der Hoff | 2020-03-20 | 1 | -2/+0 |
* | Add a warning about indentation to generated config (#6920) | Richard van der Hoff | 2020-02-14 | 1 | -2/+14 |
* | Refactor HomeserverConfig so it can be typechecked (#6137) | Amber Brown | 2019-10-10 | 1 | -43/+148 |
* | Config templating (#5900) | Jorik Schellekens | 2019-08-28 | 1 | -0/+37 |
* | Clean up arg name and remove lying comment | Erik Johnston | 2019-07-16 | 1 | -7/+5 |
* | Fix invoking add_argument from homeserver.py | Erik Johnston | 2019-07-15 | 1 | -1/+1 |
* | Move creation of ArgumentParser to caller | Erik Johnston | 2019-07-15 | 1 | -10/+5 |
* | Fix up comments | Erik Johnston | 2019-07-15 | 1 | -1/+1 |
* | Change add_arguments to be a static method | Erik Johnston | 2019-07-15 | 1 | -1/+31 |
* | Add basic admin cmd app | Erik Johnston | 2019-07-02 | 1 | -3/+45 |
* | Add "--open-private-ports" cmdline option | Richard van der Hoff | 2019-06-24 | 1 | -0/+14 |
* | Add --data-directory commandline argument | Richard van der Hoff | 2019-06-24 | 1 | -0/+15 |
* | Don't load the generated config as the default. | Richard van der Hoff | 2019-06-24 | 1 | -66/+30 |
* | Ensure that all config options have sensible defaults | Richard van der Hoff | 2019-06-24 | 1 | -5/+5 |
* | Remove unused Config.config_dir_path attribute | Richard van der Hoff | 2019-06-24 | 1 | -3/+0 |
* | Pass config_dir_path and data_dir_path into Config.read_config. (#5522) | Richard van der Hoff | 2019-06-24 | 1 | -34/+70 |
* | Improve help and cmdline option names for --generate-config options (#5512) | Richard van der Hoff | 2019-06-21 | 1 | -22/+28 |
* | Refactor Config parser and add some comments. (#5511) | Richard van der Hoff | 2019-06-21 | 1 | -14/+35 |
* | Improve logging when generating config files (#5510) | Richard van der Hoff | 2019-06-21 | 1 | -1/+2 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -7/+5 |
* | Use yaml safe_load | Erik Johnston | 2019-03-22 | 1 | -3/+3 |
* | Use a regular HomeServerConfig object for unit tests | Richard van der Hoff | 2019-03-19 | 1 | -1/+4 |
* | Allow passing --daemonize to workers | Erik Johnston | 2019-03-13 | 1 | -1/+7 |
* | Include a default configuration file in the 'docs' directory. (#4791) | Richard van der Hoff | 2019-03-04 | 1 | -11/+16 |
* | fix self-signed cert notice from generate-config | Richard van der Hoff | 2019-02-12 | 1 | -7/+2 |
* | Support ACME for certificate provisioning (#4384) | Amber Brown | 2019-01-23 | 1 | -2/+2 |
* | Add a script to generate a clean config file (#4315) | Richard van der Hoff | 2018-12-22 | 1 | -13/+43 |
* | Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on... | Amber Brown | 2018-10-20 | 1 | -62/+59 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -1/+2 |
* | Open config file in non-bytes mode | Adrian Tschira | 2018-04-10 | 1 | -3/+3 |
* | Merge pull request #3074 from NotAFile/fix-py3-prints | Richard van der Hoff | 2018-04-09 | 1 | -5/+5 |
|\ |
|
| * | use python3-compatible prints | Adrian Tschira | 2018-04-06 | 1 | -5/+5 |
* | | Replace some type checks with six type checks | Adrian Tschira | 2018-04-07 | 1 | -2/+4 |
|/ |
|
* | Improve error handling for missing files (#2551) | Richard van der Hoff | 2017-10-17 | 1 | -10/+26 |
* | Add support for durations in minutes | Daniel Dent | 2016-11-12 | 1 | -2/+3 |
* | Add function to load config without generating it | Mark Haines | 2016-06-09 | 1 | -43/+104 |
* | Use syntax that works on both py2.7 and py3 | Mark Haines | 2016-03-07 | 1 | -1/+1 |
* | Error if macaroon key is missing from config | Daniel Wagner-Hall | 2016-02-05 | 1 | -13/+22 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Comment | Erik Johnston | 2015-11-19 | 1 | -0/+2 |
* | Split out text for missing config options. | Erik Johnston | 2015-11-18 | 1 | -16/+26 |
* | Fix race creating directories | Daniel Wagner-Hall | 2015-11-12 | 1 | -1/+5 |
* | Front-load spaces | Daniel Wagner-Hall | 2015-09-22 | 1 | -7/+7 |
* | Implement configurable stats reporting | Daniel Wagner-Hall | 2015-09-22 | 1 | -4/+41 |
* | Lists use 'append' | Erik Johnston | 2015-09-02 | 1 | -1/+1 |
* | Actually add config path | Erik Johnston | 2015-08-28 | 1 | -0/+2 |
* | Merge pull request #250 from matrix-org/erikj/generated_directory | Erik Johnston | 2015-08-25 | 1 | -2/+15 |
|\ |
|
| * | Update config doc | Erik Johnston | 2015-08-25 | 1 | -1/+2 |
| * | s/--generated-directory/--keys-directory/ | Erik Johnston | 2015-08-25 | 1 | -7/+7 |
| * | Add config option to specify where generated files should be dumped | Erik Johnston | 2015-08-25 | 1 | -2/+14 |
* | | Warn if we encounter unexpected files in config directories | Erik Johnston | 2015-08-25 | 1 | -7/+17 |
|/ |
|
* | Allow specifying directories as config files | Erik Johnston | 2015-08-25 | 1 | -6/+24 |
* | Fix the --generate-keys option. Make it do the same thing as --generate-confi... | Mark Haines | 2015-08-12 | 1 | -45/+36 |
* | Add a --generate-keys option | Paul "LeoNerd" Evans | 2015-08-07 | 1 | -0/+9 |
* | Correct -H SERVER_NAME in config-missing complaint message | Paul "LeoNerd" Evans | 2015-06-16 | 1 | -2/+2 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into develop | David Baker | 2015-05-07 | 1 | -18/+29 |
|\ |
|
| * | Fix the --help option for synapse | Mark Haines | 2015-05-05 | 1 | -18/+29 |
* | | Typo | David Baker | 2015-05-07 | 1 | -1/+1 |
|/ |
|
* | Allow generate-config to run against an existing config file to generate defa... | Mark Haines | 2015-05-01 | 1 | -12/+23 |
* | Write a default log_config when generating config | Mark Haines | 2015-04-30 | 1 | -1/+2 |
* | Don't break when sizes or durations are given as integers | Mark Haines | 2015-04-30 | 1 | -9/+12 |
* | Allow multiple config files, set up a default config before applying the conf... | Mark Haines | 2015-04-30 | 1 | -21/+37 |
* | Manually generate the default config yaml, remove most of the commandline arg... | Mark Haines | 2015-04-30 | 1 | -65/+76 |
* | Merge branch 'develop' into key_distribution | Mark Haines | 2015-04-29 | 1 | -3/+4 |
|\ |
|
| * | Output vim style mode markers into the yaml config file | Mark Haines | 2015-04-28 | 1 | -3/+4 |
* | | Add config for setting the perspective servers | Mark Haines | 2015-04-24 | 1 | -2/+2 |
* | | Add a config file for perspective servers | Mark Haines | 2015-04-24 | 1 | -0/+11 |
|/ |
|
* | Add a cache for get_event | Mark Haines | 2015-02-11 | 1 | -0/+10 |
* | Convert directory paths to absolute paths before daemonizing | Mark Haines | 2015-02-09 | 1 | -2/+3 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | Merge branch 'hotfixes-v0.5.4' of github.com:matrix-org/synapse into develop | Erik Johnston | 2014-12-13 | 1 | -2/+2 |
|\ |
|
| * | Fix bug while generating the error message when a file path specified in the ... | Erik Johnston | 2014-12-13 | 1 | -2/+2 |
* | | Get uploads working with new media repo | Mark Haines | 2014-12-02 | 1 | -0/+14 |
|/ |
|
* | Be more helpful and tell the user how to generate a config too. | David Baker | 2014-11-14 | 1 | -1/+4 |
* | Adding --generate-config will not help if the user has not specified a config... | David Baker | 2014-11-14 | 1 | -1/+1 |
* | Fix pep8 warnings | Mark Haines | 2014-10-30 | 1 | -6/+13 |
* | Fix ncorrect ports in documentation and add notes on how generate-config also... | David Baker | 2014-10-02 | 1 | -1/+2 |
* | Update README setup instructions to be correct. Make synapse spit out explana... | David Baker | 2014-10-02 | 1 | -0/+1 |
* | Added a TODO note about YAML modeline for editors | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -0/+3 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | Add copyright notices and fix pyflakes errors | Mark Haines | 2014-09-03 | 1 | -2/+0 |
* | os.makedirs is almost but not entirely unlike mkdir -p | Mark Haines | 2014-09-02 | 1 | -1/+2 |
* | Make the config directory if the directory doesn't exisit when generating config | Mark Haines | 2014-09-02 | 1 | -0/+1 |
* | More helpful error messages for missing config | Mark Haines | 2014-09-02 | 1 | -2/+23 |
* | Use yaml for config file | Mark Haines | 2014-09-01 | 1 | -11/+6 |
* | Fix homeserver config parsing | Mark Haines | 2014-09-01 | 1 | -5/+18 |
* | Add config tree to synapse. Add support for reading config from a file | Mark Haines | 2014-08-31 | 1 | -0/+99 |