summaryrefslogtreecommitdiff
path: root/lib/nickserver/dispatcher.rb
AgeCommit message (Expand)Author
2018-02-05feature: enamble wkd lookupfeature/web-key-directoryAzul
2017-09-23style: rubocop mostly auto-correctAzul
2017-07-21fix: filedescriptor leak from http_adaptersAzul
2016-09-30logging: use proper loggerAzul
2016-09-29use stderr for errorsAzul
2016-09-29skip tests with ConnectionErrorsAzul
2016-09-24log HTTP::ConnectionErrors, respond with json bodyAzul
2016-09-22feature: 502 on ConnectionErrorsAzul
2016-09-21feature: activate nicknym lookupAzul
2016-09-19refactor: separate handler chain from dispatcherAzul
2016-09-12[wip] nicknym source query implementedAzul
2016-08-30refactor: make the RequestHandler classes callableAzul
2016-08-30refactor: rename EmailHandler to HkpEmailHandlerAzul
2016-08-29refactor: split EmailHandler in 3Azul
2016-08-29refactor: let handlers check if they are applicableAzul
2016-08-29refactor: split up ResponseHandlerAzul