<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sysrqb/bridgedb, branch bug9264_rebased_3</title>
<subtitle>Matt's bridgedb repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/'/>
<entry>
<title>Add a unit test that verifies we don't add duplicate bridges</title>
<updated>2014-03-04T13:53:15+00:00</updated>
<author>
<name>Matthew Finkel</name>
<email>Matthew.Finkel@gmail.com</email>
</author>
<published>2014-03-04T13:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=13fc557b8e4bd094457ca954129dceaa4445d744'/>
<id>13fc557b8e4bd094457ca954129dceaa4445d744</id>
<content type='text'>
Previously we did not check that a bridge was already in a splitter,
this resulted in adding bridges with (almost) identical information
and #9264.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously we did not check that a bridge was already in a splitter,
this resulted in adding bridges with (almost) identical information
and #9264.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update bridgehistory timestamps for each bridge, as appropriate.</title>
<updated>2014-03-04T13:53:15+00:00</updated>
<author>
<name>Matthew Finkel</name>
<email>Matthew.Finkel@gmail.com</email>
</author>
<published>2014-03-04T04:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=ff3a2641ac3447238511ce3436386d9ee2553011'/>
<id>ff3a2641ac3447238511ce3436386d9ee2553011</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only add a bridge to the splitter if it is new.</title>
<updated>2014-03-04T13:53:15+00:00</updated>
<author>
<name>Matthew Finkel</name>
<email>Matthew.Finkel@gmail.com</email>
</author>
<published>2014-03-04T03:59:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=92eb6fe9e7d4e1e7cbb72687b9f41f5f827fa182'/>
<id>92eb6fe9e7d4e1e7cbb72687b9f41f5f827fa182</id>
<content type='text'>
If it's not new then we want to overwrite the old instance.
Unconditionally appending to to the splitter results in duplicate
bridges.

Closes #9264
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If it's not new then we want to overwrite the old instance.
Unconditionally appending to to the splitter results in duplicate
bridges.

Closes #9264
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a module docstring to bridgedb.crypto.</title>
<updated>2014-03-04T04:46:27+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2014-03-04T04:46:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=a41cf0d90fd80243c0e0b81a1648c5f19598772c'/>
<id>a41cf0d90fd80243c0e0b81a1648c5f19598772c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused HTTPServer.WebResourceBridges.domains attribute.</title>
<updated>2014-03-04T04:45:29+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2014-03-04T04:38:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=7a439e59c712c0dd1b425044a7493315c0a53476'/>
<id>7a439e59c712c0dd1b425044a7493315c0a53476</id>
<content type='text'>
This was left over from commit 120c8e6d4b9d714e79722d83c19e110120977e79,
wherein the HTTPS and email distributors were split into different
files. The domains are taken from config.EMAIL_DOMAINS and are only
applicable to the email server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was left over from commit 120c8e6d4b9d714e79722d83c19e110120977e79,
wherein the HTTPS and email distributors were split into different
files. The domains are taken from config.EMAIL_DOMAINS and are only
applicable to the email server.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix indentation of docstring parameters in HTTPServer.WebResourceBridges.</title>
<updated>2014-03-04T04:36:54+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2014-03-04T04:36:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=ba592b4890837ad0eed08a761a273d1d4f7e5277'/>
<id>ba592b4890837ad0eed08a761a273d1d4f7e5277</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change a test_crypto class name and add a docstring.</title>
<updated>2014-03-04T04:34:37+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2014-03-04T04:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=e89059d9d4741c63d73d7a49eff1856d87a4a7e9'/>
<id>e89059d9d4741c63d73d7a49eff1856d87a4a7e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year in lib/bridgedb/test/test_parse_networkstatus.py.</title>
<updated>2014-03-04T04:32:06+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2014-03-04T04:32:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=019859f2d0f7b2edcfe58cbdc5512cf3348f4dcb'/>
<id>019859f2d0f7b2edcfe58cbdc5512cf3348f4dcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip coverage branch testing for those which include ``pass``.</title>
<updated>2014-03-04T04:30:33+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2014-03-04T04:30:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=63a41751b7a05f340196af8c2871770ad805a480'/>
<id>63a41751b7a05f340196af8c2871770ad805a480</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'tpo-sysrqb/bug10834' into develop</title>
<updated>2014-02-24T17:01:44+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2014-02-24T17:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=2b8b557c2bd3526029b2a09bb48ba95c9e20ff3e'/>
<id>2b8b557c2bd3526029b2a09bb48ba95c9e20ff3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
