summary refs log tree commit diff
path: root/synapse/config/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Let synctl use a config directory. (#5904)Jorik Schellekens2019-08-281-3/+4
| | | * Let synctl use a config directory.
* ConsentResource to gather policy consent from usersRichard van der Hoff2018-05-151-0/+6
| | | | | Hopefully there are enough comments and docs in this that it makes sense on its own.
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Update copyright noticesMark Haines2015-01-061-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.
* Add config tree to synapse. Add support for reading config from a fileMark Haines2014-08-311-0/+14