<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_client.git/src/leap/bitmask/util/__init__.py, branch 0.7.0rc3</title>
<subtitle>[bitmask_client] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/'/>
<entry>
<title>remove dict comprenhension</title>
<updated>2014-08-19T16:27:29+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-08-19T16:27:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=abd476bffb427bd0733dcf87d12fed00d4cf6aaf'/>
<id>abd476bffb427bd0733dcf87d12fed00d4cf6aaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Send the flag module values to the processes.</title>
<updated>2014-07-14T15:14:20+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-02T15:52:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=0cab909f9518273d95e371e5fb1061fb9b0a92fd'/>
<id>0cab909f9518273d95e371e5fb1061fb9b0a92fd</id>
<content type='text'>
Add serialize/deserialize to dict helper.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add serialize/deserialize to dict helper.
</pre>
</div>
</content>
</entry>
<entry>
<title>Install missing stuff into /usr/local/sbin. Closes: #$741</title>
<updated>2014-06-12T16:06:46+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-06-10T20:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=2f092ea9dbe46d1bebe1576cd7626bf325fe82e5'/>
<id>2f092ea9dbe46d1bebe1576cd7626bf325fe82e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorder logging helpers and handlers.</title>
<updated>2014-06-05T20:25:40+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-06-05T18:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=2e0062555fd0a092e0f9f25ac46d189b44805108'/>
<id>2e0062555fd0a092e0f9f25ac46d189b44805108</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the new log format in the GUI too.</title>
<updated>2014-02-03T19:35:25+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-02-03T15:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=2ea1ffae0423355e626145dcd30d52fdc1b2fee6'/>
<id>2ea1ffae0423355e626145dcd30d52fdc1b2fee6</id>
<content type='text'>
- Unify location for log format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Unify location for log format.
</pre>
</div>
</content>
</entry>
<entry>
<title>able to import maildir</title>
<updated>2014-01-13T15:45:51+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-01-13T02:56:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=7f9fa030ed44a7db6ced5b359c49dadc0a781b8a'/>
<id>7f9fa030ed44a7db6ced5b359c49dadc0a781b8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>offline mode</title>
<updated>2014-01-12T03:36:29+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-01-12T03:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=a1db341a39ec336ab62e89280f9bfb315420bfb5'/>
<id>a1db341a39ec336ab62e89280f9bfb315420bfb5</id>
<content type='text'>
This will skip:
* srp authentication with server
* remote soledad configuration
* keymanager sending key to server
* imap fetches.

Its main goal is to help us while debugging imap accounts, by cutting
almost all communication with server.

It will break havoc if you use it without having local keys configured.
So, basically, use with care.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will skip:
* srp authentication with server
* remote soledad configuration
* keymanager sending key to server
* imap fetches.

Its main goal is to help us while debugging imap accounts, by cutting
almost all communication with server.

It will break havoc if you use it without having local keys configured.
So, basically, use with care.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve error handling during soledad boostrapping in the client.</title>
<updated>2013-09-30T17:58:15+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-09-27T20:07:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=f2c68ba96498f8b88e415aaf27ced735c790510e'/>
<id>f2c68ba96498f8b88e415aaf27ced735c790510e</id>
<content type='text'>
The aim is to have better logs for debugging the different problems
behind issues like #3619 and #3867.

As I'm finding a good quantity of SSL handshake timeouts, I'm also
adding a litte retry subroutine to the load_and_sync.

Also, initialization and sync calls are separeted to be able to
correlate logs with server-side soledad.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The aim is to have better logs for debugging the different problems
behind issues like #3619 and #3867.

As I'm finding a good quantity of SSL handshake timeouts, I'm also
adding a litte retry subroutine to the load_and_sync.

Also, initialization and sync calls are separeted to be able to
correlate logs with server-side soledad.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move STANDALONE flag to a module and unify paths queries.</title>
<updated>2013-09-18T21:24:20+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2013-09-18T17:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=6cd19c3b67d76268bab5f93d3168164ec02f603d'/>
<id>6cd19c3b67d76268bab5f93d3168164ec02f603d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>catch indexerror on first utility</title>
<updated>2013-09-11T13:32:29+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-09-11T10:41:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=16fbe19986b8cc36873b24bd2b8f61cffd1b1d29'/>
<id>16fbe19986b8cc36873b24bd2b8f61cffd1b1d29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
