summary refs log tree commit diff
path: root/synapse/config/homeserver.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added a captcha config to the HS, to enable registration captcha checking ↵Kegan Dougal2014-09-051-1/+2
| | | | and for the recaptcha private key.
* 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.
* Limit the size of uploadsMark Haines2014-09-031-1/+2
|
* Add ratelimiting function to basehandlerMark Haines2014-09-021-1/+3
|
* Add config tree to synapse. Add support for reading config from a fileMark Haines2014-08-311-0/+26