Make lintChanges happier

This commit is contained in:
Nick Mathewson 2014-12-30 08:54:01 -05:00
parent e936b9b47d
commit dc1aaa5b96
4 changed files with 13 additions and 10 deletions

View file

@ -1,5 +1,6 @@
o Major bugfixes: o Major features (security, hidden services):
- Make HS port scanning more difficult by sending back REASON_DONE if the - Make HS port scanning more difficult by sending back REASON_DONE if the
exit policy didn't match. Furthermore, immediately close the circuit to exit policy didn't match. Furthermore, immediately close the circuit to
avoid other connection attempts on it from the possible attacker trying avoid other connection attempts on it from the possible attacker trying
multiple ports on that same circuit. multiple ports on that same circuits. Closes ticket 13667.

View file

@ -1,8 +1,9 @@
o Minor bugfixes: o Minor bugfixes (Testing networks):
- Decrease minimum consensus interval to 10 seconds - Decrease minimum consensus interval to 10 seconds
when TestingTorNetwork is set. (Or 5 seconds for when TestingTorNetwork is set, or 5 seconds for
the first consensus.) the first consensus.
Fix code that assumes larger interval values. Fix assumptions throughout the code that assume larger interval values.
This assists in quickly bootstrapping a testing This assists in quickly bootstrapping a testing
Tor network. Tor network.
Fixes bugs 13718 & 13823. Fixes bugs 13718 and 13823; bugfix on 0.2.0.3-alpha.

View file

@ -1,7 +1,8 @@
o Minor bugfixes: o Minor bugfixes (Testing networks)
- Stop requiring exits to have non-zero bandwithcapacity in a - Stop requiring exits to have non-zero bandwithcapacity in a
TestingTorNetwork. Instead, when TestingMinExitFlagThreshold is 0, TestingTorNetwork. Instead, when TestingMinExitFlagThreshold is 0,
ignore exit bandwidthcapacity. ignore exit bandwidthcapacity.
This assists in bootstrapping a testing Tor network. This assists in bootstrapping a testing Tor network.
Fixes bugs 13718 & 13839. Fixes bugs parts of bugs 13718 and 13839;
Makes bug 13161's TestingDirAuthVoteExit non-essential. Makes bug 13161's TestingDirAuthVoteExit non-essential.
Bugfix on 0.2.0.3-alpha.

View file

@ -4,4 +4,4 @@
This allows us to obtain consensuses promptly when the consensus This allows us to obtain consensuses promptly when the consensus
interval is very short. interval is very short.
This assists in bootstrapping a testing Tor network. This assists in bootstrapping a testing Tor network.
Fixes bugs 13718 & 13963. Fixes parts of bugs 13718 and 13963; bugfix on 0.2.0.3-alpha.