Skip to content
Snippets Groups Projects
Unverified Commit 968c6304 authored by azul's avatar azul
Browse files

Version 0.9.0

Allow queries by fingerprint (using keyservers to reply) and support key
lookup from other nickservers.

This is a major rewrite both in terms of our dependencies and our
architecture.  We moved the server and http_client from eventmachine to
Celluloid based libraries. This allows for a more concise syntax and
proper https handling.

In addition we now support ruby 2.3, use a Logger instead of stdout and handle
network errors properly
parent 707a2db1
No related branches found
No related tags found
1 merge request!7Release 0.9
Pipeline #
PATH
remote: .
specs:
nickserver (0.3.0)
nickserver (0.9.0)
http
reel
......@@ -69,3 +69,6 @@ DEPENDENCIES
minitest
nickserver!
rake
BUNDLED WITH
1.12.5
module Nickserver
VERSION = "0.3.0"
VERSION = "0.9.0"
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment