summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
2021-03-22Improve the man page entry for Address.George Kadianakis
Fixes bug #40296 .
2021-03-19Move ServerTransport* options to 'Server Options' section.Nick Mathewson
Patch from 'cypherpunks'. Closes #40331.
2021-03-19Link to bridges.torproject.org/info in BridgeDistribution entry.Nick Mathewson
This incorporates a suggestion from cypherpunks on #40321 Closes #40321.
2021-03-17Merge branch 'tor-gitlab/mr/337'David Goulet
2021-03-17Add a DormantTimeoutEnabled to disable dormant mode entirelyNick Mathewson
(If you need to do this in an older version you can just set DormantClientTimeout to something huge.) Closes #40228.
2021-03-10Merge branch 'tor-gitlab/mr/331'David Goulet
2021-03-08Fix documentation formatting for VirtualAddrNetworkIPv6Nick Mathewson
Fixes bug #40256; bugfix on 0.2.9.4-alpha.
2021-02-23Merge remote-tracking branch 'origin/master'Nick Mathewson
2021-02-23Tweak documentation on 40282Nick Mathewson
2021-02-23man: Note that relay now ignore the DirPort optionDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-02-22dos: New client connect rate detectionDavid Goulet
This is a new detection type which is that a relay can now control the rate of client connections from a single address. The mechanism is pretty simple, if the rate/burst is reached, the address is marked for a period of time and any connection from that address is denied. Closes #40253 Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-02-19man: Cleanup of v2 options and configDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-01-15add brave to security cc listNick Mathewson
2020-12-16Merge branch 'maint-0.4.5'Alexander Færøy
2020-12-09Tweak the documentation for approved-routersNick Mathewson
Document !badexit, and improve the documentation for !invalid. Closes #40188.
2020-11-17Allow listing ed25519 fingerprints on the command lineNeel Chauhan
2020-11-12Fix typos.Samanta Navarro
Typos found with codespell. Please keep in mind that this should have impact on actual code and must be carefully evaluated: src/core/or/lttng_circuit.inc - ctf_enum_value("CONTROLER", CIRCUIT_PURPOSE_CONTROLLER) + ctf_enum_value("CONTROLLER", CIRCUIT_PURPOSE_CONTROLLER)
2020-10-27man: Add the MetricsPort manpage entryDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2020-10-26Merge branch 'maint-0.4.4'Nick Mathewson
2020-10-22Turn ConsensusParams into a LinelistRoger Dingledine
Make it possible to specify multiple ConsensusParams torrc lines. Now directory authority operators can for example put the main ConsensusParams config in one torrc file and then add to it from a different torrc file. Closes ticket 40164.
2020-10-21Allow mutiple lines on configuration for ROUTERSET entries. #28361Daniel Pinto
Affected entries are: EntryNodes, ExcludeNodes, ExcludeExitNodes, ExitNodes, MiddleNodes, HSLayer2Nodes and HSLayer3Nodes.
2020-10-14Merge branch 'tor-gitlab/mr/170'David Goulet
2020-10-14Use "flavor" spelling consistently on manpage.Nick Mathewson
2020-10-14Apply typo fix patch from Samanta Navarro on #40161.Nick Mathewson
2020-10-13Make OptimisticData always-on.Nick Mathewson
We've been using it for years, and it seems to work just fine. This patch removes the option and its network parameter. Part of #40139
2020-10-13Merge remote-tracking branch 'tor-gitlab/mr/161'Alexander Færøy
2020-10-13Merge remote-tracking branch 'tor-gitlab/mr/165'Alexander Færøy
2020-10-06Add `OutboundBindAddressPT` to torrc.Alexander Færøy
This patch adds a new option to torrc: `OutboundBindAddressPT`. This option works in the same way as `OutboundBindAddressOR` and `OutboundBindAddressExit` in that it allows the user to specify which outbound IP address the user wants the PT to make its connections from. There is one difference though in that OutboundBindAddressPT will only be a suggestion for the PT to use since Tor cannot enforce whether or not the PT actually uses this option for anything. See: https://bugs.torproject.org/5304
2020-10-05Remove "AUTHORS" sections from manual pages.Nick Mathewson
These sections were incomplete and outdated; their presence is strongly discouraged by man-pages(7). Closes #40149.
2020-10-02Fix authors stanza in tor-gencert manpageNick Mathewson
Closes #40148.
2020-09-23Remove support for old android "logcat" APINick Mathewson
This is apparently obsolete; syslog is modern instead. If users have an android log configured, given them a syslog if we can. Closes #32181.
2020-09-22state-contents: correcct the description of unusable_circuitsNick Mathewson
2020-09-22Add a changes file for 40136 (state-contents.txt updates)Nick Mathewson
2020-09-22state-contents.txt: try to document circ-build-timeout fieldsNick Mathewson
This should also get feedback from @mikeperry. Closes #40136
2020-09-22Try to document pathbias fields in state file.Nick Mathewson
This will require feedback from @mikeperry, since these are a bit subtle and I've likely mangled some of these.
2020-09-22Improve doc/state-contents.txtNick Mathewson
Part of a fix for #40136. This patch adds all the state file entries to the documentation, and documents the ones that I understand well.
2020-09-14Update remaining trac.tpo wiki urlsNick Mathewson
2020-08-14Revise trac.torproject.org urls to refer to gitlab replacements.Nick Mathewson
Closes #40101.
2020-08-13Update ReleasingTor.md to current practiceNick Mathewson
2020-08-12Merge remote-tracking branch 'tor-gitlab/mr/62'Nick Mathewson
2020-08-11CodingStandards.md: allow "bugfix on all supported versions.Nick Mathewson
Closes tpo/core/team#1 .
2020-08-11Improved documentation and comments #25140Daniel Pinto
2020-08-04manual: Describe Sandbox more accurately.Nick Mathewson
Closes #23378
2020-08-01Add --format argument to --key-expiration option. #30045Daniel Pinto
2020-07-28WritingTests.md: add a section about shellsNick Mathewson
Closes #29485
2020-07-21Edit AddressDisableIPv6 man entryNick Mathewson