summaryrefslogtreecommitdiff
path: root/lib/nickserver/em_server.rb
AgeCommit message (Collapse)Author
2016-06-20seperate generic RequestHandler from EmServerAzul
The request handler takes a responder (the EmServer) and an adapter as initialization arguments. It will then respond to requests by querying the sources using the adapter and calling send_response on the responder.
2016-06-20refactor: separate em specifics from generic serverAzul