aboutsummaryrefslogtreecommitdiff
path: root/doc/tor.1.in
AgeCommit message (Collapse)Author
2011-02-09Update documentation for PublishServerDescriptorRobert Ransom
2009-08-01Make configuration of hidden services with authorization somewhat clearer.Karsten Loesing
2009-05-28Fixes to spelling fixes. Thanks, Roger!Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-02-01Minor adjustment to man page.Andrew Lewman
svn:r18365
2009-01-21note that BridgeRecordUsageByCountry is on by default (but itRoger Dingledine
still only takes effect if BridgeRelay is set) svn:r18202
2009-01-05Better explain the PublishServerDescriptor option in the manpageSebastian Hahn
PublishServerDescriptor 1 means "publish to the relevant authority", not "publish to v2,v3 authorities". Also adjust the time in the manpage to January 2009 svn:r17909
2008-12-17Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alphaNick Mathewson
svn:r17663
2008-12-17Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig.Nick Mathewson
(Many users have no idea what a resolv.conf is, and shouldn't be forced to learn. The old option will keep working for now.) Also, document it. svn:r17661
2008-12-17manpage: stop mentioning the possibility that Tor has been built without ↵Nick Mathewson
eventdns. That hasn't been possible since 0.2.0.1-alpha svn:r17655
2008-12-17Add manpage documentation for ServerDNSRandomizeCase.Nick Mathewson
svn:r17654
2008-12-07New DirPortFrontPage option that takes an html file and publishes it as "/" ↵Jacob Appelbaum
on the DirPort. Now relay operators can provide a disclaimer without needin to set up a separate webserver. There's a sample disclaimer in contrib/tor-exit-notice.html. svn:r17500
2008-11-07Patch from Jacob Appelbaum and me to make User option more robust, properly ↵Steven Murdoch
set supplementary groups, deprecated the Group option, and log more information on credential switching svn:r17200
2008-09-26Proposal 152 implementation from Josh Albrecht, with tweaks.Nick Mathewson
svn:r16983
2008-09-25Add country-code support to configured node lists to implement the ↵Nick Mathewson
ever-popular "no exits in Monaco" feature (ExcludeExitNodes {MC}). Also allow country codes and IP ranges in ExitNodes. (EntryNodes needs more work.) Based on code by Robert Hogan. Needs more testing. svn:r16966
2008-09-24All relays now store and serve v2 hidden service descriptors by default (not ↵Karsten Loesing
only directory mirrors). svn:r16961
2008-09-24Add patch 4 from Karsten for proposal 121, slightly modified. Karsten ↵Nick Mathewson
should definitely re-review the bits I changed. svn:r16955
2008-09-23Fix for bug 797 (by arma, with tweaks): always use create_fast for circuits ↵Nick Mathewson
where we do not know an onion key. svn:r16942
2008-09-13Allow ports 465 and 587 in the default exit policy again. We hadRoger Dingledine
rejected them in 0.1.0.15, because back in 2005 they were commonly misconfigured and ended up as spam targets. We hear they are better locked down these days. svn:r16898
2008-09-11Directory mirrors store and serve v2 hidden service descriptors by default.Karsten Loesing
svn:r16858
2008-08-12we were accidentally omitting a line from the man page for theRoger Dingledine
automaphostsonresolve config option, because nroff/troff are just too much like text. svn:r16507
2008-08-05Take out the TestVia config option, since it was a workaround fortor-0.2.1.4-alphaRoger Dingledine
a bug that was fixed in Tor 0.1.1.21. svn:r16409
2008-07-23 r17309@aud-055: nickm | 2008-07-23 16:05:43 +0200Nick Mathewson
Patch from Christian Wilms: remove (HiddenService|Rend)(Exclude)?Nodes options. They never worked properly, and nobody seems to be using them. Resolves bug 754. svn:r16144
2008-07-18 r17188@tombo: nickm | 2008-07-18 14:35:18 -0400Nick Mathewson
Add new ExcludeExitNodes option. Also add a new routerset type to handle Exclude[Exit]Nodes. It is optimized for O(1) membership tests, so as to make choosing a random router run in O(N_routers) time instead of in O(N_routers*N_Excluded_Routers). svn:r16061
2008-06-20Added prefixes to testing-network-only configuration options.Karsten Loesing
svn:r15375
2008-06-14Comments and doc tweaks on Karsten's testing-dir-networks patchNick Mathewson
svn:r15254
2008-06-14Patch from Karsten to implement proposal 135 ("Testing Tor Networks").Nick Mathewson
svn:r15253
2008-05-28minor fixesRoger Dingledine
svn:r14763
2008-05-07 r19626@catbus: nickm | 2008-05-07 14:09:47 -0400Nick Mathewson
Add documentation for most undocumented options, and fix some issues in "make check-docs" svn:r14576
2008-03-24Fix RelayBandwidthRate descriptionPeter Palfrader
svn:r14170
2008-02-12 r18051@catbus: nickm | 2008-02-12 15:20:43 -0500Nick Mathewson
Re-tune mempool parametes based on testing on peacetime: use smaller chuncks, free them a little more aggressively, and try very hard to concentrate allocations on fuller chunks. Also, lots of new documentation. svn:r13484
2008-02-09other cleanupsRoger Dingledine
svn:r13448
2008-02-06 r17947@catbus: nickm | 2008-02-06 11:57:53 -0500Nick Mathewson
Fix a bunch of DOCDOC items; document the --quiet flag; refactor a couple of XXXX020 items. svn:r13405
2008-01-21Make "ClientOnly 1" config option disable directory ports too.Roger Dingledine
svn:r13213
2008-01-10 r17548@catbus: nickm | 2008-01-10 11:08:12 -0500Nick Mathewson
Make proposal-109 behavior optional. svn:r13090
2008-01-02 r15787@tombo: nickm | 2008-01-02 01:59:07 -0500Nick Mathewson
Allow config values in quotes to contain special characters, with full C escape syntax. With tests. Addresses bug 557. svn:r13021
2007-12-21trivial whitespace fixRoger Dingledine
svn:r12912
2007-12-21new config option FetchDirInfoEarly for tup/ioerror and the tordnselRoger Dingledine
svn:r12896
2007-12-19Make getinfo ns/purpose/bridge actually workRoger Dingledine
Also, dump our bridge router status entries to disk every 30 minutes. svn:r12871
2007-12-19 r15560@tombo: nickm | 2007-12-18 23:18:21 -0500Nick Mathewson
Add a bit of missing documentation. svn:r12869
2007-12-11Relays were publishing their server descriptor to v1 and v2Roger Dingledine
directory authorities, but they didn't try publishing to v3-only authorities. Fix this; and also stop publishing to v1 authorities. svn:r12759
2007-12-09Allow multiple HashedControlPassword config lines, to supportRoger Dingledine
multiple controller passwords. svn:r12732
2007-12-07patch from karsten to clean up documentation and to integrateRoger Dingledine
more fixes into rend-spec.txt. svn:r12715
2007-12-06three more man page entries for bridgesRoger Dingledine
svn:r12689
2007-12-05some more man page entries. still missing some.Roger Dingledine
svn:r12685
2007-11-29doc fixes from karstenRoger Dingledine
svn:r12603
2007-11-10Exit policies now reject connections that are addressed to aRoger Dingledine
relay's public (external) IP address too, unless ExitPolicyRejectPrivate is turned off. We do this because too many relays are running nearby to services that trust them based on network address. svn:r12459
2007-11-04more of r12364Roger Dingledine
svn:r12366
2007-11-02 r14623@tombo: nickm | 2007-11-01 22:25:18 -0400Nick Mathewson
More tweaks from karsten, with some cleanup and commentary. svn:r12319
2007-10-29And more places with the wrong url, now updated.Andrew Lewman
svn:r12267