summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-12-11 12:44:18 -0500
committerNick Mathewson <nickm@torproject.org>2012-12-25 23:14:43 -0500
commit0c4210fb65d1fe45cbd39ea078be1b09c0f52fc9 (patch)
tree92b6ea6308a219644684456e23626d0a4bdd66f1 /changes
parent1df7289000de7ffd8676ea0f3c276ea54e8cad3c (diff)
downloadtor-0c4210fb65d1fe45cbd39ea078be1b09c0f52fc9.tar.gz
tor-0c4210fb65d1fe45cbd39ea078be1b09c0f52fc9.zip
Directory guard implementation.
Implements proposal 207; ticket 6526.
Diffstat (limited to 'changes')
-rw-r--r--changes/dirguards8
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/dirguards b/changes/dirguards
new file mode 100644
index 0000000000..942ae6c24f
--- /dev/null
+++ b/changes/dirguards
@@ -0,0 +1,8 @@
+ o Major features:
+ - Preliminary support for directory guards: when possible,
+ clients now use guards for non-anonymous directory requests.
+ This can help prevent client enumeration. Note that this
+ behavior only works when we have a usable consensus directory:
+ and when options about what to download are more or less
+ standard. Implements proposal 207; closes ticket 6526.
+