summary refs log tree commit diff
path: root/synapse/config/__main__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* isort 5 compatibility (#7786)Will Hunt2020-07-051-0/+1
* Fix synapse.config.__main__ on python 3 (#4356)Amber Brown2019-01-081-1/+1
* Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on...Amber Brown2018-10-201-1/+1
* Replaced all occurences of e.message with str(e)Schnuffle2018-09-271-1/+1
* Use syntax that works on both py2.7 and py3Mark Haines2016-03-071-1/+1
* Error if macaroon key is missing from configDaniel Wagner-Hall2016-02-051-1/+6
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Fix typo when using sys.stderr.writeErik Johnston2015-08-251-1/+1
* Add utility to parse config and print out a keyErik Johnston2015-08-251-0/+30