<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nickserver.git/lib, branch bugfix/400</title>
<subtitle>[nickserver] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/'/>
<entry>
<title>respond with 400 on invalid input</title>
<updated>2017-05-11T08:13:40+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-05-11T07:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=1f69b76ef30d9e064537e4e82b9d4f51be558afe'/>
<id>1f69b76ef30d9e064537e4e82b9d4f51be558afe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: send empty json object on 404 rather than nil</title>
<updated>2016-12-05T13:38:43+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-12-05T13:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=8e4dca14c904c405fd56d27e6efe77ec17e80457'/>
<id>8e4dca14c904c405fd56d27e6efe77ec17e80457</id>
<content type='text'>
sending nothing was keeping the connection alive.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sending nothing was keeping the connection alive.
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: remote nicknym is on port 6425</title>
<updated>2016-12-02T18:21:11+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-12-02T18:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=afdfd541dedf77c0cb2dba62edd364e7b145d1b5'/>
<id>afdfd541dedf77c0cb2dba62edd364e7b145d1b5</id>
<content type='text'>
We may use a different port in the config that is then mapped somehow.
But this should not affect where we try to contact remote nicknym servers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We may use a different port in the config that is then mapped somehow.
But this should not affect where we try to contact remote nicknym servers.
</pre>
</div>
</content>
</entry>
<entry>
<title>debug: raise error on 401</title>
<updated>2016-12-02T11:24:13+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-12-02T11:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=0aa101524270c0c398fe17c287d51927f810e499'/>
<id>0aa101524270c0c398fe17c287d51927f810e499</id>
<content type='text'>
This will get us more debug info in the logs if it happens again
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will get us more debug info in the logs if it happens again
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: use user:password@ prefix in http basic auth</title>
<updated>2016-12-02T10:36:02+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-12-02T10:36:02+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=65600992f5317ec8889428001313e36629b1e877'/>
<id>65600992f5317ec8889428001313e36629b1e877</id>
<content type='text'>
http.rb does not do this on its own.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http.rb does not do this on its own.
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup: old empty adapters and tests</title>
<updated>2016-12-02T10:31:20+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-12-02T10:31:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=396b34a52aa7594866fda090f1329827488e98bc'/>
<id>396b34a52aa7594866fda090f1329827488e98bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 0.9.0</title>
<updated>2016-10-17T09:02:40+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-10-02T13:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=968c6304e01b89cb6e5c62e8f067cf371c12dca4'/>
<id>968c6304e01b89cb6e5c62e8f067cf371c12dca4</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>change default adapter to CelluloidHttp</title>
<updated>2016-09-30T10:47:32+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-09-30T10:47:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=ab31d9ca7dca20c873a7240482d1736d0f6b6dae'/>
<id>ab31d9ca7dca20c873a7240482d1736d0f6b6dae</id>
<content type='text'>
Turns out without this nickserver will not respond to multiple concurrent requests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turns out without this nickserver will not respond to multiple concurrent requests.
</pre>
</div>
</content>
</entry>
<entry>
<title>logger: log celluloid errors to default log</title>
<updated>2016-09-30T10:46:41+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-09-30T10:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=c3499f703245b6493ddc94d27542a4b49a9bfc81'/>
<id>c3499f703245b6493ddc94d27542a4b49a9bfc81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>logger: log to STDOUT when run in foreground</title>
<updated>2016-09-30T10:03:44+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-09-30T10:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=3242f3f2e4eac9e3e38b1ba4da069475872a270b'/>
<id>3242f3f2e4eac9e3e38b1ba4da069475872a270b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
