| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 1 | -0/+2 |
* | Update license headers | Patrick Cloke | 2023-11-21 | 1 | -11/+16 |
* | Bump black from 22.12.0 to 23.1.0 (#15103) | dependabot[bot] | 2023-02-22 | 1 | -1/+0 |
* | Remove code generating comments in configuration file (#12941) | Shay | 2022-06-14 | 1 | -50/+0 |
* | Add missing type hints to config classes. (#12402) | Patrick Cloke | 2022-04-11 | 1 | -5/+7 |
* | Refuse to start if DB has an unsafe locale (#12262) | Shay | 2022-03-23 | 1 | -0/+6 |
* | Additional type hints for config module. (#11465) | Patrick Cloke | 2021-12-01 | 1 | -6/+7 |
* | Allow setting transaction limit for db connections (#10440) | Toni Spets | 2021-08-02 | 1 | -0/+4 |
* | Update links to documentation in sample config (#10287) | Dirk Klimpel | 2021-07-07 | 1 | -1/+2 |
* | Add port parameter to the sample config for psycopg2 args (#9911) | Andrew Morgan | 2021-05-04 | 1 | -0/+1 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -2/+1 |
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -1/+4 |
* | Change sample config's postgres user to synapse_user (#7889) | Andrew Morgan | 2020-07-20 | 1 | -1/+1 |
* | Allow configuration of Synapse's cache without using synctl or environment va... | Amber Brown | 2020-05-11 | 1 | -6/+0 |
* | Fix typo 'datbases' in ConfigError | Andrew Morgan | 2020-04-28 | 1 | -1/+1 |
* | Don't default to an invalid sqlite config if no database configuration is pro... | Nektarios Katakis | 2020-03-26 | 1 | -22/+47 |
* | Improve database configuration docs (#6988) | Richard van der Hoff | 2020-03-20 | 1 | -34/+59 |
* | Add experimental 'databases' config (#6580) | Erik Johnston | 2020-01-06 | 1 | -13/+42 |
* | Split state groups into a separate data store (#6296) | Erik Johnston | 2019-12-20 | 1 | -5/+5 |
* | Add database config class (#6513) | Erik Johnston | 2019-12-18 | 1 | -16/+62 |
* | Refactor HomeserverConfig so it can be typechecked (#6137) | Amber Brown | 2019-10-10 | 1 | -0/+2 |
* | Config templating (#5900) | Jorik Schellekens | 2019-08-28 | 1 | -8/+19 |
* | Change add_arguments to be a static method | Erik Johnston | 2019-07-15 | 1 | -1/+2 |
* | Don't load the generated config as the default. | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Pass config_dir_path and data_dir_path into Config.read_config. (#5522) | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -17/+14 |
* | Comment out most options in the generated config. (#4863) | Richard van der Hoff | 2019-03-19 | 1 | -1/+2 |
* | Include a default configuration file in the 'docs' directory. (#4791) | Richard van der Hoff | 2019-03-04 | 1 | -1/+2 |
* | Add a script to generate a clean config file (#4315) | Richard van der Hoff | 2018-12-22 | 1 | -2/+3 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Implement configurable stats reporting | Daniel Wagner-Hall | 2015-09-22 | 1 | -1/+1 |
* | Allow generate-config to run against an existing config file to generate defa... | Mark Haines | 2015-05-01 | 1 | -1/+2 |
* | Manually generate the default config yaml, remove most of the commandline arg... | Mark Haines | 2015-04-30 | 1 | -34/+39 |
* | Move database configuration into config module | Erik Johnston | 2015-04-27 | 1 | -2/+21 |
* | Update --database-path metavar to SQLITE_DATABASE_PATH | Erik Johnston | 2015-04-17 | 1 | -1/+1 |
* | Make database selection configurable | Erik Johnston | 2015-03-20 | 1 | -0/+9 |
* | Add a cache for get_event | Mark Haines | 2015-02-11 | 1 | -0/+5 |
* | Allow ':memory:' as the database path for sqlite3 | Mark Haines | 2015-01-19 | 1 | -1/+4 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | Fix pep8 warnings | Mark Haines | 2014-10-30 | 1 | -1/+1 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | Fix homeserver config parsing | Mark Haines | 2014-09-01 | 1 | -2/+3 |
* | Add config tree to synapse. Add support for reading config from a file | Mark Haines | 2014-08-31 | 1 | -0/+36 |