summary refs log tree commit diff
path: root/synapse/crypto/keyring.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Try to only back off if we think we failed to connect to the remoteErik Johnston2015-02-171-54/+54
* Add per server retry limiting.Erik Johnston2015-02-171-15/+7
* Rate limit retries when fetching server keys.Erik Johnston2015-02-171-55/+71
* Update copyright noticesMark Haines2015-01-061-1/+1
* Add a few missing yields, Move deferred lists inside PreserveLoggingContext b...Mark Haines2014-11-201-2/+2
* Fix pep8 warningsMark Haines2014-10-301-2/+2
* add log line for checking verifying signaturesMark Haines2014-10-171-0/+1
* Better response message when signature is missing or unsupportedMark Haines2014-10-131-1/+1
* Respond with more helpful error messages for unsigned requestsMark Haines2014-10-131-2/+31
* SYN-75 Verify signatures on server to server transactionsMark Haines2014-09-301-0/+125