summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2019-08-12Merge remote-tracking branch 'tor-github/pr/1020' into maint-0.3.5teor
2019-08-12Merge remote-tracking branch 'tor-github/pr/741' into maint-0.3.5teor
2019-05-14Add a --list-modules commandNick Mathewson
Closes ticket 30452.
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-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-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-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.
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-11-15Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-11-15man: ClientOnionAuthDir can't be reloaded with Sandbox 1David Goulet
By adding a file to the ClientOnionAuthDir and sending a HUP signal, tor would load the new file and use it. However, that doesn't work with the Sandbox since post initilization, nothing can be changed. Document in the manpage that limitation within the Sandbox description. Closes #28128 Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-11-14doc: Remove an outdated sentence from KeepalivePeriod in the man pageteor
2018-10-30tweak manpage bits about v3 onion svc client authMike Tigas
make a couple things more explicit, like not needing to set "HiddenServiceAuthorizeClient" & etc
2018-09-25Fix reference to socks-extensions.txt in tor-resolve manpagerl1987
2018-09-24Merge branch 'pr_339_squashed'Nick Mathewson
2018-09-24Mention that we require Python 2.7 or newerrl1987
2018-09-24Merge branch 'bug26913_033'Nick Mathewson
2018-09-21man: Fix format typo for HiddenServiceExportCircuitIDDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-09-21Merge remote-tracking branch 'ahf-github/asn/bugs4700_2'Nick Mathewson
2018-09-21Document the haproxy option of HiddenServiceExportCircuitID.Alexander Færøy
See: https://bugs.torproject.org/4700
2018-09-20Support 'none' in torrc for HiddenServiceExportCircuitID.Alexander Færøy
See: https://bugs.torproject.org/4700
2018-09-17Make CacheDirectoryGroupReadable an autobool.Nick Mathewson
Since the default cache directory is the same as the default data directory, we don't want the default CacheDirectoryGroupReadable value (0) to override an explicitly set "DataDirectoryGroupReadable 1". To fix this, I'm making CacheDirectoryGroupReadable into an autobool, and having the default (auto) value mean "Use the value of DataDirectoryGroupReadable if the directories are the same, and 0 otherwise." Fixes bug 26913; bugfix on 0.3.3.1-alpha when the CacheDirectory option was introduced.
2018-09-15Change HiddenServiceExportCircuitID to take a string parameter: the protocol.Alexander Færøy
This patch changes HiddenServiceExportCircuitID so instead of being a boolean it takes a string, which is the protocol. Currently only the 'haproxy' protocol is defined. See: https://bugs.torproject.org/4700
2018-09-15Add man page entry.George Kadianakis
2018-09-13hs-v3: Add changes file and man page for client authorizationDavid Goulet
Closes #27547 Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-09-06Merge remote-tracking branch 'tor-github/pr/294'Nick Mathewson
2018-09-02In manpage, warn about combination of MyFamily and BridgeRelay being badrl1987
2018-08-28fix man page issue noticed during #26367 reviewRoger Dingledine
and fix two other nearby issues while i'm there
2018-08-28Merge remote-tracking branch 'teor/bug22747'Nick Mathewson
2018-08-28Merge branch 'bug26367_035_01'Nick Mathewson
2018-08-28hs: Render obsolete Tor2webDavid Goulet
Remove support for Tor2web in the code and build system. At this commit, tor doesn't have Tor2web support anymore. Ref: https://lists.torproject.org/pipermail/tor-dev/2018-July/013295.html Close #26367 Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-08-28Fix log.c comments about assert vs tor_assert vs raw_assert.Nick Mathewson
2018-08-28manpage: Warn users about comma-separating addr-port pairsrl1987
2018-08-22hs: Change default version from 2 to 3David Goulet
Closes #27215 Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-08-19doc/tor: add note for IPv6-only hosts (fixes #27204)traumschule
2018-08-17doc: Explain how to limit Tor's sockets in the man pageteor
Closes 22747.
2018-08-16Merge branch 'pr275_squashed'Nick Mathewson
2018-08-16rust/docs: fix critical typo for missing_docs lintcypherpunks
Fix typo from fe66d06a45a4714141eba992fe87ec3dd5fa1c22. The exclamation point is what lets an attribute apply to an entire crate, without the ! it's practically a placebo. Fix on commits af182d4ab51d6a1a70559bbdcd4ab842aa855684 and b6059297d7cb76f0e00e2098e38d6677d3033340, and note there are still missing docs in both crypto and protover, for now. https://doc.rust-lang.org/reference/attributes.html
2018-08-16Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-08-16Merge branch 'maint-0.3.4'Nick Mathewson
2018-08-16Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-08-16Rust: Say that we support rust stable in GettingStartedRust.mdteor
In 24765, we said that we supported rust stable in CodingStandardsRust.md. But we left GettingStartedRust.md saying that we support rust nightly. Closes 27160.
2018-08-11Merge remote-tracking branch 'tor-github/pr/244'Nick Mathewson
2018-07-30Merge remote-tracking branch 'rl1987/feature19506_3'Nick Mathewson
2018-07-20Add a sentence to manpage that we may not scrub logs at loglevels below Noticerl1987
2018-07-18Merge remote-tracking branch 'teor/ticket26702-atomically'Nick Mathewson
2018-07-18doc: Document Appveyor and Jenkins in doc/HACKING/HelpfulTools.mdteor
Closes 26852.
2018-07-18doc: Explain how to avoid inconsistent reads on V3BandwidthsFileteor
Closes 26702.
2018-07-13Faravahar hasn't been voting on versions for a while nowRoger Dingledine
2018-07-10Describe "check-includes" in the CodingStandards.md fileNick Mathewson