Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-03 | Merge branch 'maint-0.4.5' into maint-0.4.6 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-11-03 | relay: Don't allow DirPort on non-IPv4 | David 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-02 | Add missing ponctuation. | Alexander Færøy | |
2021-11-02 | man: Missing OverloadStatistics option in tor.1 | David Goulet | |
Closes #40504 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-21 | Merge branch 'maint-0.4.5' into maint-0.4.6 | Alexander Færøy | |
2021-05-11 | Make MinTimeToReportBandwidth a testing-only option (and rename it) | Nick Mathewson | |
2021-03-28 | Add long format name --torrc-file for command line option -f. #40324 | Daniel Pinto | |
2021-03-23 | man: HiddenServiceStatistics applies for bridges | David Goulet | |
Closes #40346 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-03-23 | Merge branch 'tor-gitlab/mr/342' | David Goulet | |
2021-03-22 | manpage:Move BridgeRecordUsageByCountry to statistics section | Nick Mathewson | |
patch from cypherpunks; closes #40323 | |||
2021-03-22 | Improve the man page entry for Address. | George Kadianakis | |
Fixes bug #40296 . | |||
2021-03-19 | Move ServerTransport* options to 'Server Options' section. | Nick Mathewson | |
Patch from 'cypherpunks'. Closes #40331. | |||
2021-03-19 | Link to bridges.torproject.org/info in BridgeDistribution entry. | Nick Mathewson | |
This incorporates a suggestion from cypherpunks on #40321 Closes #40321. | |||
2021-03-17 | Merge branch 'tor-gitlab/mr/337' | David Goulet | |
2021-03-17 | Add a DormantTimeoutEnabled to disable dormant mode entirely | Nick Mathewson | |
(If you need to do this in an older version you can just set DormantClientTimeout to something huge.) Closes #40228. | |||
2021-03-17 | Add a MinTimeToReportBandwidth option; make it 0 for testing networks. | Nick Mathewson | |
This option changes the time for which a bandwidth measurement period must have been in progress before we include it when reporting our observed bandwidth in our descriptors. Without this option, we only consider a time period towards our maximum if it has been running for a full day. Obviously, that's unacceptable for testing networks, where we'd like to get results as soon as possible. For non-testing networks, I've put a (somewhat arbitrary) 2-hour minimum on the option, since there are traffic analysis concerns with immediate reporting here. Closes #40337. | |||
2021-03-10 | Merge branch 'tor-gitlab/mr/331' | David Goulet | |
2021-03-08 | Fix documentation formatting for VirtualAddrNetworkIPv6 | Nick Mathewson | |
Fixes bug #40256; bugfix on 0.2.9.4-alpha. | |||
2021-02-23 | Merge remote-tracking branch 'origin/master' | Nick Mathewson | |
2021-02-23 | Tweak documentation on 40282 | Nick Mathewson | |
2021-02-23 | man: Note that relay now ignore the DirPort option | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-02-22 | dos: New client connect rate detection | David 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-19 | man: Cleanup of v2 options and config | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-12-16 | Merge branch 'maint-0.4.5' | Alexander Færøy | |
2020-12-09 | Tweak the documentation for approved-routers | Nick Mathewson | |
Document !badexit, and improve the documentation for !invalid. Closes #40188. | |||
2020-11-17 | Allow listing ed25519 fingerprints on the command line | Neel Chauhan | |
2020-10-27 | man: Add the MetricsPort manpage entry | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-10-26 | Merge branch 'maint-0.4.4' | Nick Mathewson | |
2020-10-21 | Allow mutiple lines on configuration for ROUTERSET entries. #28361 | Daniel Pinto | |
Affected entries are: EntryNodes, ExcludeNodes, ExcludeExitNodes, ExitNodes, MiddleNodes, HSLayer2Nodes and HSLayer3Nodes. | |||
2020-10-14 | Merge branch 'tor-gitlab/mr/170' | David Goulet | |
2020-10-14 | Use "flavor" spelling consistently on manpage. | Nick Mathewson | |
2020-10-14 | Apply typo fix patch from Samanta Navarro on #40161. | Nick Mathewson | |
2020-10-13 | Make 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-13 | Merge remote-tracking branch 'tor-gitlab/mr/161' | Alexander Færøy | |
2020-10-13 | Merge remote-tracking branch 'tor-gitlab/mr/165' | Alexander Færøy | |
2020-10-06 | Add `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-05 | Remove "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-02 | Fix authors stanza in tor-gencert manpage | Nick Mathewson | |
Closes #40148. | |||
2020-09-23 | Remove support for old android "logcat" API | Nick 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-08-14 | Revise trac.torproject.org urls to refer to gitlab replacements. | Nick Mathewson | |
Closes #40101. | |||
2020-08-12 | Merge remote-tracking branch 'tor-gitlab/mr/62' | Nick Mathewson | |
2020-08-11 | Improved documentation and comments #25140 | Daniel Pinto | |
2020-08-04 | manual: Describe Sandbox more accurately. | Nick Mathewson | |
Closes #23378 | |||
2020-08-01 | Add --format argument to --key-expiration option. #30045 | Daniel Pinto | |
2020-07-21 | Edit AddressDisableIPv6 man entry | Nick Mathewson | |
2020-07-21 | relay: Add AddressDisableIPv6 torrc option | David Goulet | |
This option controls if a tor relay will attempt address auto discovery and thus ultimately publish an IPv6 ORPort in the descriptor. Behavior is from proposal 312 section 3.2.6. Closes #33245 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-07-15 | Add support for patterns on %include #25140 | Daniel Pinto | |
Also adds generic tor_glob function to expand globs. | |||
2020-07-14 | doc: Move manpages into doc/man/ | David Goulet | |
Closes #40044 Signed-off-by: David Goulet <dgoulet@torproject.org> |