[tor-commits] [stem/master] Update cached manual information

atagar at torproject.org atagar at torproject.org
Sat Nov 4 20:59:00 UTC 2017


commit 48c7a4f4dddf3793e90a5fa5f434e406ec89ee08
Author: Damian Johnson <atagar at torproject.org>
Date:   Sat Nov 4 13:45:11 2017 -0700

    Update cached manual information
    
    Ran with a small hack to strip brackets due to malformed manual content...
    
      https://trac.torproject.org/projects/tor/ticket/24147
---
 stem/cached_tor_manual.sqlite | Bin 218112 -> 227328 bytes
 stem/settings.cfg             |  10 ++++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/stem/cached_tor_manual.sqlite b/stem/cached_tor_manual.sqlite
index 898b09bc..86050fe8 100644
Binary files a/stem/cached_tor_manual.sqlite and b/stem/cached_tor_manual.sqlite differ
diff --git a/stem/settings.cfg b/stem/settings.cfg
index 93ecb80b..59d6650b 100644
--- a/stem/settings.cfg
+++ b/stem/settings.cfg
@@ -120,6 +120,9 @@ manual.summary.CircuitPriorityHalflife Overwrite method for prioritizing traffic
 manual.summary.CountPrivateBandwidth Applies rate limiting to private IP addresses
 manual.summary.ExtendByEd25519ID Include Ed25519 identifier when extending circuits
 manual.summary.NoExec Prevents any launch of other executables
+manual.summary.Schedulers Scheduling algorithm by which to send outbound data
+manual.summary.KISTSchedRunInterval Scheduling interval if using KIST
+manual.summary.KISTSockBufSizeFactor Multiplier for per-socket limit if using KIST
 
 # Client Config Options
 
@@ -169,14 +172,13 @@ manual.summary.TestSocks Provide notices for if socks connections are of the saf
 manual.summary.VirtualAddrNetworkIPv4 IPv4 address range to use when needing a virtual address
 manual.summary.VirtualAddrNetworkIPv6 IPv6 address range to use when needing a virtual address
 manual.summary.AllowNonRFC953Hostnames Toggles blocking invalid characters in hostname resolution
-manual.summary.AllowDotExit Toggles allowing exit notation in addresses
+manual.summary.HTTPTunnelPort Port on which to allow 'HTTP CONNECT' connections
 manual.summary.TransPort Port for transparent proxying if the OS supports it
 manual.summary.TransProxyType Proxy type to be used
 manual.summary.NATDPort Port for forwarding ipfw NATD connections
 manual.summary.AutomapHostsOnResolve Map addresses ending with special suffixes to virtual addresses
 manual.summary.AutomapHostsSuffixes Address suffixes recognized by AutomapHostsOnResolve
 manual.summary.DNSPort Port from which DNS responses are fetched instead of tor
-manual.summary.ClientDNSRejectInternalAddresses Ignores DNS responses for internal addresses
 manual.summary.ClientRejectInternalAddresses Disables use of Tor for internal connections
 manual.summary.DownloadExtraInfo Toggles fetching of extra information about relays
 manual.summary.WarnPlaintextPorts Toggles warnings for using risky ports
@@ -212,11 +214,13 @@ manual.summary.ClientBootstrapConsensusMaxInProgressTries Number of consensus do
 manual.summary.Address Overwrites address others will use to reach this relay
 manual.summary.AssumeReachable Skips reachability test at startup
 manual.summary.BridgeRelay Act as a bridge
+manual.summary.BridgeDistribution Distribution method BrideDB should provide our address by
 manual.summary.ContactInfo Contact information for this relay
 manual.summary.ExitRelay Allow relaying of exit traffic
 manual.summary.ExitPolicy Traffic destinations that can exit from this relay
 manual.summary.ExitPolicyRejectPrivate Prevent exiting on the local network
 manual.summary.ExitPolicyRejectLocalInterfaces More extensive prevention of exiting on the local network
+manual.summary.ReducedExitPolicy Customized reduced exit policy 
 manual.summary.IPv6Exit Allow clients to use us for IPv6 traffic
 manual.summary.MaxOnionQueueDelay Duration to reject new onionskins if we have more than we can process
 manual.summary.MyFamily Other relays this operator administers
@@ -333,6 +337,7 @@ manual.summary.TestingClientDownloadSchedule Schedule for when we should downloa
 manual.summary.TestingServerConsensusDownloadSchedule Schedule for when we should download the consensus as a relay
 manual.summary.TestingClientConsensusDownloadSchedule Schedule for when we should download the consensus as a client
 manual.summary.TestingBridgeDownloadSchedule Schedule for when we should download bridge descriptors
+manual.summary.TestingBridgeBootstrapDownloadSchedule Schedule for downloading bridge descriptors when started
 manual.summary.TestingClientMaxIntervalWithoutRequest Maximum time to wait to batch requests for missing descriptors
 manual.summary.TestingDirConnectionMaxStall Duration to let directory connections stall before timing out
 manual.summary.TestingConsensusMaxDownloadTries Retries for downloading the consensus
@@ -354,6 +359,7 @@ manual.summary.TestingAuthKeyLifetime Duration for our ed25519 signing key
 manual.summary.TestingLinkKeySlop Time before expiration that we replace our ed25519 link key
 manual.summary.TestingAuthKeySlop Time before expiration that we replace our ed25519 authentication key
 manual.summary.TestingSigningKeySlop Time before expiration that we replace our ed25519 signing key
+manual.summary.TestingClientDNSRejectInternalAddresses Skips DNS resolutions of internal addresses
 
 # Brief description of tor events
 



More information about the tor-commits mailing list