aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRobert Hogan <robert@roberthogan.net>2010-10-17 15:12:25 +0100
committerNick Mathewson <nickm@torproject.org>2010-11-12 19:51:06 -0500
commit5cd7953a2112d6ae8702c741d73b8b6a2d0c5251 (patch)
tree9c397eb56e7abbc6f49fd7c427d7d68dc3eec0bf /changes
parent7488fe5a224bf1c40d22769ff3986361d947d6f7 (diff)
downloadtor-5cd7953a2112d6ae8702c741d73b8b6a2d0c5251.tar.gz
tor-5cd7953a2112d6ae8702c741d73b8b6a2d0c5251.zip
Issues with router_get_by_nickname() (3)
Add changes file
Diffstat (limited to 'changes')
-rw-r--r--changes/bug18599
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug1859 b/changes/bug1859
new file mode 100644
index 0000000000..5b139f357c
--- /dev/null
+++ b/changes/bug1859
@@ -0,0 +1,9 @@
+ o Minor bugfixes:
+ - Bring the logic that gathers routerinfos and assesses the
+ acceptability of circuits into line. This prevents a Tor OP from getting
+ locked in a cycle of choosing its local OR as an exit for a path (due to
+ a .exit request) and then rejecting the circuit because its OR is not
+ listed yet. Also prevent Tor clients from using an OR running in the same
+ instance as an exit (due to a .exit request) if the OR does not meet the
+ same requirements expected of an OR running elsewhere.
+ Fixes bug 1859; bugfix on 0.2.0-alpha.