summary refs log tree commit diff
path: root/synapse/crypto/keyclient.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port crypto/ to Python 3 (#3822)Amber Brown2018-09-121-1/+7
* Don't log exceptions when failing to fetch server keysErik Johnston2018-08-211-2/+6
* Merge remote-tracking branch 'upstream/develop' into send_sni_for_federation_...Jeroen2018-07-141-6/+8
|\
| * run isortAmber Brown2018-07-091-6/+8
* | Merge branch 'develop' into send_sni_for_federation_requestsJeroen2018-07-091-1/+1
|\|
| * Attempt to be more performant on PyPy (#3462)Amber Brown2018-06-281-1/+1
* | send SNI for federation requestsJeroen2018-06-241-2/+2
|/
* Fix logcontxt leak in keyclient (#2465)Richard van der Hoff2017-09-251-12/+5
* Cache getPeerErik Johnston2016-07-211-2/+5
* Set host not pathErik Johnston2016-07-211-1/+1
* Send the correct host header when fetching keysErik Johnston2016-07-211-3/+6
* Make key client send a Host headerErik Johnston2016-03-111-0/+3
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Change the way we do logging contexts so that they survive divergencesErik Johnston2015-05-081-6/+11
* Implement remote key lookup apiMark Haines2015-04-221-3/+3
* Fail quicker for 4xx responses in the key client, optional hit a different AP...Mark Haines2015-04-151-6/+31
* Blunty replace json with simplejsonErik Johnston2015-02-111-1/+1
* Fix code-styleMark Haines2015-02-101-2/+2
* Fix bug in timeout handling in keyclientErik Johnston2015-01-301-3/+4
* Update copyright noticesMark Haines2015-01-061-1/+1
* Separate out the matrix http client completely because just about all of its ...David Baker2014-11-201-3/+3
* Merge branch 'develop' into request_loggingMark Haines2014-10-301-1/+0
|\
| * Fix pep8 warningsMark Haines2014-10-301-1/+0
* | Add a request-id to each log lineMark Haines2014-10-301-4/+6
|/
* Fix pyflakes warningsMark Haines2014-10-271-1/+0
* Respond with more helpful error messages for unsigned requestsMark Haines2014-10-131-2/+2
* SYN-75 Verify signatures on server to server transactionsMark Haines2014-09-301-46/+29
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+118