summary refs log tree commit diff
path: root/synapse/config/key.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve error handling for missing files (#2551)Richard van der Hoff2017-10-171-4/+4
* Create user with expiryNegi Fazeli2016-05-131-0/+5
* Derive macaroon_secret_key from signing key.Erik Johnston2016-02-081-1/+27
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Implement configurable stats reportingDaniel Wagner-Hall2015-09-221-1/+1
* Fix typo in module imports and package dependenciesMark Haines2015-08-251-1/+1
* Remove syutil dependency in favour of smaller single-purpose librariesMark Haines2015-08-241-19/+16
* Update key.pyMark Haines2015-04-301-1/+2
* Write a default log_config when generating configMark Haines2015-04-301-1/+1
* Add a random string to the auto generated key idMark Haines2015-04-301-1/+3
* Manually generate the default config yaml, remove most of the commandline arg...Mark Haines2015-04-301-78/+61
* Add config for setting the perspective serversMark Haines2015-04-241-2/+20
* Add a config file for perspective serversMark Haines2015-04-241-0/+19
* Move the key related config parser into a separate fileMark Haines2015-04-241-0/+110