<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/client/src, branch 0.4.3</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>Merge remote-tracking branch 'kali/bug/default-detected-encoding-to-utf8' into develop</title>
<updated>2013-11-08T11:41:11+00:00</updated>
<author>
<name>Tomás Touceda</name>
<email>chiiph@leap.se</email>
</author>
<published>2013-11-08T11:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=930b7cd7e56440b638bd646b288f33063e15f3d0'/>
<id>930b7cd7e56440b638bd646b288f33063e15f3d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>default detected encoding to utf-8</title>
<updated>2013-11-08T10:48:42+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-11-07T22:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=3b2763b738939c605c3d4480501fde4463c0f2eb'/>
<id>3b2763b738939c605c3d4480501fde4463c0f2eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>open db in autocommit mode</title>
<updated>2013-11-07T21:57:19+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-11-07T21:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=4b800e2035da2bcd643274f314d62e650d39edc5'/>
<id>4b800e2035da2bcd643274f314d62e650d39edc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change error severity</title>
<updated>2013-10-31T22:52:59+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-10-31T22:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=3d9ca03131d6801980126de0224001859ca1351b'/>
<id>3d9ca03131d6801980126de0224001859ca1351b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Passphrase is already an unicode object.</title>
<updated>2013-10-29T17:56:03+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2013-10-29T17:56:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=8b61202b82a09ec8994c38383d3a14fb378eaf55'/>
<id>8b61202b82a09ec8994c38383d3a14fb378eaf55</id>
<content type='text'>
As we enforce to have the passphrase as an unicode object, we no longer
need this conversion.

[Related to bug #4330]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As we enforce to have the passphrase as an unicode object, we no longer
need this conversion.

[Related to bug #4330]
</pre>
</div>
</content>
</entry>
<entry>
<title>Add shared db locking.</title>
<updated>2013-10-28T21:18:30+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-10-14T13:54:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=1244f691b084b12463f88e5e0ba068432c17f621'/>
<id>1244f691b084b12463f88e5e0ba068432c17f621</id>
<content type='text'>
  * Improve bootstrap sequence:
    - stages are more organized.
    - there are less useless requests to server.
  * Improve shared db access:
    - instantiate the shared db only once.
    - also results in less requests to server.
  * Handle unicode passphrases.
  * Move some common functions and global variables to common.
  * Improve security of recovery document:
    - access to the recovery document now depends on the user password.
  * Improve documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * Improve bootstrap sequence:
    - stages are more organized.
    - there are less useless requests to server.
  * Improve shared db access:
    - instantiate the shared db only once.
    - also results in less requests to server.
  * Handle unicode passphrases.
  * Move some common functions and global variables to common.
  * Improve security of recovery document:
    - access to the recovery document now depends on the user password.
  * Improve documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>use chardet as fallback</title>
<updated>2013-10-28T15:40:26+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-10-28T15:40:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=605d3ed81f8ad0d0c947916dcfdcc748c59b2373'/>
<id>605d3ed81f8ad0d0c947916dcfdcc748c59b2373</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support use of non-ascii passwords.</title>
<updated>2013-10-23T13:45:28+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2013-10-23T13:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=90dc71906db5e611fc1aeabcd16be24c610f67c6'/>
<id>90dc71906db5e611fc1aeabcd16be24c610f67c6</id>
<content type='text'>
[Closes #4001]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Closes #4001]
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert to utf8 all the strings before saving them</title>
<updated>2013-10-03T15:18:00+00:00</updated>
<author>
<name>Tomás Touceda</name>
<email>chiiph@leap.se</email>
</author>
<published>2013-10-02T20:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=e7c90a407c08ee169ae912db8f62f218531e41a4'/>
<id>e7c90a407c08ee169ae912db8f62f218531e41a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates to client docstrings</title>
<updated>2013-09-30T16:59:42+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-09-30T16:54:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=cfb55e5f1a26ae38e842a44df280f48e1e31eb06'/>
<id>cfb55e5f1a26ae38e842a44df280f48e1e31eb06</id>
<content type='text'>
* Add a more precise description of cert_file
* change docstring placeholder to be compliant with sphinx rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add a more precise description of cert_file
* change docstring placeholder to be compliant with sphinx rst
</pre>
</div>
</content>
</entry>
</feed>
