summary refs log tree commit diff
path: root/synapse/api/errors.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Captchas now work on registration. Missing x-forwarded-for config arg support...Kegan Dougal2014-09-051-1/+15
* Added a captcha config to the HS, to enable registration captcha checking and...Kegan Dougal2014-09-051-0/+1
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Set status message for ratelimit error responsesMark Haines2014-09-031-0/+2
* Raise LimitExceedError when the ratelimiting is throttling requestsMark Haines2014-09-031-7/+27
* Add ratelimiting function to basehandlerMark Haines2014-09-021-0/+1
* Added M_UNKNOWN_TOKEN error code and send it when there is an unrecognised ac...Kegan Dougal2014-08-141-0/+1
* Default error code BAD_PAGINATION for EventStreamErrorsKegan Dougal2014-08-141-1/+4
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+114