<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_thunderbird.git/src/leap/bitmask/keymanager, branch 0.10a2</title>
<subtitle>[bitmask_thunderbird] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/'/>
<entry>
<title>[bug] handle 503 responses from nyckserver</title>
<updated>2017-07-14T12:29:41+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-07-12T12:01:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=f7a3e1b4ce2ba114449edb03d1eb3e9719e5d821'/>
<id>f7a3e1b4ce2ba114449edb03d1eb3e9719e5d821</id>
<content type='text'>
This can be produced by errors fetching keys from the server.

- Resolves: #8971
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can be produced by errors fetching keys from the server.

- Resolves: #8971
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] fix the docstring since the implementation does not sign yet</title>
<updated>2017-06-28T19:31:54+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2017-06-28T18:44:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=5fd7ee6eedbd86593c5ffbaea9e183367cf068e0'/>
<id>5fd7ee6eedbd86593c5ffbaea9e183367cf068e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] handle maintenance mode from nicknym (503 responses)</title>
<updated>2017-06-15T09:23:06+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-06-15T09:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=69e4fb92bad4bb593d59cfe29eb51d238e0fd8db'/>
<id>69e4fb92bad4bb593d59cfe29eb51d238e0fd8db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix keymanager issues with last merge</title>
<updated>2017-06-13T11:54:52+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-06-12T19:32:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=c95fe65177519e20348d1156f6c7925ce88cad3a'/>
<id>c95fe65177519e20348d1156f6c7925ce88cad3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] push private key updates into nicknym</title>
<updated>2017-06-12T18:34:15+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-06-08T09:14:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=f0117969b19e05d568a108b12390c47a011576f6'/>
<id>f0117969b19e05d568a108b12390c47a011576f6</id>
<content type='text'>
Deal as well with sending key if key is outdated in the providers nicknym.

- Resolves: #8819, #8832
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deal as well with sending key if key is outdated in the providers nicknym.

- Resolves: #8819, #8832
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] pep8 fixes</title>
<updated>2017-04-27T17:33:31+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2017-04-26T17:32:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=43931f3c8a5d4bbaf7f7986b3981d698d987d7a8'/>
<id>43931f3c8a5d4bbaf7f7986b3981d698d987d7a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] unify logging style using class attr</title>
<updated>2017-04-27T17:33:28+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2017-04-25T16:00:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=9f95446a55533c8cdceec7c4430be5cad752ecb1'/>
<id>9f95446a55533c8cdceec7c4430be5cad752ecb1</id>
<content type='text'>
I changed most of the logger statements to use a class attribute, in
this way it's easier to identify which class it's logging them.

in some cases I leave a module-level logger, when we're either using
functions or when the module it's too small.

at the same time I did a general review and cleanup of the logging
statements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I changed most of the logger statements to use a class attribute, in
this way it's easier to identify which class it's logging them.

in some cases I leave a module-level logger, when we're either using
functions or when the module it's too small.

at the same time I did a general review and cleanup of the logging
statements.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] remove offline toggle</title>
<updated>2017-03-12T19:08:57+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-03-12T19:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=7f0ff6a52119a423c1539c2122318b767eddf220'/>
<id>7f0ff6a52119a423c1539c2122318b767eddf220</id>
<content type='text'>
The offline toggle added a race condition in which the client could end
up offline forever. We decided to remove it for now and then decide if
soledad client needs to know about network connectivity (check:
https://0xacab.org/leap/soledad/issues/8789).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The offline toggle added a race condition in which the client could end
up offline forever. We decided to remove it for now and then decide if
soledad client needs to know about network connectivity (check:
https://0xacab.org/leap/soledad/issues/8789).
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] pass a fake shared db to soledad during tests</title>
<updated>2017-02-27T19:55:07+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-02-27T18:44:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=bcfd0c7fd461876d080bca14ed4d038837834f02'/>
<id>bcfd0c7fd461876d080bca14ed4d038837834f02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] use new soledad client parameter</title>
<updated>2017-02-27T19:55:01+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-02-23T22:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=06e8b6f6b0b758866c053762be4716d7050c1943'/>
<id>06e8b6f6b0b758866c053762be4716d7050c1943</id>
<content type='text'>
- Resolves: #8721
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #8721
</pre>
</div>
</content>
</entry>
</feed>
