summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-31wip: key lookup by address via leaps nicknymAzul
2016-08-30refactor: make the RequestHandler classes callableAzul
2016-08-30refactor: rename EmailHandler to HkpEmailHandlerAzul
2016-08-30feature: keep trying if no Host header givenAzul
2016-08-29Merge branch 'refactor/request-handling' into 'master' azul
2016-08-29refactor: split EmailHandler in 3Azul
2016-08-29cleanup: remove outdated ideasAzul
2016-08-29refactor: let handlers check if they are applicableAzul
2016-08-29refactor: split up ResponseHandlerAzul
2016-08-29expose Request class from RequestHandlerAzul
2016-08-27refactor: push down adapter dependency injection to sourcesAzul
2016-08-26refactor: split up RequestHandler even moreAzul
2016-08-26refactor: Request helper class in RequestHandlerAzul
2016-08-26Merge branch 'test/gitlab' into 'master' azul
2016-08-26[upgrade] ruby 2.3 on CIAzul
2016-08-26[update] trying to silence warningsAzul
2016-08-26[test] initial .gitlab-ci.yml fileAzul
2016-07-21Merge pull request #6 from pixelated/by_fingerprintazul
2016-07-13[FEATURE] fetch key by fingerprintZara Gebru
2016-07-12[Test] get email form hkpZara Gebru
2016-07-12[refactor] encapsulate get key by emailZara Gebru
2016-07-12Merge pull request #5 from azul/celluloidazul
2016-07-04fix start / stop scriptAzul
2016-07-02refactor: turn EmailAddress into a class, cleanupAzul
2016-07-02refactor: replace blocks/yields with returnsAzul
2016-07-02minor: silence warnings and cleanupAzul
2016-06-30use proper ssl connection with ca_file - green!Azul
2016-06-30actually use celluloid io for http requestsAzul
2016-06-30fix host header handling and testsAzul
2016-06-30Trying to replace EM base server with reelAzul
2016-06-30update webmock versionAzul
2016-06-24first attempt at using celluloid instead of em - brokenAzul
2016-06-21refactor: change send_response -> respond in em_serverAzul
2016-06-21Merge pull request #4 from azul/refactor/separate-em-serverazul
2016-06-20seperate generic RequestHandler from EmServerAzul
2016-06-20add Nickserver::Source as superclassAzul
2016-06-20refactor: separate em specifics from generic serverAzul
2016-06-15Merge pull request #3 from azul/refactor/transport-adaptersazul
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
2016-06-09refactor: introduce Hkp::ResponseAzul
2016-06-09refactor: inline method get_key_from_uidAzul
2016-06-09move hkp test to integration testsAzul
2016-06-09refactor: remove middleman Couch::FetchKeyAzul
2016-06-09Merge pull request #2 from azul/rubocopazul