summaryrefslogtreecommitdiff
path: root/doc/tor.1.txt
AgeCommit message (Collapse)Author
2011-09-02Correct man page: multiple control auth styles can be set at onceRoger Dingledine
2011-08-25Mention that HiddenServiceDir must existSebastian Hahn
2011-07-06Fix weird formatting of html manpageSebastian Hahn
Asciidoc was inserting <pre> tags for paragraphs that started with a '+' at the beginning of the line. Instead, we need a space in front of the plus.
2011-06-17Revert "Update man page for new UseBridges tristate behaviour."Nick Mathewson
This reverts commit 40cfad1b5ae90b06eb74861a4fdc1310f8611111.
2011-06-02Update man page for new UseBridges tristate behaviour.anonym
2011-05-15Clean up the 2972 implementation a littleSebastian Hahn
2011-05-15Add UnixSocketsGroupWritable config flagJérémy Bobbio
When running a system-wide instance of Tor on Unix-like systems, having a ControlSocket is a quite handy mechanism to access Tor control channel. But it would be easier if access to the Unix domain socket can be granted by making control users members of the group running the Tor process. This change introduces a UnixSocketsGroupWritable option, which will create Unix domain sockets (and thus ControlSocket) 'g+rw'. This allows ControlSocket to offer same access control measures than ControlPort+CookieAuthFileGroupReadable. See <http://bugs.debian.org/552556> for more details.
2011-05-13Add a ControlPortFileGroupWritable optionNick Mathewson
2011-05-13Write automatically-chosen control ports to a file.Nick Mathewson
2011-05-13"(Socks|Control|etc)Port auto" now tells Tor to open an arbitrary portNick Mathewson
This is the major part of the implementation for trac issue 3076.
2011-05-12Clean up a formatting issue on the manpge; bug3154.Nick Mathewson
2011-05-09Merge remote-tracking branch 'public/bug3022_v2' into maint-0.2.2Nick Mathewson
2011-05-03Add some missing torrc entries to tor.1.txtNick Mathewson
Fixes bug 2379
2011-04-28Only authorities should automatically download v2 networkstatus documentsNick Mathewson
Clients and relays haven't used them since early 0.2.0.x. The only remaining use by authorities learning about new relays ahead of scedule; see proposal 147 for what we intend to do about that. We're leaving in an option (FetchV2Networkstatus) to manually fetch v2 networkstatuses, because apparently dnsel and maybe bwauth want them. This fixes bug 3022.
2011-04-27minor tweaks to manpageRoger Dingledine
2011-04-27Revise the manpage to contain the actual intended *Nodes behaviorNick Mathewson
This is a squashed version of my former desired_nodes_behavior branch that we used to specify the intended results wrt bug 1090.
2011-03-03Fix typo in man pageRobert Ransom
2011-02-22Add some dollar signs in an attempt to appease older asciidocsNick Mathewson
We should really require a modern asiidoc: backporting stuff to 8.2 is a timesink.
2011-02-22Merge branch 'log_domains' into maint-0.2.2Nick Mathewson
2011-02-10Merge remote-tracking branch 'rransom/bug2089' into maint-0.2.2Nick Mathewson
2011-02-10Document what descriptors HSAuthoritativeDir servesRobert Ransom
Fixes bug 2089.
2011-02-09Update documentation for PublishServerDescriptor (0.2.2.x)Robert Ransom
2011-02-07typo in manpage fixNick Mathewson
2011-02-07Merge branch 'bug2279' into maint-0.2.2Nick Mathewson
2011-02-07Some cleanups to bug2279 messages/docs from rransomNick Mathewson
2011-01-28Remove country codes from EntryNodes manpage entrySebastian Hahn
2011-01-26add documentation for ClientRejectInternalAddressesNick Mathewson
2011-01-26Explain soft shutdown mode a little better in the accountingmax documentationNick Mathewson
2011-01-25Add a torrc option to report log domainsNick Mathewson
2011-01-25Simplify syntax for negated log domainsNick Mathewson
Previously if you wanted to say "All messages except network messages", you needed to say "[*,~net]" and if you said "[~net]" by mistake, you would get no messages at all. Now, if you say "[~net]", you get everything except networking messages.
2011-01-25Add manpage entry for logging domainsNick Mathewson
Fixes issue 2215.
2010-11-15Make the coducmentation for SingleHop stuff slightly more direNick Mathewson
2010-11-10Document hs dht min uptime change in privnetsSebastian Hahn
In f87c6f100d2faf8d we made it so that MinUptimeHidServDirectoryV2 defaults to 0 if TestingTorNetwork is set. Add a manpage entry and a changes file.
2010-11-10Document the AllowSingleHopExits optionSebastian Hahn
2010-11-10Improve documentation for RelayBandwdith* optionsSebastian Hahn
Jesse Adelman noticed that we don't currently describe what happens very well.
2010-11-10Add V3BandwidthsFile to the manpageSebastian Hahn
2010-11-10Change Natd into NATD in our options.Sebastian Hahn
Breaking this out of the last commit because this might be more controversial.
2010-11-10Fix a typo in the manpageSebastian Hahn
2010-10-04Clarify PublishServerDescriptor even moreNick Mathewson
2010-09-30Describe BridgeRelay and PublishServerDescriptor more correctly.Robert Ransom
2010-09-27Merge branch 'refuseunknown' into maint-0.2.2Nick Mathewson
2010-09-27Add RefuseUnknownExits to the manpageSebastian Hahn
2010-09-24Merge remote branch 'sebastian/continuation'Nick Mathewson
2010-09-21Correct default for RendPostPeriod in docsJohn Brooks
2010-09-11Document multiline options in the manpageSebastian Hahn
2010-08-15Update man page, now that *Statistics can be changed while Tor is running.Karsten Loesing
2010-07-31Clarify that cmd-line options override torrc optionsNick Mathewson
2010-07-30Document 20KB requirement in BandwidthRate documentationNick Mathewson
This fixes the last suggestion of bug #1195.
2010-07-14fetching a directory on sighup is years out of dateRoger Dingledine
2010-06-29Merge remote branch 'mikeperry/cbt-bugfixes3'Nick Mathewson