summary refs log tree commit diff
path: root/synapse/config/database.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Config templating (#5900)Jorik Schellekens2019-08-281-8/+19
* Change add_arguments to be a static methodErik Johnston2019-07-151-1/+2
* Don't load the generated config as the default.Richard van der Hoff2019-06-241-1/+1
* Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-17/+14
* Comment out most options in the generated config. (#4863)Richard van der Hoff2019-03-191-1/+2
* Include a default configuration file in the 'docs' directory. (#4791)Richard van der Hoff2019-03-041-1/+2
* Add a script to generate a clean config file (#4315)Richard van der Hoff2018-12-221-2/+3
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Implement configurable stats reportingDaniel Wagner-Hall2015-09-221-1/+1
* Allow generate-config to run against an existing config file to generate defa...Mark Haines2015-05-011-1/+2
* Manually generate the default config yaml, remove most of the commandline arg...Mark Haines2015-04-301-34/+39
* Move database configuration into config moduleErik Johnston2015-04-271-2/+21
* Update --database-path metavar to SQLITE_DATABASE_PATHErik Johnston2015-04-171-1/+1
* Make database selection configurableErik Johnston2015-03-201-0/+9
* Add a cache for get_eventMark Haines2015-02-111-0/+5
* Allow ':memory:' as the database path for sqlite3Mark Haines2015-01-191-1/+4
* Update copyright noticesMark Haines2015-01-061-1/+1
* Fix pep8 warningsMark Haines2014-10-301-1/+1
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Fix homeserver config parsingMark Haines2014-09-011-2/+3
* Add config tree to synapse. Add support for reading config from a fileMark Haines2014-08-311-0/+36