summaryrefslogtreecommitdiff
path: root/lib/nickserver/hkp/source.rb
AgeCommit message (Expand)Author
2017-11-04refactor: turn Hkp::Response into KeyResponserefactor/clarify-responseAzul
2017-09-23style: rubocop mostly auto-correctAzul
2016-09-22return nil on 404 in hkp sourceAzul
2016-07-13[FEATURE] fetch key by fingerprintZara Gebru
2016-07-02refactor: replace blocks/yields with returnsAzul
2016-06-30Trying to replace EM base server with reelAzul
2016-06-20add Nickserver::Source as superclassAzul
2016-06-15we don't need FetchKeyInfo anymore including in SourceAzul
2016-06-14introduce Hkp::ClientAzul
2016-06-14use adapter for FetchKeyInfoAzul
2016-06-11use the adapter not EM in hkp sourceAzul
2016-06-10turn Hkp::FetchKey into Hkp::SourceAzul
2016-06-09refactor: remove EM specific stuff from Hkp::FetchKey interfaceAzul
2016-06-09add Hkp::Source with same interface as CouchDB::SourceAzul