<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pysqlcipher.git/src/leap, branch 0.9.4</title>
<subtitle>[pysqlcipher] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/'/>
<entry>
<title>[docs] fix typo in the header name</title>
<updated>2016-12-29T02:10:02+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-12-21T00:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=3461fb49985413bb578af511bf0d13efbc25b5b6'/>
<id>3461fb49985413bb578af511bf0d13efbc25b5b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] avoid unicode conversion bug</title>
<updated>2016-12-29T02:10:01+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-12-15T10:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=d215cedd5efdbedbaaf9e62626b9178b364d55f7'/>
<id>d215cedd5efdbedbaaf9e62626b9178b364d55f7</id>
<content type='text'>
encode to ascii any parameter passed as unicode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
encode to ascii any parameter passed as unicode.
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] fix typos</title>
<updated>2016-12-29T02:10:00+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-12-15T08:03:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=5481d60a470cd70be5a96b4e674987f41b4481b7'/>
<id>5481d60a470cd70be5a96b4e674987f41b4481b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix the logout call</title>
<updated>2016-12-29T02:09:59+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-12-13T02:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=e763ad3451eecfb2c6c6724ac31e0a2f93d4b266'/>
<id>e763ad3451eecfb2c6c6724ac31e0a2f93d4b266</id>
<content type='text'>
if user attempts to logout before the incoming multiservice has an
entry, there will be a KeyError raised on the
MultiService.getServiceNamed() call, which is improperly reported as a
confusing error message in the api return call.

by catching the KeyError, we make sure that the logout call can
terminate properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if user attempts to logout before the incoming multiservice has an
entry, there will be a KeyError raised on the
MultiService.getServiceNamed() call, which is improperly reported as a
confusing error message in the api return call.

by catching the KeyError, we make sure that the logout call can
terminate properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] better param error handling in rest api</title>
<updated>2016-12-29T02:09:58+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-12-12T16:37:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=0e027e6858022589ace11218ce102ce57499e5e6'/>
<id>0e027e6858022589ace11218ce102ce57499e5e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] pass local auth token after authentication succeeds</title>
<updated>2016-12-29T02:09:56+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-12-12T01:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=4378cf0b0c454dd5de6d40a9bb59eef653a25a41'/>
<id>4378cf0b0c454dd5de6d40a9bb59eef653a25a41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] reorganize API</title>
<updated>2016-12-29T02:09:54+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-12-12T00:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=9fe4ea478d22d7dfb2638eee8a8b2246f90af002'/>
<id>9fe4ea478d22d7dfb2638eee8a8b2246f90af002</id>
<content type='text'>
so that whitelisting doesn't have to peek into the data.
added more documentation and some tests stubs too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so that whitelisting doesn't have to peek into the data.
added more documentation and some tests stubs too.
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] move web service to its own submodule</title>
<updated>2016-12-29T02:09:52+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-12-07T19:46:02+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=7c588e919e959f32b33235b4a44da257d8f4a964'/>
<id>7c588e919e959f32b33235b4a44da257d8f4a964</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] local session service</title>
<updated>2016-12-29T02:09:51+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-11-24T15:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=e50a442c6f03ba09a800f9999e29e9340b1d45c7'/>
<id>e50a442c6f03ba09a800f9999e29e9340b1d45c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] authentication classes and tests</title>
<updated>2016-12-29T02:09:50+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-11-09T19:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=86976a27e7aa9222afc0695c240b0ea7cc8e362b'/>
<id>86976a27e7aa9222afc0695c240b0ea7cc8e362b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
