summaryrefslogtreecommitdiff
path: root/lib/nickserver/hkp/client.rb
AgeCommit message (Collapse)Author
2016-07-13[FEATURE] fetch key by fingerprintZara Gebru
- add fingerprint unit tests - add integration test - implement by_fingerprint
2016-07-02refactor: turn EmailAddress into a class, cleanupAzul
2016-07-02refactor: replace blocks/yields with returnsAzul
This became possible because we now use celluloid. Celluloid handles asynchronity without the need for callbacks or blocks.
2016-06-14introduce Hkp::ClientAzul
wraps the hkp protocol