<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/src/leap/bitmask/provider, branch 0.7.0rc5</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>Do not use logger.exception during provider checks.</title>
<updated>2014-11-12T19:07:37+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-11-07T19:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=26ec219c305d2033457b3c2689d918a49815f0f6'/>
<id>26ec219c305d2033457b3c2689d918a49815f0f6</id>
<content type='text'>
Closes: #6219

leap log handler was choking on the captured exception.
it might have to do with the exception unwinding made by the reactor.
this is a workaround to allow the provider checks to show a meaningful
error message. The backtrace should only be there for development
purpuses, so removing it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes: #6219

leap log handler was choking on the captured exception.
it might have to do with the exception unwinding made by the reactor.
this is a workaround to allow the provider checks to show a meaningful
error message. The backtrace should only be there for development
purpuses, so removing it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Code style fixes.</title>
<updated>2014-07-16T12:39:17+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-16T12:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=432fcab9f838b0bfc81ed8d40d92b4b5d3854f24'/>
<id>432fcab9f838b0bfc81ed8d40d92b4b5d3854f24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lowercase signals names.</title>
<updated>2014-07-14T15:14:20+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-06-11T18:35:10+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=b66c1643eeb094a0f54d621ec3bf2c93173b767d'/>
<id>b66c1643eeb094a0f54d621ec3bf2c93173b767d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use preferred provider on first run. Closes #5813.</title>
<updated>2014-07-10T14:10:08+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-10T14:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=11c95ac4c8281b6f51aa0e61a4bf13159f664855'/>
<id>11c95ac4c8281b6f51aa0e61a4bf13159f664855</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pin Riseup</title>
<updated>2014-06-19T18:13:23+00:00</updated>
<author>
<name>Tomás Touceda</name>
<email>chiiph@leap.se</email>
</author>
<published>2014-06-19T18:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=3406150b9e3e6bfce198f3b3a9716c510f3c7022'/>
<id>3406150b9e3e6bfce198f3b3a9716c510f3c7022</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve how pinned providers are handled</title>
<updated>2014-06-11T15:16:42+00:00</updated>
<author>
<name>Tomás Touceda</name>
<email>chiiph@leap.se</email>
</author>
<published>2014-06-06T15:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=cfc7122f07a3b16f2d9cb5421b739dae252604cb'/>
<id>cfc7122f07a3b16f2d9cb5421b739dae252604cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor EIPBootstrapper to the backend</title>
<updated>2014-04-14T20:17:20+00:00</updated>
<author>
<name>Tomás Touceda</name>
<email>chiiph@leap.se</email>
</author>
<published>2014-03-20T13:41:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=e2ea44e2b042e86c0eb3a02eb52a92457b6bf179'/>
<id>e2ea44e2b042e86c0eb3a02eb52a92457b6bf179</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for self signed certs. Closes #5391.</title>
<updated>2014-04-01T20:24:51+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-04-01T20:03:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=5b21dfa2ca18ef4840d908b27228f55b8e65b172'/>
<id>5b21dfa2ca18ef4840d908b27228f55b8e65b172</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace provider hardcoded path with helper.</title>
<updated>2014-01-23T20:09:43+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-01-23T20:07:02+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=d4e53f6cef9ba2b476cc8308f132d8af20e79156'/>
<id>d4e53f6cef9ba2b476cc8308f132d8af20e79156</id>
<content type='text'>
Also reorder some imports and remove unused ones.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also reorder some imports and remove unused ones.
</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-dev.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>
</feed>
