summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2016-08-18 13:15:48 +1000
committerNick Mathewson <nickm@torproject.org>2016-09-13 10:13:55 -0400
commite5ad00330c7e4f63898a15ab6a4d833b732601a2 (patch)
tree1cd17f2ce043f403a11db4a01fee6b0678ad4225 /changes
parent75ebbed5576d402ef2929ee043ab2170bff5cc2b (diff)
downloadtor-e5ad00330c7e4f63898a15ab6a4d833b732601a2.tar.gz
tor-e5ad00330c7e4f63898a15ab6a4d833b732601a2.zip
Make Tor2web work with ReachableAddresses and CRN_DIRECT_CONN
The changes in #19973 fixed ReachableAddresses being applied too broadly, but they also broke Tor2web (somewhat unintentional) compatibility with ReachableAddresses. This patch restores that functionality, which makes intro and rend point selection is consistent between Tor2web and Single Onion Services.
Diffstat (limited to 'changes')
-rw-r--r--changes/feature171785
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature17178 b/changes/feature17178
index 465f491e85..2bd2049bc5 100644
--- a/changes/feature17178
+++ b/changes/feature17178
@@ -9,6 +9,11 @@
works on the current tor network without any changes to older relays or
clients.
Implements proposal #260, completes ticket #17178. Patch by teor & asn.
+ o Minor features (Tor2web):
+ - Make Tor2web clients respect ReachableAddresses.
+ This feature was inadvertently enabled in 0.2.8.6, then removed
+ by bugfix #19973 on 0.2.8.7.
+ Implements feature #20034. Patch by teor.
o Minor bug fixes (Tor2web):
- Prevent Tor2web clients running hidden services, these services are
not anonymous due to the one-hop client paths.