Commit Graph

42 Commits (98fd558382226b347d78e5f6e6782c6e74c25e69)

Author SHA1 Message Date
dependabot[bot] 9bb2eac719
Bump black from 22.12.0 to 23.1.0 (#15103) 2 years ago
Shay 493c2fc44a
Remove code generating comments in configuration file (#12941) 2 years ago
Patrick Cloke 4586119f0b
Add missing type hints to config classes. (#12402) 3 years ago
Shay e78d4f61fc
Refuse to start if DB has an unsafe locale (#12262) 3 years ago
Olivier Wilkinson (reivilibre) 4dd9ea8f4f Revert "Revert accidental fast-forward merge from v1.49.0rc1" 3 years ago
Sean Quah 158d73ebdd Revert accidental fast-forward merge from v1.49.0rc1 3 years ago
Patrick Cloke f44d729d4c
Additional type hints for config module. (#11465) 3 years ago
Toni Spets ba5287f5e8
Allow setting transaction limit for db connections (#10440) 3 years ago
Dirk Klimpel 56fd5fa8e1
Update links to documentation in sample config (#10287) 3 years ago
Andrew Morgan b85821aca2
Add port parameter to the sample config for psycopg2 args (#9911) 4 years ago
Jonathan de Jong 4b965c862d
Remove redundant "coding: utf-8" lines (#9786) 4 years ago
Eric Eastwood 0a00b7ff14
Update black, and run auto formatting over the codebase (#9381) 4 years ago
Erik Johnston a7bdf98d01
Rename database classes to make some sense (#8033) 4 years ago
Andrew Morgan 5ecf98f59e
Change sample config's postgres user to synapse_user (#7889) 4 years ago
Amber Brown 7cb8b4bc67
Allow configuration of Synapse's cache without using synctl or environment variables (#6391) 5 years ago
Andrew Morgan ce207aa0ff Fix typo 'datbases' in ConfigError 5 years ago
Nektarios Katakis 825fb5d0a5
Don't default to an invalid sqlite config if no database configuration is provided (#6573) 5 years ago
Richard van der Hoff c165c1233b
Improve database configuration docs (#6988) 5 years ago
Erik Johnston 9f6c1befbb
Add experimental 'databases' config (#6580) 5 years ago
Erik Johnston 75d8f26ac8
Split state groups into a separate data store (#6296) 5 years ago
Erik Johnston 2284eb3a53
Add database config class (#6513) 5 years ago
Amber Brown f743108a94
Refactor HomeserverConfig so it can be typechecked (#6137) 5 years ago
Jorik Schellekens 6d97843793
Config templating (#5900) 5 years ago
Erik Johnston 823e13ddf4 Change add_arguments to be a static method 5 years ago
Richard van der Hoff 16b52642e2 Don't load the generated config as the default. 6 years ago
Richard van der Hoff c3c6b00d95
Pass config_dir_path and data_dir_path into Config.read_config. (#5522) 6 years ago
Amber Brown 32e7c9e7f2
Run Black. (#5482) 6 years ago
Richard van der Hoff fd463b4f5d
Comment out most options in the generated config. (#4863) 6 years ago
Richard van der Hoff 8e28bc5eee
Include a default configuration file in the 'docs' directory. (#4791) 6 years ago
Richard van der Hoff 9c2af7b2c5 Add a script to generate a clean config file (#4315) 6 years ago
Matthew Hodgson 6c28ac260c copyrights 9 years ago
Daniel Wagner-Hall 7213588083 Implement configurable stats reporting 9 years ago
Mark Haines 46a65c282f Allow generate-config to run against an existing config file to generate default keys 10 years ago
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 10 years ago
Erik Johnston 1ef66cc3bd Move database configuration into config module 10 years ago
Erik Johnston 5e7a90316d Update --database-path metavar to SQLITE_DATABASE_PATH 10 years ago
Erik Johnston 455579ca90 Make database selection configurable 10 years ago
Mark Haines f5a70e0d2e Add a cache for get_event 10 years ago
Mark Haines 3e85e52b3f Allow ':memory:' as the database path for sqlite3 10 years ago
Mark Haines adb04b1e57 Update copyright notices 10 years ago
Mark Haines 7d709542ca Fix pep8 warnings 10 years ago
Matthew Hodgson 8a7c1d6a00 fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 10 years ago
Mark Haines 9ea1de432d Fix homeserver config parsing 10 years ago
Mark Haines d9ebe531ed Add config tree to synapse. Add support for reading config from a file 10 years ago