<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_client.git, branch 0.8.0rc4</title>
<subtitle>[bitmask_client] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/'/>
<entry>
<title>Use the right provider to log in.</title>
<updated>2015-01-29T16:53:43+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-01-29T16:53:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=8f85d7ecdd60ca6a3fe8d1945bfd5253ef649252'/>
<id>8f85d7ecdd60ca6a3fe8d1945bfd5253ef649252</id>
<content type='text'>
FIX: Login attempt is made against previously selected provider.
Closes #6654.

Remove unused comments as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FIX: Login attempt is made against previously selected provider.
Closes #6654.

Remove unused comments as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove all the Slot() decorators.</title>
<updated>2015-01-28T20:47:05+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-01-28T19:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=8cdeeadf9e258f31d401c133d73cfc29f86d9d29'/>
<id>8cdeeadf9e258f31d401c133d73cfc29f86d9d29</id>
<content type='text'>
This causes (on certain scenarios) the app to segfault and it is really
hard to debug.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This causes (on certain scenarios) the app to segfault and it is really
hard to debug.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable signal connect/disconnect logic.</title>
<updated>2015-01-28T20:46:21+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-01-28T18:35:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=73de8eae2422bedae0899ff11d8203178e6f2dbb'/>
<id>73de8eae2422bedae0899ff11d8203178e6f2dbb</id>
<content type='text'>
Now it's working and no longer segfaults, so we can enable safely this
feature again.
Stop tracking the gui connections on wizard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now it's working and no longer segfaults, so we can enable safely this
feature again.
Stop tracking the gui connections on wizard.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor wizard call.</title>
<updated>2015-01-28T20:44:41+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-01-28T19:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=5580f1836c3d4824cf215eeb981725b50a80aa67'/>
<id>5580f1836c3d4824cf215eeb981725b50a80aa67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failing tests.</title>
<updated>2015-01-16T19:53:28+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-01-15T22:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=8c71fcd6e070d6bf46394fb29fba4d75c76a3987'/>
<id>8c71fcd6e070d6bf46394fb29fba4d75c76a3987</id>
<content type='text'>
Remove srpauth obsolete tests.
Remove providerconfig obsolete test.
Set as mandatory the signaler object on ProviderBootstrapper and
EIPBootstrapper.

Closes #6631.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove srpauth obsolete tests.
Remove providerconfig obsolete test.
Set as mandatory the signaler object on ProviderBootstrapper and
EIPBootstrapper.

Closes #6631.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use tuple instead of set.</title>
<updated>2015-01-15T16:12:55+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-01-15T16:12:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=e7472ad6686e06c2bd78e9f873632b58538f05f7'/>
<id>e7472ad6686e06c2bd78e9f873632b58538f05f7</id>
<content type='text'>
The set syntax using {} works for python &gt;= 2.7, so failed on 2.6.
Closes #6638.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The set syntax using {} works for python &gt;= 2.7, so failed on 2.6.
Closes #6638.
</pre>
</div>
</content>
</entry>
<entry>
<title>Pin/unpin dependencies.</title>
<updated>2015-01-14T18:24:50+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-01-14T18:24:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=6941519e60fcd071b2a3370a188a393de6717c91'/>
<id>6941519e60fcd071b2a3370a188a393de6717c91</id>
<content type='text'>
Unpin python-dateutil since is no longer a problem.
Pin python-daemon since latest version (2.0.3 as today) fails to get
installed wich causes problems with the bundle and the bootstrapper
script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unpin python-dateutil since is no longer a problem.
Pin python-daemon since latest version (2.0.3 as today) fails to get
installed wich causes problems with the bundle and the bootstrapper
script.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for 'nobody' (used on Arch) group name.</title>
<updated>2015-01-08T18:29:36+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-01-07T21:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=54521d35d239c2e62d42e9c77690b9d1bc94f7db'/>
<id>54521d35d239c2e62d42e9c77690b9d1bc94f7db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix soledad imports (#5989)."</title>
<updated>2015-01-05T17:12:49+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-01-05T17:12:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=b9326cfceb304cebeb97017ebb8d22ba06f98f75'/>
<id>b9326cfceb304cebeb97017ebb8d22ba06f98f75</id>
<content type='text'>
This reverts commit 93750f2371555ad0c769c62c1bd179e2b96c282c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 93750f2371555ad0c769c62c1bd179e2b96c282c.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable signal disconnection and untrack.</title>
<updated>2014-12-30T23:04:03+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-12-30T22:53:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=34bdb47251b93bcfc767aec341490386a08ba4a6'/>
<id>34bdb47251b93bcfc767aec341490386a08ba4a6</id>
<content type='text'>
This temporary hack prevents the app to have segfaults when the first
run wizard finishes.
For more information look at https://leap.se/code/issues/6597
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This temporary hack prevents the app to have segfaults when the first
run wizard finishes.
For more information look at https://leap.se/code/issues/6597
</pre>
</div>
</content>
</entry>
</feed>
