<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_thunderbird.git/src/leap/bitmask/bonafide, branch 0.10a1</title>
<subtitle>[bitmask_thunderbird] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/'/>
<entry>
<title>[refactor] cleanup</title>
<updated>2017-05-16T17:32:24+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2017-05-16T11:03:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=0e97513603246d770dafb38e57ac6f15b589984b'/>
<id>0e97513603246d770dafb38e57ac6f15b589984b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] return ok from a succesful provider delete</title>
<updated>2017-05-12T17:16:53+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-05-12T17:16:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=ea269ece1708f1f43133a6be63a32d53d6997704'/>
<id>ea269ece1708f1f43133a6be63a32d53d6997704</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] make global the provider bootstrap deferreds</title>
<updated>2017-05-12T17:10:00+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-05-11T18:40:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=8834ae9181134020bab77244afc752527bcb6fbe'/>
<id>8834ae9181134020bab77244afc752527bcb6fbe</id>
<content type='text'>
- Resolves: #8884
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #8884
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] correctly handle authenticate's autoconf parameter</title>
<updated>2017-05-04T19:25:51+00:00</updated>
<author>
<name>Simon Fondrie-Teitler</name>
<email>simonft@riseup.net</email>
</author>
<published>2017-05-02T02:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=73fe34135dcfee98ecc1ee2287ea063028d550f6'/>
<id>73fe34135dcfee98ecc1ee2287ea063028d550f6</id>
<content type='text'>
This fixes two bugs with handling the autoconf parameter:
 - It looks for "True" instead of "true" in the dispatching code to
   account for json.dumps() converting true into a boolean and str()
   returning the python-style capitalized version "True".
 - It moves the initial definitions of offirst_bootstrap,
   ongoing_bootstrap, and stuck_bootstrap into the class instantiation
   method so they don't get shared between instances of the
   class. Previously, this caused one instance being bootstrapped to
   causes other instances to think they were also actively being
   bootstrapped.

Resolves #8843
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes two bugs with handling the autoconf parameter:
 - It looks for "True" instead of "true" in the dispatching code to
   account for json.dumps() converting true into a boolean and str()
   returning the python-style capitalized version "True".
 - It moves the initial definitions of offirst_bootstrap,
   ongoing_bootstrap, and stuck_bootstrap into the class instantiation
   method so they don't get shared between instances of the
   class. Previously, this caused one instance being bootstrapped to
   causes other instances to think they were also actively being
   bootstrapped.

Resolves #8843
</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>[feat] add bonafide authentication event</title>
<updated>2017-04-20T16:15:38+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2017-04-20T13:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=291a2a87a998938b8ab29e9e5562e6ac10e9672f'/>
<id>291a2a87a998938b8ab29e9e5562e6ac10e9672f</id>
<content type='text'>
- Resolves: #8844
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #8844
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] Creates methods for update recovery code.</title>
<updated>2017-03-30T15:00:06+00:00</updated>
<author>
<name>Thais Siqueira</name>
<email>thais.siqueira@gmail.com</email>
</author>
<published>2017-03-02T19:23:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=caed945c7c85800d7467f52471509afc21a6f071'/>
<id>caed945c7c85800d7467f52471509afc21a6f071</id>
<content type='text'>
Related with: https://github.com/pixelated/pixelated-user-agent/issues/924
with @aarni

Signed-off-by: Ruben Pollan &lt;meskio@sindominio.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related with: https://github.com/pixelated/pixelated-user-agent/issues/924
with @aarni

Signed-off-by: Ruben Pollan &lt;meskio@sindominio.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] get VPN params from eip-service.json</title>
<updated>2017-03-03T09:50:54+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-03-01T18:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=92957c4b666d6e5fc54275d8857692a12b0fb209'/>
<id>92957c4b666d6e5fc54275d8857692a12b0fb209</id>
<content type='text'>
Instead of hardcoding them in the code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of hardcoding them in the code.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] use username instead of provider in the vpn calls</title>
<updated>2017-03-03T09:50:53+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-03-01T00:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=af3866350e94c9238889a1c2485661466b1ec2dc'/>
<id>af3866350e94c9238889a1c2485661466b1ec2dc</id>
<content type='text'>
Without active user we need to use the username instead of the provider
in the VPN API.

- Resolves: #8783
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without active user we need to use the username instead of the provider
in the VPN API.

- Resolves: #8783
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] new commands: get_cert</title>
<updated>2017-02-22T23:40:31+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2017-02-01T13:49:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=1d4a3d68869dd9c416b104399097a6bb0c1bace3'/>
<id>1d4a3d68869dd9c416b104399097a6bb0c1bace3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
