summaryrefslogtreecommitdiff
path: root/lib/nickserver/hkp/fetch_key_info.rb
AgeCommit message (Collapse)Author
2016-04-10bugfix: 404 if no key matches, fixes #6789Azul
I also separated the parsing of the hkp response from FetchKeyInfo. This way FetchKeyInfo has the EM specific code that has sideeffects and the logic is in a class without sideeffects and (almost) without state. The only state we keep is the KeyInfo array that contains all the information the server returns. This way we avoid parsing the response multiple times.
2013-08-06fix crash when fetched key is rejected (e.g. too short, etc), report errors ↵elijah
in the request, prevent most crashes by catching exceptions.
2013-05-15add CouchDB support.elijah
2013-05-13s/sks_url/hkp_urlelijah
2012-12-24initial commitelijah