<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sysrqb/bridgedb, branch bug12781-dumpbuckets_constification_2</title>
<subtitle>Matt's bridgedb repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/'/>
<entry>
<title>Line wasn't indented in f5fe05ce</title>
<updated>2014-08-20T06:27:41+00:00</updated>
<author>
<name>Matthew Finkel</name>
<email>Matthew.Finkel@gmail.com</email>
</author>
<published>2014-08-20T06:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=deada7243f5f03289cda044c187e535f505dc9a5'/>
<id>deada7243f5f03289cda044c187e535f505dc9a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing unittest import</title>
<updated>2014-08-20T06:15:55+00:00</updated>
<author>
<name>Matthew Finkel</name>
<email>Matthew.Finkel@gmail.com</email>
</author>
<published>2014-08-20T06:15:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=0ea71dd97c292063247c25943ed0c4bc11bc93ac'/>
<id>0ea71dd97c292063247c25943ed0c4bc11bc93ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Constify the unrealistic maximum number of bridges per bucket</title>
<updated>2014-08-20T05:58:17+00:00</updated>
<author>
<name>Matthew Finkel</name>
<email>Matthew.Finkel@gmail.com</email>
</author>
<published>2014-08-20T05:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=b778f85304ace66d1b5dbdcacc781420a71d8201'/>
<id>b778f85304ace66d1b5dbdcacc781420a71d8201</id>
<content type='text'>
We will never, ever have 1 million bridges, but because of this we
will also never be able to satisfy the requirement of giving a bucket
one million bridges. So, when we try distributing the bridges evenly
between buckets, the pseudo-distributors that are defined as needing
'*' bridges will receive as many as are available to be allocated to
them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We will never, ever have 1 million bridges, but because of this we
will also never be able to satisfy the requirement of giving a bucket
one million bridges. So, when we try distributing the bridges evenly
between buckets, the pseudo-distributors that are defined as needing
'*' bridges will receive as many as are available to be allocated to
them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a test for Buckets</title>
<updated>2014-08-03T18:21:43+00:00</updated>
<author>
<name>Matthew Finkel</name>
<email>Matthew.Finkel@gmail.com</email>
</author>
<published>2014-08-03T18:18:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=12311fff64dba06b24c66dd0523e52f3cd8927b9'/>
<id>12311fff64dba06b24c66dd0523e52f3cd8927b9</id>
<content type='text'>
The others will require mocking a DB connection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The others will require mocking a DB connection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dump bridges to file, despite lack of BridgeHistory</title>
<updated>2014-08-03T17:40:53+00:00</updated>
<author>
<name>Matthew Finkel</name>
<email>Matthew.Finkel@gmail.com</email>
</author>
<published>2014-08-03T17:40:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=f5fe05ce61d0e18bf00638e2eb1fdda785fe4c81'/>
<id>f5fe05ce61d0e18bf00638e2eb1fdda785fe4c81</id>
<content type='text'>
We only dumped the bridges assigned to buckets if we had
bridgehistory for them. This is not so useful if we disable
the stability code which tracks this. We now dump all bridges
that are assigned to a distributor to file when the stability
code is disabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We only dumped the bridges assigned to buckets if we had
bridgehistory for them. This is not so useful if we disable
the stability code which tracks this. We now dump all bridges
that are assigned to a distributor to file when the stability
code is disabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hotfix/12627-additional-unicode-fix'</title>
<updated>2014-07-30T21:14:57+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2014-07-30T21:14:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=09198e1ad0ca3e80e5c86d42218ab3bb693b15be'/>
<id>09198e1ad0ca3e80e5c86d42218ab3bb693b15be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix UnicodeDecodeError in b.e.server.SMTPMessage.getIncomingMessage().</title>
<updated>2014-07-30T21:07:46+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2014-07-30T21:07:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=e02faa07a9a0d4135559e606cfd838858eae018a'/>
<id>e02faa07a9a0d4135559e606cfd838858eae018a</id>
<content type='text'>
 * FIXES a bug where an unhandled UnicodeDecodeError is raised upon
   receiving an incoming message with certain unicode characters inside.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * FIXES a bug where an unhandled UnicodeDecodeError is raised upon
   receiving an incoming message with certain unicode characters inside.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into develop</title>
<updated>2014-07-29T01:24:02+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2014-07-29T01:24:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=1ed4585488eee4fd3fe62e27cd24069d609fcec2'/>
<id>1ed4585488eee4fd3fe62e27cd24069d609fcec2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'release-0.2.3'</title>
<updated>2014-07-29T01:23:48+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2014-07-29T01:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=c15167add33265bee43ff7eb8905cebb34537679'/>
<id>c15167add33265bee43ff7eb8905cebb34537679</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add DKIM verification to default riseup.net settings.</title>
<updated>2014-07-26T06:16:01+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2014-07-26T06:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=2a6d546305d10002bdb2f07474eaeb08091cde7e'/>
<id>2a6d546305d10002bdb2f07474eaeb08091cde7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
