summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-22hand on connection errors to dispatcher so it can handle itAzul
2016-09-22feature: 502 on ConnectionErrorsAzul
2016-09-21doc: explain the purpose of different integration testsAzul
2016-09-21feature: activate nicknym lookupAzul
2016-09-21rescue and track exceptions in handler chainAzul
2016-09-19refactor: separate handler chain from dispatcherAzul
2016-09-16gitignore: vendorAzul
2016-09-16deal with network issues in nicknym sourceAzul
2016-09-16Merge branch 'bugfix/load-error-in-bin' into 'master' azul
2016-09-16bugfix: load order issue in server, include testAzul
2016-09-16Merge branch 'feature/query-leap-servers' into 'master' azul
2016-09-16test: properly test nicknym source + fixesAzul
2016-09-12test: separate remote tests into own directoryAzul
2016-09-12test: first steps towards a remote nicknym testAzul
2016-09-12[wip] nicknym source query implementedAzul
2016-09-10refactor: remove global require in test_helperAzul
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