]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Man page update and changes file for 20667
authorteor <teor2345@gmail.com>
Wed, 30 Nov 2016 00:18:38 +0000 (11:18 +1100)
committerteor <teor2345@gmail.com>
Wed, 30 Nov 2016 00:18:38 +0000 (11:18 +1100)
changes/bug20667 [new file with mode: 0644]
doc/tor.1.txt

diff --git a/changes/bug20667 b/changes/bug20667
new file mode 100644 (file)
index 0000000..93b293a
--- /dev/null
@@ -0,0 +1,5 @@
+  o Minor bugfixes (directory downloads):
+    - Download all consensus flavors, descriptors, and authority certificates
+      when FetchUselessDescriptors is set, regardless of whether tor is a
+      directory cache or not.
+      Fixes bug 20667; bugfix on all recent tor versions.
index 670c75d2143cf27e666ae4d821ce0cdadc68fca5..aa3859e0fedb29a059e4be9d70cd3b9bb6b6acb7 100644 (file)
@@ -504,11 +504,13 @@ GENERAL OPTIONS
     (Default: 1)
 
 [[FetchUselessDescriptors]] **FetchUselessDescriptors** **0**|**1**::
-    If set to 1, Tor will fetch every non-obsolete descriptor from the
-    authorities that it hears about. Otherwise, it will avoid fetching useless
-    descriptors, for example for routers that are not running. This option is
-    useful if you're using the contributed "exitlist" script to enumerate Tor
-    nodes that exit to certain addresses. (Default: 0)
+    If set to 1, Tor will fetch every consensus flavor, descriptor, and
+    certificate that it hears about. Otherwise, it will avoid fetching useless
+    descriptors: flavors that it is not using to build circuits, and authority
+    certificates it does not trust. This option is useful if you're using a
+    tor client with an external parser that uses a full consensus.
+    This option fetches all documents, **DirCache** fetches and serves
+    all documents. (Default: 0)
 
 [[HTTPProxy]] **HTTPProxy** __host__[:__port__]::
     Tor will make all its directory requests through this host:port (or host:80