summary refs log tree commit diff
path: root/synapse/config/database.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Implement configurable stats reportingDaniel Wagner-Hall2015-09-221-1/+1
| | | | | | | | | | SYN-287 This requires that HS owners either opt in or out of stats reporting. When --generate-config is passed, --report-stats must be specified If an already-generated config is used, and doesn't have the report_stats key, it is requested to be set.
* Allow generate-config to run against an existing config file to generate ↵Mark Haines2015-05-011-1/+2
| | | | default keys
* Manually generate the default config yaml, remove most of the commandline ↵Mark Haines2015-04-301-34/+39
| | | | 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
* 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 ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* 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