summaryrefslogtreecommitdiff
path: root/lib/nickserver/request_handlers/hkp_email_handler.rb
AgeCommit message (Collapse)Author
2016-08-30refactor: make the RequestHandler classes callableAzul
Whenever a RequestHandler class is called we instantiate it with the request. Then we call handle on the instance. This way we can access the request and its content via accessors rather than only in the handle method.
2016-08-30refactor: rename EmailHandler to HkpEmailHandlerAzul