<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_pycommon.git/src/leap/common/events, branch build_packages</title>
<subtitle>[leap_pycommon] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/'/>
<entry>
<title>[test] toxify tests</title>
<updated>2016-07-11T14:41:50+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-07-06T06:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=7e90eed551bbe847201e5c62edcf0e6493ab2ec3'/>
<id>7e90eed551bbe847201e5c62edcf0e6493ab2ec3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[doc] update event annotation</title>
<updated>2016-03-24T17:59:28+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-03-24T13:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=9365e03b6490e0b86ddde0fe35854431bf17d94c'/>
<id>9365e03b6490e0b86ddde0fe35854431bf17d94c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] close TxAuthenticator properly</title>
<updated>2016-03-16T16:12:24+00:00</updated>
<author>
<name>Christoph Kluenter</name>
<email>ckluente@thoughtworks.com</email>
</author>
<published>2016-03-16T16:03:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=3a317f04bfa55698a7064ea3d5c5a1b4cc5ead36'/>
<id>3a317f04bfa55698a7064ea3d5c5a1b4cc5ead36</id>
<content type='text'>
otherwise the context.term() does not return
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
otherwise the context.term() does not return
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] pep8</title>
<updated>2016-03-09T14:48:23+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-03-09T14:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=07dff4d010b284d8d46eb3b8a859083013c7441f'/>
<id>07dff4d010b284d8d46eb3b8a859083013c7441f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] adapt events tests to recent changes</title>
<updated>2016-02-29T23:39:43+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-02-29T23:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=027ad7eed50947608738ce0009fccf776936e55c'/>
<id>027ad7eed50947608738ce0009fccf776936e55c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] reactor-based authenticator</title>
<updated>2016-02-29T14:32:24+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-02-23T23:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=24977b744b42df912a23a2861453e7d4d5202310'/>
<id>24977b744b42df912a23a2861453e7d4d5202310</id>
<content type='text'>
We don't really need a thread to make use of the ZAP authenticator.
Document bug fix after authenticator thread is gone
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't really need a thread to make use of the ZAP authenticator.
Document bug fix after authenticator thread is gone
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] avoid the events server to block twistd daemon</title>
<updated>2016-02-23T23:32:20+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-02-22T23:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=b940cfc29b88374ce57b101a39bc012bb903f6e8'/>
<id>b940cfc29b88374ce57b101a39bc012bb903f6e8</id>
<content type='text'>
1. refactor the zmq_connect/bind methods to use the txzmq addEndpoints
mechanism, which cleans up the code a bit. it uses the underlying
bindOrConnect method.

2. wrap the addEndpoints call in a helper function that ensures that
doRead is called afterward.

I'm not fully comfortable with us still using the AuthenticatorThread, I
believe we could go witha txzmq-based authenticator for curve.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. refactor the zmq_connect/bind methods to use the txzmq addEndpoints
mechanism, which cleans up the code a bit. it uses the underlying
bindOrConnect method.

2. wrap the addEndpoints call in a helper function that ensures that
doRead is called afterward.

I'm not fully comfortable with us still using the AuthenticatorThread, I
believe we could go witha txzmq-based authenticator for curve.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] optional flag to disable curve authentication</title>
<updated>2016-02-22T23:25:21+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-02-22T23:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=88941164243ce1ac6f30c790120165c04ea4a041'/>
<id>88941164243ce1ac6f30c790120165c04ea4a041</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] Get events working on windows</title>
<updated>2016-02-18T17:21:24+00:00</updated>
<author>
<name>meskio on windows</name>
<email>meskio@leap.se</email>
</author>
<published>2016-02-11T10:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=a36fdc8ebec9c42c61a2c733ea280a3fa9103598'/>
<id>a36fdc8ebec9c42c61a2c733ea280a3fa9103598</id>
<content type='text'>
Always use tcp channels and disable curve encryption on the zmq
connections.

- Closes: #7899, #7239
- Related: #7919
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Always use tcp channels and disable curve encryption on the zmq
connections.

- Closes: #7899, #7239
- Related: #7919
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] reorder and comment events</title>
<updated>2015-12-07T16:16:27+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-11-30T20:17:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=a42d67584fa70abb59b932471b4df3606b8294d0'/>
<id>a42d67584fa70abb59b932471b4df3606b8294d0</id>
<content type='text'>
Reorder blocks of events, and comment about which user-specific info
it's being emitted with them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reorder blocks of events, and comment about which user-specific info
it's being emitted with them.
</pre>
</div>
</content>
</entry>
</feed>
