<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/src/leap/bitmask/services/soledad, branch 0.9.0rc2</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[feat] add path to gpg binary in the bundle</title>
<updated>2015-08-07T22:02:24+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-08-06T01:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=f5e150a4fe87b60316d278de6b4ead08357f2dba'/>
<id>f5e150a4fe87b60316d278de6b4ead08357f2dba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] fix typo</title>
<updated>2015-06-30T04:15:23+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-06-30T04:15:23+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=82f21a9fa05dc204be1f4c2b23d67f83acbe07ce'/>
<id>82f21a9fa05dc204be1f4c2b23d67f83acbe07ce</id>
<content type='text'>
s/self/sync
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
s/self/sync
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] replace old log handler with new one</title>
<updated>2015-06-22T18:52:37+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-06-12T17:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=32658ae3108bc67a102cf6e0153d468b3a8ae1b0'/>
<id>32658ae3108bc67a102cf6e0153d468b3a8ae1b0</id>
<content type='text'>
Replace logging.getLogger with custom get_logger.
Remove some unneeded dependencies and reorder other.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace logging.getLogger with custom get_logger.
Remove some unneeded dependencies and reorder other.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix soledad bootstrap sync issues</title>
<updated>2015-05-21T09:49:58+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-04-28T22:55:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=9515c944279e08221de1852ab373d24232dccbf1'/>
<id>9515c944279e08221de1852ab373d24232dccbf1</id>
<content type='text'>
* Instead of checking if soledad is still syncing for the timeuot cancel
  the delayed call.
* Count retries properly.
* Now soledad sync only returns SoledadError (#6981).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Instead of checking if soledad is still syncing for the timeuot cancel
  the delayed call.
* Count retries properly.
* Now soledad sync only returns SoledadError (#6981).
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Use Deferred.errback</title>
<updated>2015-03-09T18:28:50+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-03-09T13:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=e59e47675e92115f6c98b13cae518ede22e935eb'/>
<id>e59e47675e92115f6c98b13cae518ede22e935eb</id>
<content type='text'>
The code was using 'fail' which is not a Deferred method.

- Resolves: #6772
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code was using 'fail' which is not a Deferred method.

- Resolves: #6772
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-add public properties removed in previous commit</title>
<updated>2015-02-18T18:50:29+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-02-18T18:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=f605abccb3a41d32982ebbcb50ccc7ef0bc50abe'/>
<id>f605abccb3a41d32982ebbcb50ccc7ef0bc50abe</id>
<content type='text'>
the set_proxies_cb function in backend/components expects to have access
to these public properties.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the set_proxies_cb function in backend/components expects to have access
to these public properties.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do the soledad sync the twisted way</title>
<updated>2015-02-18T17:19:03+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-02-14T23:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=82652e174b4f38a29ce488421eb6c0067d0c657f'/>
<id>82652e174b4f38a29ce488421eb6c0067d0c657f</id>
<content type='text'>
This closes: #6658 and #6691
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This closes: #6658 and #6691
</pre>
</div>
</content>
</entry>
<entry>
<title>enable --offline mode for email again</title>
<updated>2015-02-13T17:01:45+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-02-12T03:46:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=e52f9a239a146c06a0683e47eaf9d53f4deb332b'/>
<id>e52f9a239a146c06a0683e47eaf9d53f4deb332b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix mail imports for new mail api (0.4.0)</title>
<updated>2015-02-11T18:06:44+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-01-16T15:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=39c0419cfa7e74e365c02091fc3cfe455da15404'/>
<id>39c0419cfa7e74e365c02091fc3cfe455da15404</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 keymanager async API</title>
<updated>2015-02-11T18:06:44+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2014-12-04T17:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=2aa7cb8710a1e0d3a99698566a11db3d54818a41'/>
<id>2aa7cb8710a1e0d3a99698566a11db3d54818a41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
