summaryrefslogtreecommitdiff
path: root/doc/tor.1.txt
AgeCommit message (Collapse)Author
2019-06-24stats: Always publish pluggable transports in extra info documentsteor
Always publish bridge pluggable transport information in the extra info descriptor, even if ExtraInfoStatistics is 0. This information is needed by BridgeDB. Fixes bug 30956; bugfix on 0.4.1.1-alpha.
2019-05-14Merge branch 'ticket30452_035_v3' into ticket30452_041_v3Nick Mathewson
2019-05-14Add a --list-modules commandNick Mathewson
Closes ticket 30452.
2019-05-13Merge branch 'bug28683_30173_29203_squashed'Nick Mathewson
2019-05-13Bug 29203: Provide ReducedCircuitPadding torrc and consensus paramsMike Perry
2019-05-13Bug 28693: Provide Torrc option to disable circuit padding.Mike Perry
2019-05-06Merge remote-tracking branch 'tor-github/pr/923'Nick Mathewson
2019-04-19Merge branch 'maint-0.3.4' into maint-0.3.5teor
2019-04-19Merge remote-tracking branch 'tor-github/pr/638' into maint-0.3.4teor
2019-04-17Grammar fixes for IPv6Exit in tor.1.txtNeel Chauhan
2019-04-17Update tor.1 man page for IPv6ExitNeel Chauhan
2019-04-11Merge remote-tracking branch 'tor-github/pr/741'Nick Mathewson
2019-04-10doc: Improve the documentation for MapAddress .exitteor
Fixes bug 30109; bugfix on 0.1.0.1-rc.
2019-04-09Merge branch 'maint-0.4.0'teor
2019-04-09manpage: Clarify that Tor does stream isolation between *Port listeners by ↵rl1987
default cherry-pick of tor-github/pr/841 to maint-0.4.0.
2019-04-05Merge branch 'maint-0.4.0'George Kadianakis
2019-04-04Implement an DormantCanceledByStartup optionNick Mathewson
Closes ticket 29357, and comes with appropriate notions of caution.
2019-03-26Merge branch 'messaging_v3' into messaging_v3_mergedNick Mathewson
2019-03-26Merge branch 'tor-github/pr/709'George Kadianakis
2019-03-25Add MESG as a new log domain.Nick Mathewson
2019-03-03manpage: fix formatting of example on quoting options with spacesrl1987
2019-02-28doc: update the man page and sample torrc for ExitRelayteor
We changed the default of ExitRelay in #21530 in 0.3.5.1-alpha, but forgot to update the documentation. Closes 29612.
2019-02-26Merge branch 'tor-github/pr/638' into maint-0.4.0David Goulet
2019-02-19stats: Stop reporting statistics when ExtraInfoStatistics is 0teor
When ExtraInfoStatistics is 0, stop including bandwidth usage statistics, GeoIPFile hashes, ServerTransportPlugin lines, and bridge statistics by country in extra-info documents. Fixes bug 29018; bugfix on 0.2.4.1-alpha (and earlier versions).
2019-02-19Merge branch 'bug29017-033' into bug29017-master-mergeteor
2019-01-30Use RFC5737-compliant example IP addresses in manpage when describing MapAddressrl1987
2019-01-22Merge branch 'maint-0.3.5'Nick Mathewson
2019-01-16Fix documentation for ClientAuth on HSv3.Nick Mathewson
The manpage erroneously said "privkey" when "public-key" would have been correct. Reported by "Felixix" as ticket 28979. Bugfix on 0.3.5.1-alpha.
2019-01-14Merge remote-tracking branch 'asn-github/adaptive_padding-final'Nick Mathewson
2019-01-10Misc trivial improvements around circpadding code.George Kadianakis
2019-01-08stats: Make PaddingStatistics depend on ExtraInfoStatisticsteor
When ExtraInfoStatistics is 0, stop including PaddingStatistics in relay and bridge extra-info documents. Fixes bug 29017; bugfix on 0.3.1.1-alpha.
2019-01-02Config option to specify specific MiddleNodes.Mike Perry
Hope is this will make it easier to test on the live tor network. Does not need to be merged if we don't want to, but will come in handy for researchers. Co-authored-by: George Kadianakis <desnacked@riseup.net>
2018-12-23Tweak ControlPort description in manpagerl1987
2018-12-20Add LD_BTRACK log domain for bootstrap trackerTaylor Yu
Part of ticket 27167.
2018-12-20Merge branch 'document_--version'Nick Mathewson
2018-12-20Even more clarify on --version.Nick Mathewson
2018-12-17Document the output of --versionNick Mathewson
Closes 28889
2018-12-17Merge branch 'ticket28179_squashed' into ticket28179_squashed_mergedNick Mathewson
2018-12-17Add "PT" log domain.Alexander Færøy
See: https://bugs.torproject.org/28179
2018-12-13Merge branch 'dormant_persist_squashed'Nick Mathewson
2018-12-12man: Add that "GETINFO address" won't work with "Sandbox 1"David Goulet
Patch by "wagon". Closes #28538 Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-12-05Merge remote-tracking branch 'tor-github/pr/561'Nick Mathewson
2018-12-04Merge branch 'maint-0.3.5'David Goulet
2018-12-04Add an option to start tor in dormant mode for the first time.Nick Mathewson
2018-12-04man: Document HSv3 client authorization revocationDavid Goulet
Removing a ".auth" file revokes a client access to the service but the rendezvous circuit is not closed service side because the service simply doesn't know which circuit is for which client. This commit notes in the man page that to fully revoke a client access to the service, the tor process should be restarted. Closes #28275 Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-12-03manpage: Mention that adding new HS is unsupported if Sandbox is enabledrl1987
2018-12-02Merge remote-tracking branch 'tor-github/pr/559'Nick Mathewson
2018-12-03doc: remove cached-routers from the man pageteor
cached-routers was removed from the code a long time ago
2018-12-01Merge branch 'ticket27490a_squashed'Nick Mathewson
2018-12-01Add new option ClientAutoIPv6ORPort to switch between IPv4 and IPv6 OR portsNeel Chauhan