<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pysqlcipher.git/src/leap/bitmask/bonafide, branch 0.9.4</title>
<subtitle>[pysqlcipher] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/'/>
<entry>
<title>[bug] do not hang if further config needs auth</title>
<updated>2016-12-26T13:55:43+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-12-22T15:20:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=b2950920245ce2aaa548657214304e6fe645e2b4'/>
<id>b2950920245ce2aaa548657214304e6fe645e2b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] return early from bonafide.get_provider</title>
<updated>2016-11-11T20:32:50+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-11-11T20:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=8b3537e210e9b536e5ab329381d67f32e3d21ce5'/>
<id>8b3537e210e9b536e5ab329381d67f32e3d21ce5</id>
<content type='text'>
otherwise, the call from the rest API hangs forever because the
authentication has not happened and not all the configs have been downloaded.

- Resolves: #8576
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
otherwise, the call from the rest API hangs forever because the
authentication has not happened and not all the configs have been downloaded.

- Resolves: #8576
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] use tcp endpoint for windows</title>
<updated>2016-10-21T21:17:35+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-10-21T20:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=5cb173a9939f051fce06bfe540a87881bde9680f'/>
<id>5cb173a9939f051fce06bfe540a87881bde9680f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fail gracefully for non-posix import</title>
<updated>2016-10-21T21:17:34+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-10-21T20:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=79dec982945e784477d13f7dd5adff7ce96424f7'/>
<id>79dec982945e784477d13f7dd5adff7ce96424f7</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 error logging calls using twisted logger</title>
<updated>2016-10-10T14:19:11+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2016-10-10T13:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=7fd29055b61e0e201f1806c8d19dab6a4ce53bdf'/>
<id>7fd29055b61e0e201f1806c8d19dab6a4ce53bdf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] pep8</title>
<updated>2016-10-07T14:22:41+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-10-07T14:21:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=744b1c083ebe412e92daa1de459d807db226f6fc'/>
<id>744b1c083ebe412e92daa1de459d807db226f6fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] do not print traceback for expected errors</title>
<updated>2016-10-07T14:22:38+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-10-05T19:49:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=7edd1fcaed438a0566d37386ce8604f2565b4e6e'/>
<id>7edd1fcaed438a0566d37386ce8604f2565b4e6e</id>
<content type='text'>
Add the ability to declare an exceptions as 'expected'.
This will avoid logging the backtrace on the bitmaskd log.
We will just forward the message in the json that we return to the
caller.

- Resolves: #8506
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the ability to declare an exceptions as 'expected'.
This will avoid logging the backtrace on the bitmaskd log.
We will just forward the message in the json that we return to the
caller.

- Resolves: #8506
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] migrate hooks to bitmask repo</title>
<updated>2016-10-07T14:22:37+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-10-05T19:25:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=d270b7f11e404a3904fa32ed581196a4fa4e8604'/>
<id>d270b7f11e404a3904fa32ed581196a4fa4e8604</id>
<content type='text'>
now we can deprecate service_hooks in leap.common repo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now we can deprecate service_hooks in leap.common repo
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] use new logger infrastructure</title>
<updated>2016-10-07T14:22:36+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-10-05T16:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=99b53c1714d302d7f0884e03b5c102081c483504'/>
<id>99b53c1714d302d7f0884e03b5c102081c483504</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] handle invite codes</title>
<updated>2016-10-04T15:48:30+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-10-03T21:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=af27100e35f30f91f3c8f3eb4b8fcef978d11eae'/>
<id>af27100e35f30f91f3c8f3eb4b8fcef978d11eae</id>
<content type='text'>
In the command line, --invitecode is a new optional parameter to
the command "user create".

bonafide service handles the invite codes.

javascript library should be updated accordingly

- Resolves: #7550
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the command line, --invitecode is a new optional parameter to
the command "user create".

bonafide service handles the invite codes.

javascript library should be updated accordingly

- Resolves: #7550
</pre>
</div>
</content>
</entry>
</feed>
