aboutsummaryrefslogtreecommitdiff
path: root/doc/man
AgeCommit message (Collapse)Author
10 daysMerge branch 'maint-0.4.8'David Goulet
10 daysUpdate OverloadStatistics to match prop 328Georg Koppen
Closes: #40940.
2024-04-18fix syntax formatting in man pageRoger Dingledine
2023-11-04fix man page typosAlex Xu (Hello71)
2023-10-18fix typostrinity-1686a
2023-10-18add changes/ and man entries for stream dos mitigationtrinity-1686a
2023-10-07fill manpage and add changes entrytrinity-1686a
2023-07-29add config ReevaluateExitPolicytrinity-1686a
2023-05-28hs_pow: Add CompiledProofOfWorkHash torrc optionMicah Elizabeth Scott
This exposes the new fallback behavior in hashx via a new AUTOBOOL configuration option, available to both clients and services. The default should be fine for nearly everyone, but it might be necessary to enable or disable the compiler manually for diagnostic purposes. Signed-off-by: Micah Elizabeth Scott <beth@torproject.org>
2023-05-24Merge branch 'tor-gitlab/mr/709'David Goulet
2023-05-24Merge branch 'tor-gitlab/mr/708'David Goulet
2023-05-24ipv6: Flip ClientUseIPv6 to 1agowa338
Fixes #40785 Signed-off-by: David Goulet <dgoulet@torproject.org>
2023-05-11Add torrc option for conflux client UX.Mike Perry
2023-05-10hs_pow: Rate limited dequeueMicah Elizabeth Scott
This adds a token bucket ratelimiter on the dequeue side of hs_pow's priority queue. It adds config options and docs for those options. (HiddenServicePoWQueueRate/Burst) I'm testing this as a way to limit the overhead of circuit creation when we're experiencing a flood of rendezvous requests. Signed-off-by: Micah Elizabeth Scott <beth@torproject.org>
2023-05-10manpage: document HiddenServicePoWDefensesEnabled optionMicah Elizabeth Scott
Signed-off-by: Micah Elizabeth Scott <beth@torproject.org>
2023-04-06Prop#329 params: Consensus parameter and torrc handlingMike Perry
Signed-off-by: David Goulet <dgoulet@torproject.org>
2022-11-01Merge branch 'tor-gitlab/mr/594'David Goulet
2022-09-28Update doc/man/tor.1.txtAndy
2022-08-09Merge branch 'maint-0.4.7'David Goulet
2022-08-09man: Fix typo for AuthDirMiddleOnly optionDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2022-08-09dirauth: Make voting flag threshold tunable via torrcDavid Goulet
Remove UPTIME_TO_GUARANTEE_STABLE, MTBF_TO_GUARANTEE_STABLE, TIME_KNOWN_TO_GUARANTEE_FAMILIAR WFU_TO_GUARANTEE_GUARD and replace each of them with a tunnable torrc option. Related to #40652 Signed-off-by: David Goulet <dgoulet@torproject.org>
2022-08-04dirauth: Add a AuthDirVoteGuard to pin Guard flagsDavid Goulet
Related to #40652 Signed-off-by: David Goulet <dgoulet@torproject.org>
2022-06-23Remove unused RendPostPeriod optionNeel Chauhan
2022-06-16Fix the name of AuthDirMiddleOnly in the manpage.Nick Mathewson
2022-06-16Fix `check-docs` to avoid false-positives on missing anchors.Nick Mathewson
Also add an anchor for the second ClientTranportPlugin instance. See #40339. This doesn't need a changes file because it isn't user-facing.
2022-05-03Update man page on client auth revocation (#40418)Silvio Rhatto
Revoking an Onion Service key does work with SIGHUP now. The manual page is updated to reflect this change.
2022-01-06Add missing "Tor Project, Inc." to man filesskaluzka
Signed-off-by: skaluzka <skaluzka@protonmail.com>
2021-11-03Merge branch 'maint-0.4.6'David Goulet
2021-11-03Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-11-03relay: Don't allow DirPort on non-IPv4David Goulet
Our code doesn't allow it and so this prevents an assert() crash if the DirPort is for instance IPv6 only. Fixes #40494 Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-11-02Merge remote-tracking branch 'tor-gitlab/mr/474' into mainAlexander Færøy
2021-11-02Merge branch 'maint-0.4.6' into mainAlexander Færøy
2021-11-02Add missing ponctuation.Alexander Færøy
2021-11-02man: Missing OverloadStatistics option in tor.1David Goulet
Closes #40504 Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-24fetch missing bridge descriptors without delayRoger Dingledine
Without this change, if we have a working bridge, and we add a new bridge, we will schedule the fetch attempt for that new bridge descriptor for three hours(!) in the future. This change is especially needed because of bug #40396, where if you have one working bridge and one bridge whose descriptor you haven't fetched yet, your Tor will stall until you have successfully fetched that new descriptor -- in this case for hours. In the old design, we would put off all further bridge descriptor fetches once we had any working bridge descriptor. In this new design, we make the decision per bridge based on whether we successfully got *its* descriptor. To make this work, we need to also call learned_bridge_descriptor() every time we get a bridge descriptor, not just when it's a novel descriptor. Fixes bug 40396. Also happens to fix bug 40495 (redundant descriptor fetches for every bridge) since now we delay fetches once we succeed. A side effect of this change is that if we have any configured bridges that *aren't* working, we will keep trying to fetch their descriptors on the modern directory retry schedule -- every couple of seconds for the first half minute, then backing off after that -- which is a lot faster than before.
2021-10-21Merge branch 'tor-gitlab/mr/452_squashed' into mainAlexander Færøy
2021-10-21Prop335: Changes file and manual entries.Nick Mathewson
Closes #40448.
2021-10-21Merge branch 'maint-0.4.5' into maint-0.4.6Alexander Færøy
2021-10-14Merge remote-tracking branch 'tor-gitlab/mr/432' into mainAlexander Færøy
2021-09-16Merge remote-tracking branches 'tor-gitlab/mr/439' and 'tor-gitlab/mr/441'Nick Mathewson
2021-09-15Update Tor's man 1 pageskaluzka
Add few missing periods, convert tabs to spaces. No new significant content added. Signed-off-by: skaluzka <skaluzka@protonmail.com>
2021-09-14tor.1 man page: Add mention of fingerprint-ed25519, and clarify differencesNeel Chauhan
2021-09-09man: Detail onion service DDoS mitigation measureDavid Goulet
Move the options into the DDoS section with a series of explanations. Closes #40456 Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-07-12Add a switch to toggle the feature on/offGeorge Kadianakis
2021-06-14Merge remote-tracking branch 'tor-gitlab/mr/338'Nick Mathewson
2021-05-11Make MinTimeToReportBandwidth a testing-only option (and rename it)Nick Mathewson
2021-03-28Add long format name --torrc-file for command line option -f. #40324Daniel Pinto
2021-03-23man: HiddenServiceStatistics applies for bridgesDavid Goulet
Closes #40346 Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-03-23Merge branch 'tor-gitlab/mr/342'David Goulet
2021-03-22manpage:Move BridgeRecordUsageByCountry to statistics sectionNick Mathewson
patch from cypherpunks; closes #40323