summary refs log tree commit diff
path: root/synapse/config/homeserver.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added support for the HS to send emails. Use it to send password resets. Adde...Kegan Dougal2014-09-161-2/+6
* Added a captcha config to the HS, to enable registration captcha checking and...Kegan Dougal2014-09-051-1/+2
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* 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