<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/yawning/obfsproxy, branch obfsproxy-0.2.7</title>
<subtitle>Yawning's Python pluggable transport proxy repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsproxy.git/'/>
<entry>
<title>Do the release ritual for obfsproxy-0.2.7.</title>
<updated>2014-03-15T12:10:04+00:00</updated>
<author>
<name>George Kadianakis</name>
<email>desnacked@riseup.net</email>
</author>
<published>2014-03-15T12:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsproxy.git/commit/?id=6cdbc64828d2d6c27cf90b0f10bfdd28c324d7d2'/>
<id>6cdbc64828d2d6c27cf90b0f10bfdd28c324d7d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ChangeLog entry for #11100.</title>
<updated>2014-03-15T12:08:33+00:00</updated>
<author>
<name>George Kadianakis</name>
<email>desnacked@riseup.net</email>
</author>
<published>2014-03-15T12:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsproxy.git/commit/?id=075f5ef3fc5a887c25fc24690c78ea0d36e07951'/>
<id>075f5ef3fc5a887c25fc24690c78ea0d36e07951</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update correct attribute to fix key rotation.</title>
<updated>2014-03-15T11:38:57+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@torproject.org</email>
</author>
<published>2014-03-01T12:19:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsproxy.git/commit/?id=576abee1fa23b6d4a6c6e7e50daccac22474a81e'/>
<id>576abee1fa23b6d4a6c6e7e50daccac22474a81e</id>
<content type='text'>
The attribute "creationTime" does not exist.  Instead, update the correct
attribute "keyCreation".  This bug broke the server's key rotation.  The patch,
written by Yawning Angel, fixes &lt;https://bugs.torproject.org/11100&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The attribute "creationTime" does not exist.  Instead, update the correct
attribute "keyCreation".  This bug broke the server's key rotation.  The patch,
written by Yawning Angel, fixes &lt;https://bugs.torproject.org/11100&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add editor swap files to .gitignore.</title>
<updated>2014-03-12T20:07:21+00:00</updated>
<author>
<name>George Kadianakis</name>
<email>desnacked@riseup.net</email>
</author>
<published>2014-03-12T20:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsproxy.git/commit/?id=6a7f2730f9faf78c143a4419045749b00e6c119d'/>
<id>6a7f2730f9faf78c143a4419045749b00e6c119d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Massage the ChangeLog a bit.</title>
<updated>2014-03-11T17:18:10+00:00</updated>
<author>
<name>George Kadianakis</name>
<email>desnacked@riseup.net</email>
</author>
<published>2014-03-11T17:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsproxy.git/commit/?id=6a903b5de907f56d49693c22a59c679077406594'/>
<id>6a903b5de907f56d49693c22a59c679077406594</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the last issues asn found</title>
<updated>2014-03-11T03:38:05+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-03-11T03:38:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsproxy.git/commit/?id=3264e76b3189e6bbbde607d423834914ae984c1e'/>
<id>3264e76b3189e6bbbde607d423834914ae984c1e</id>
<content type='text'>
 * ACCEPTABLE_CMDS now only contains CONNECT, since that is the only command
   used and actually implemented.
 * Removed trailing whitespace from the socks5 tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * ACCEPTABLE_CMDS now only contains CONNECT, since that is the only command
   used and actually implemented.
 * Removed trailing whitespace from the socks5 tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the test_socks.py unit tests</title>
<updated>2014-03-10T20:14:55+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-03-10T20:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsproxy.git/commit/?id=9c1b8ab9c82a500d9998788946f3a281178aa78f'/>
<id>9c1b8ab9c82a500d9998788946f3a281178aa78f</id>
<content type='text'>
Not going to touch #10240 for now since the SOCKS args handler will eventually
be totally rewritten (changed to return a dict containing the separated [k=v]
pairs).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not going to touch #10240 for now since the SOCKS args handler will eventually
be totally rewritten (changed to return a dict containing the separated [k=v]
pairs).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unit tests for socks5.py</title>
<updated>2014-03-10T10:26:42+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-03-10T10:26:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsproxy.git/commit/?id=fe3a0b2820e8e68543ef1c7aa6f3ffa1d572fb9c'/>
<id>fe3a0b2820e8e68543ef1c7aa6f3ffa1d572fb9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor changes</title>
<updated>2014-03-10T04:45:58+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-03-10T00:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsproxy.git/commit/?id=782eb543eb595040644ab4e9656e764543216ba1'/>
<id>782eb543eb595040644ab4e9656e764543216ba1</id>
<content type='text'>
 * Since the compat inet_ntop is used, no longer need to try/catch
 * Make _ByteBuffer.get(self, length) return a string and remove a ton of
   str() calls
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Since the compat inet_ntop is used, no longer need to try/catch
 * Make _ByteBuffer.get(self, length) return a string and remove a ton of
   str() calls
</pre>
</div>
</content>
</entry>
<entry>
<title>Use inet_ntop/inet_pton from twisted.python.compat instead of the socket</title>
<updated>2014-03-10T04:45:58+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-03-09T23:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsproxy.git/commit/?id=e86ff88bb993dc1a927bf243a419bbdf275d71c0'/>
<id>e86ff88bb993dc1a927bf243a419bbdf275d71c0</id>
<content type='text'>
Apparently, these routines are missing on Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently, these routines are missing on Windows.
</pre>
</div>
</content>
</entry>
</feed>
