<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nickserver.git, branch refactor/clarify-response</title>
<subtitle>[nickserver] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/'/>
<entry>
<title>refactor: turn Hkp::Response into KeyResponse</title>
<updated>2017-11-04T07:30:08+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-11-04T07:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=85a567286cf61a3a8193c339dd0967116d79299c'/>
<id>85a567286cf61a3a8193c339dd0967116d79299c</id>
<content type='text'>
We now also use it from wkd and it seems like a generally
useful kind of response.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now also use it from wkd and it seems like a generally
useful kind of response.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: no expiration date means not outdated</title>
<updated>2017-11-03T13:33:51+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-11-03T13:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=ec996134a1f23ee36aff9d3ad2c800af71623207'/>
<id>ec996134a1f23ee36aff9d3ad2c800af71623207</id>
<content type='text'>
We were using Time.at(expirationdate) even if it was nil which
led to using the Time.at(0). Instead an unset expirationdate
is meant to not expire the key at all.

Our tests did not catch this because the assertions were in
blocks that did not get run at all. (at least in the HKP
integration test).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were using Time.at(expirationdate) even if it was nil which
led to using the Time.at(0). Instead an unset expirationdate
is meant to not expire the key at all.

Our tests did not catch this because the assertions were in
blocks that did not get run at all. (at least in the HKP
integration test).
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: update README.md</title>
<updated>2017-10-11T13:57:39+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-10-11T13:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=61ebd2908da912ee269dbeb71b5bddc2b50efbb2'/>
<id>61ebd2908da912ee269dbeb71b5bddc2b50efbb2</id>
<content type='text'>
* We are using Celluloid instead of EventMachine now
* The json responses are currently not signed
* we actually pick a key rather than sending all available
* There are only two install options listed. We were claiming there are three.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* We are using Celluloid instead of EventMachine now
* The json responses are currently not signed
* we actually pick a key rather than sending all available
* There are only two install options listed. We were claiming there are three.
</pre>
</div>
</content>
</entry>
<entry>
<title>style: more rubocop fixes</title>
<updated>2017-10-11T13:46:48+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-10-11T13:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=726c035b7b7fac636982ac6e4c28e199d4c8cc8a'/>
<id>726c035b7b7fac636982ac6e4c28e199d4c8cc8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rubocop' into 'master'</title>
<updated>2017-09-23T15:11:20+00:00</updated>
<author>
<name>azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-09-23T15:11:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=fac140a8ff76e98c275194845125d4c97f4ba07b'/>
<id>fac140a8ff76e98c275194845125d4c97f4ba07b</id>
<content type='text'>
Style fixes based on Rubocop

See merge request leap/nickserver!19</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Style fixes based on Rubocop

See merge request leap/nickserver!19</pre>
</div>
</content>
</entry>
<entry>
<title>style: avoid endless elsif in KeyInfo#error</title>
<updated>2017-09-23T14:53:27+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-09-23T13:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=8ac6bb8492c9a3b9ec5d7b5bf2b35907a1f8c332'/>
<id>8ac6bb8492c9a3b9ec5d7b5bf2b35907a1f8c332</id>
<content type='text'>
using an array of symbols representing the different checks now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using an array of symbols representing the different checks now.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: move error detection into key_info</title>
<updated>2017-09-23T14:53:27+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-09-23T13:10:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=b2543051d0629ab11adae1a64a1aed2105a1b9d9'/>
<id>b2543051d0629ab11adae1a64a1aed2105a1b9d9</id>
<content type='text'>
Still needs something better than all these elsifs though
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Still needs something better than all these elsifs though
</pre>
</div>
</content>
</entry>
<entry>
<title>style: more rubocop fixes</title>
<updated>2017-09-23T14:53:27+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-09-23T11:43:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=f40ef14010af08c49810c0a6a2349072948170e6'/>
<id>f40ef14010af08c49810c0a6a2349072948170e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style: rubocop mostly auto-correct</title>
<updated>2017-09-23T14:53:27+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-09-23T09:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=40916407517f4bdb75a295caf29e02d4f403349b'/>
<id>40916407517f4bdb75a295caf29e02d4f403349b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wkd: implement basic lookup of keys through wkd</title>
<updated>2017-09-23T14:53:27+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-09-22T13:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=22c6c80310a8d3d3abbd1006598b4fbaec98ffd0'/>
<id>22c6c80310a8d3d3abbd1006598b4fbaec98ffd0</id>
<content type='text'>
wkd is the web key directory. See the Readme.md in
  /lib/nickserver/wkd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
wkd is the web key directory. See the Readme.md in
  /lib/nickserver/wkd
</pre>
</div>
</content>
</entry>
</feed>
