summary refs log tree commit diff
path: root/synapse/http/client.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into pushersDavid Baker2015-01-131-3/+9
|\
| * SYN-231: User agent header brokenMark Haines2015-01-081-3/+3
| * Update copyright noticesMark Haines2015-01-061-1/+1
| * Include version in User-Agent and Server headersMark Haines2014-12-221-2/+8
* | More work on pushers. Attempt to do HTTP pokes. Not sure if the actual HTTP p...David Baker2014-11-211-0/+19
|/
* Fix pep8 and pyflakes warningsMark Haines2014-11-201-3/+4
* Separate out the matrix http client completely because just about all of its ...David Baker2014-11-201-322/+29
* Refactor the HTTP clients a little.David Baker2014-11-201-79/+75
* CaptchaServerHttpClient should extend the base, not matrix http client.David Baker2014-11-201-1/+1
* SYN-141: Encode query params as UTF-8.Mark Haines2014-11-181-1/+7
* Merge branch 'develop' into request_loggingMark Haines2014-10-301-3/+4
|\
| * Fix pep8 warningsMark Haines2014-10-301-4/+7
* | Add a request-id to each log lineMark Haines2014-10-301-11/+15
|/
* Add get_json method to 3pid http client. Better logging for errors in 3pid re...Mark Haines2014-10-201-1/+39
* remove debugging logging for signing requestsMark Haines2014-10-141-4/+0
* Verify signatures for server2server requestsMark Haines2014-10-131-3/+7
* SYN-75 sign at the request level rather than the transaction levelMark Haines2014-10-131-7/+45
* Replace on_send_callback with something a bit clearer so that we can sign mes...Mark Haines2014-10-131-11/+35
* Fix pyflakes errorsMark Haines2014-10-021-8/+2
* Add a keyword argument to get_json to avoid retrying on DNS failures. Rather ...Mark Haines2014-10-021-8/+1
* Split PlainHttpClient into separate clients for talking to Identity servers a...Mark Haines2014-10-021-144/+146
* remove "red", "blue" and "green" server_name mappingsMark Haines2014-10-011-7/+0
* Fix 'age' key to update on retriesErik Johnston2014-09-151-3/+10
* Captchas now work on registration. Missing x-forwarded-for config arg support...Kegan Dougal2014-09-051-1/+27
* Merge branch 'develop' of github.com:matrix-org/synapse into developDavid Baker2014-09-031-4/+22
|\
| * fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
| * Make retrying requests on DNS failures configurable, and turn off retrying on...Kegan Dougal2014-09-031-6/+19
| * hs: Updated synapse.http.client to handle DNSLookupErrors and bail immediately.Kegan Dougal2014-09-031-1/+6
* | Add support for registering with a threepid to the HS (get credentials from t...David Baker2014-09-031-5/+35
|/
* Fix SSL for federation http clientMark Haines2014-09-011-1/+1
* Enable SSL for s2s http clientMark Haines2014-09-011-2/+6
* fix http client GET parameters; somehow missing named param. how could this h...Matthew Hodgson2014-08-141-2/+2
* Update get_json()'s documentation to match the actual observed behaviourPaul "LeoNerd" Evans2014-08-131-4/+3
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+246