[tor-commits] [stem/master] Recache manual data

atagar at torproject.org atagar at torproject.org
Fri Oct 5 17:32:15 UTC 2018


commit 684cc37d3fa7276b556bbfc95c56dd5977e36981
Author: Damian Johnson <atagar at torproject.org>
Date:   Fri Oct 5 10:19:52 2018 -0700

    Recache manual data
    
    Syncing ourselves with tor's manual data in preparation for release.
---
 stem/cached_manual.sqlite | Bin 240640 -> 243712 bytes
 stem/settings.cfg         |   4 ++--
 test/integ/manual.py      |   1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/stem/cached_manual.sqlite b/stem/cached_manual.sqlite
index be6f8253..9fe8c7ad 100644
Binary files a/stem/cached_manual.sqlite and b/stem/cached_manual.sqlite differ
diff --git a/stem/settings.cfg b/stem/settings.cfg
index 12ffe8b4..c64541c2 100644
--- a/stem/settings.cfg
+++ b/stem/settings.cfg
@@ -145,6 +145,7 @@ manual.summary.StrictNodes Never uses notes outside of Entry/ExitNodes
 manual.summary.FascistFirewall Only make outbound connections on FirewallPorts
 manual.summary.FirewallPorts Ports used by FascistFirewall
 manual.summary.HidServAuth Authentication credentials for connecting to a hidden service
+manual.summary.ClientOnionAuthDir Path containing hidden service authorization files
 manual.summary.ReachableAddresses Rules for bypassing the local firewall
 manual.summary.ReachableDirAddresses Rules for bypassing the local firewall (directory fetches)
 manual.summary.ReachableORAddresses Rules for bypassing the local firewall (OR connections)
@@ -188,8 +189,6 @@ manual.summary.DownloadExtraInfo Toggles fetching of extra information about rel
 manual.summary.WarnPlaintextPorts Toggles warnings for using risky ports
 manual.summary.RejectPlaintextPorts Prevents connections on risky ports
 manual.summary.OptimisticData Use exits without confirmation that prior connections succeeded
-manual.summary.Tor2webMode Establish non-anonymous hidden service connections
-manual.summary.Tor2webRendezvousPoints Rendezvous points to use for hidden services when in Tor2webMode
 manual.summary.HSLayer2Nodes permissible relays for the second hop of HS circuits
 manual.summary.HSLayer3Nodes permissible relays for the third hop of HS circuits
 manual.summary.UseMicrodescriptors Retrieve microdescriptors rather than server descriptors
@@ -320,6 +319,7 @@ manual.summary.PublishHidServDescriptors Toggles automated publishing of the hid
 manual.summary.HiddenServiceVersion Version for published hidden service descriptors
 manual.summary.HiddenServiceAuthorizeClient Restricts access to the hidden service
 manual.summary.HiddenServiceAllowUnknownPorts Allow rendezvous circuits on unrecognized ports
+manual.summary.HiddenServiceExportCircuitID Exposes incoming client circuits via the given protocol
 manual.summary.HiddenServiceMaxStreams Maximum streams per rendezvous circuit
 manual.summary.HiddenServiceMaxStreamsCloseCircuit Closes rendezvous circuits that exceed the maximum number of streams
 manual.summary.RendPostPeriod Period at which the rendezvous service descriptors are refreshed
diff --git a/test/integ/manual.py b/test/integ/manual.py
index fa7e0ca5..4806082b 100644
--- a/test/integ/manual.py
+++ b/test/integ/manual.py
@@ -28,6 +28,7 @@ EXPECTED_CATEGORIES = set([
   'DIRECTORY AUTHORITY SERVER OPTIONS',
   'HIDDEN SERVICE OPTIONS',
   'DENIAL OF SERVICE MITIGATION OPTIONS',
+  'CLIENT AUTHORIZATION',
   'TESTING NETWORK OPTIONS',
   'NON-PERSISTENT OPTIONS',
   'SIGNALS',



More information about the tor-commits mailing list