34 次代码提交 (4b965c862dc66c0da5d3240add70e9b5f0aa720b)

作者 SHA1 备注 提交日期
  Jonathan de Jong 4b965c862d
Remove redundant "coding: utf-8" lines (#9786) 3 年前
  Eric Eastwood 0a00b7ff14
Update black, and run auto formatting over the codebase (#9381) 3 年前
  Erik Johnston a7bdf98d01
Rename database classes to make some sense (#8033) 3 年前
  Andrew Morgan 5ecf98f59e
Change sample config's postgres user to synapse_user (#7889) 3 年前
  Amber Brown 7cb8b4bc67
Allow configuration of Synapse's cache without using synctl or environment variables (#6391) 4 年前
  Andrew Morgan ce207aa0ff Fix typo 'datbases' in ConfigError 4 年前
  Nektarios Katakis 825fb5d0a5
Don't default to an invalid sqlite config if no database configuration is provided (#6573) 4 年前
  Richard van der Hoff c165c1233b
Improve database configuration docs (#6988) 4 年前
  Erik Johnston 9f6c1befbb
Add experimental 'databases' config (#6580) 4 年前
  Erik Johnston 75d8f26ac8
Split state groups into a separate data store (#6296) 4 年前
  Erik Johnston 2284eb3a53
Add database config class (#6513) 4 年前
  Amber Brown f743108a94
Refactor HomeserverConfig so it can be typechecked (#6137) 4 年前
  Jorik Schellekens 6d97843793
Config templating (#5900) 4 年前
  Erik Johnston 823e13ddf4 Change add_arguments to be a static method 4 年前
  Richard van der Hoff 16b52642e2 Don't load the generated config as the default. 4 年前
  Richard van der Hoff c3c6b00d95
Pass config_dir_path and data_dir_path into Config.read_config. (#5522) 4 年前
  Amber Brown 32e7c9e7f2
Run Black. (#5482) 4 年前
  Richard van der Hoff fd463b4f5d
Comment out most options in the generated config. (#4863) 5 年前
  Richard van der Hoff 8e28bc5eee
Include a default configuration file in the 'docs' directory. (#4791) 5 年前
  Richard van der Hoff 9c2af7b2c5 Add a script to generate a clean config file (#4315) 5 年前
  Matthew Hodgson 6c28ac260c copyrights 8 年前
  Daniel Wagner-Hall 7213588083 Implement configurable stats reporting 8 年前
  Mark Haines 46a65c282f Allow generate-config to run against an existing config file to generate default keys 9 年前
  Mark Haines d624e2a638 Manually generate the default config yaml, remove most of the commandline 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 9 年前
  Erik Johnston 1ef66cc3bd Move database configuration into config module 9 年前
  Erik Johnston 5e7a90316d Update --database-path metavar to SQLITE_DATABASE_PATH 9 年前
  Erik Johnston 455579ca90 Make database selection configurable 9 年前
  Mark Haines f5a70e0d2e Add a cache for get_event 9 年前
  Mark Haines 3e85e52b3f Allow ':memory:' as the database path for sqlite3 9 年前
  Mark Haines adb04b1e57 Update copyright notices 9 年前
  Mark Haines 7d709542ca Fix pep8 warnings 9 年前
  Matthew Hodgson 8a7c1d6a00 fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 9 年前
  Mark Haines 9ea1de432d Fix homeserver config parsing 9 年前
  Mark Haines d9ebe531ed Add config tree to synapse. Add support for reading config from a file 9 年前