- 19 Mar, 2020 1 commit
-
-
teor authored
And consistently talk about extra-info document publishing. Obviously correct documentation changes.
-
- 18 Mar, 2020 1 commit
-
-
teor authored
Obviously correct changes to already-reviewed code.
-
- 10 Mar, 2020 2 commits
-
-
- 12 Feb, 2020 2 commits
- 11 Feb, 2020 1 commit
-
-
David Goulet authored
This controls the previous feature added that makes dirauth send back a 503 error code on non relay connections if under bandwidth pressure. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 10 Feb, 2020 1 commit
-
-
swati authored
-
- 07 Feb, 2020 1 commit
-
-
swati authored
-
- 06 Feb, 2020 1 commit
-
-
swati authored
-
- 05 Feb, 2020 1 commit
-
-
swati authored
-
- 04 Feb, 2020 1 commit
-
-
swati authored
-
- 31 Jan, 2020 1 commit
-
-
swati authored
-
- 20 Jan, 2020 3 commits
-
-
teor authored
Fix a client port list that's missing HTTPTunnelPort. Wrap a long line.
-
teor authored
Explain that: * most flags default to off * flags that default to on are specified Document PreferIPv6Automap in its "No" form, because it's on by default. Cleanup after 32637.
-
teor authored
Make Tor clients tell dual-stack exits that they prefer IPv6 connections. This change is equivalent to setting the PreferIPv6 flag on SOCKSPorts (and most other listener ports). Tor Browser has been setting this flag for some time, and we want to remove a client distinguisher at exits. Also update the man page, putting all the IP flags in their non-default forms. Closes ticket 32637.
-
- 13 Jan, 2020 5 commits
-
-
Neel Chauhan authored
-
Move some SafeSocks-related options near each other. Part of ticket 32846.
-
Move ReducedCircuitPadding and ReducedConnectionPadding immediately after the corresponding non-Reduced options. Part of ticket 32846.
-
Only directory authorities use the GuardfractionFile option, so move it to that section. Part of ticket 32846.
-
Alphabetize client options in tor.1.txt. Closes ticket32846.
-
- 09 Jan, 2020 1 commit
-
-
- 19 Dec, 2019 1 commit
-
-
Nick Mathewson authored
We stopped looking at this option in 85cf6dcb, back when we implemented the minimal pieces of prop275. Since then, we've had code to validate and adjust this option, and to give it a different value in testing networks, but the option hasn't actually done anything. We can safely mark it as OBSOLETE, since doing so does not make any old configuration get rejected. Closes ticket 32807.
-
- 16 Dec, 2019 1 commit
-
- 12 Dec, 2019 5 commits
-
-
Taylor Yu authored
Fix some quoting, especially of constructs like "[address:]port", that were proving tricky for Asciidoctor tooling to parse correctly. Also fix formatting of some configuration variable names that contained double underscores. Neither asciidoc nor asciidoctor was rendering some of those correctly. Part of ticket 32708.
-
Taylor Yu authored
Change the section title formatting to use the one-line format. This allows Asciidoctor-based tooling to parse it more easily. Part of ticket 32708.
-
Taylor Yu authored
Indent the asciidoc markup for lone linebreaks to match the preceding paragraph line, so that Asciidoctor tools can format them correctly. Part of ticket 32708.
-
Taylor Yu authored
These are unrelated changes done by Swati while doing the alphabetizing. Part of ticket 32708.
-
Part of ticket 32708.
-
- 21 Nov, 2019 1 commit
-
-
David Goulet authored
If ExtendedErrors is set for the SocksPort, an invalid .onion address now returns the 0xF6 error code per prop304. Closes #30022 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 20 Nov, 2019 1 commit
-
-
Nick Mathewson authored
In #26913 we solved a bug where CacheDirectoryGroupReadable would override DataDirectoryGroupReadable when the two directories are the same. We never did the same for KeyDirectory, though, because that's a rare setting. Now that I'm testing this code, though, fixing this issue seems fine. Fixes bug #27992; bugfix on 0.3.3.1-alpha.
-
- 18 Nov, 2019 1 commit
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 12 Nov, 2019 1 commit
-
-
Nick Mathewson authored
Closes ticket 32467.
-
- 07 Nov, 2019 1 commit
-
-
Nick Mathewson authored
Closes ticket 32406.
-
- 31 Oct, 2019 1 commit
-
-
teor authored
-
- 29 Oct, 2019 4 commits
-
-
Taylor Yu authored
Reformat command line options in tor.1.txt to display as fixed-width in the HTML version. Based on a patch by Swati Thacker. Part of ticket 32277.
-
Taylor Yu authored
Reword the COMMAND-LINE OPTIONS section of tor.1.txt. Based on a patch by Swati Thacker. Part of ticket 32277.
-
Taylor Yu authored
Reword the DESCRIPTION section of tor.1.txt. Based on a patch by Swati Thacker. Part of ticket 32277.
-
Taylor Yu authored
In tor.1.txt, move the paragraphs at the end of the COMMAND-LINE OPTIONS section earlier. This text describes how the user can specify configuration options on the command line. Also clarify some wording and formatting. Based on a patch by Swati Thacker. Part of ticket 32277.
-
- 24 Oct, 2019 1 commit
-
-
Nick Mathewson authored
-