aboutsummaryrefslogtreecommitdiff
path: root/src/config
Commit message (Collapse)AuthorAge
* move the rendezous section of the torrc to the middle, sinceRoger Dingledine2004-11-27
| | | | | | | | it isn't server-only, and indeed it may be unwise to run a hidden service on a server. svn:r2995
* Note where torrc goes.Nick Mathewson2004-11-14
| | | | svn:r2865
* Fix two comments in torrc.sample.in directly in the upstream sourcePeter Palfrader2004-11-12
| | | | svn:r2812
* clean torrc sampleRoger Dingledine2004-11-12
| | | | | | | | change log files to end in .log for logrotate to notice mention that address doesn't need to be defined svn:r2803
* don't ship with the default dirservers listed explicitly. leave themRoger Dingledine2004-11-10
| | | | | | | unlisted so we can change the default later. svn:r2762
* fix mistake in commentsRoger Dingledine2004-11-09
| | | | svn:r2723
* Update log documentationNick Mathewson2004-11-05
| | | | svn:r2691
* clarify it even betterRoger Dingledine2004-11-05
| | | | svn:r2687
* resolve misleading torrc commentsRoger Dingledine2004-11-05
| | | | svn:r2686
* fix problems introduced by rpm spec patch.Nick Mathewson2004-11-04
| | | | svn:r2675
* Merge RPM spec patch from jbashNick Mathewson2004-11-04
| | | | svn:r2674
* Add SysLog option to direct log messages to the system log instead of a FILE*.Nick Mathewson2004-10-26
| | | | svn:r2591
* advertise moria2's dirport as 18.244.0.114:80Roger Dingledine2004-10-14
| | | | svn:r2511
* reformat comment and fix typoRoger Dingledine2004-10-14
| | | | svn:r2485
* Remove need for dirservers file: now, we note trusted dirservers in ↵Nick Mathewson2004-10-14
| | | | | | configuration options, and only need to remember addr:port and key digest for each one. svn:r2479
* better example lines for dirbindaddress and orbindaddressRoger Dingledine2004-10-03
| | | | svn:r2415
* don't imply to people that they should store their hidden serviceRoger Dingledine2004-09-23
| | | | | | | keys in /tmp svn:r2371
* JI hates people who say "IP" when they mean "IP address"Roger Dingledine2004-09-12
| | | | svn:r2352
* Fix documentation about how not to be an OPNick Mathewson2004-09-10
| | | | svn:r2342
* allow unverified nodes in middle and rendezvous positions by defaultRoger Dingledine2004-08-17
| | | | svn:r2258
* clarify sockspolicy, exitpolicy rulesRoger Dingledine2004-08-06
| | | | svn:r2157
* update the sample torrcRoger Dingledine2004-08-04
| | | | svn:r2139
* add a comment asking ORs to configure a DirPort tooRoger Dingledine2004-07-22
| | | | svn:r2104
* add an example ContactInfo line to torrc.sampleRoger Dingledine2004-06-29
| | | | svn:r1988
* what is this "command line" that we can allegedly write to?Roger Dingledine2004-06-13
| | | | svn:r1967
* Address can be an IP tooRoger Dingledine2004-06-10
| | | | svn:r1964
* tweak on the sample torrcRoger Dingledine2004-06-06
| | | | svn:r1951
* Document new config options in torrc.sample.inNick Mathewson2004-06-02
| | | | svn:r1944
* a few instructions for hidden servicesRoger Dingledine2004-05-20
| | | | svn:r1914
* having two example exitpolicy lines, when only one is allowed, was confusingRoger Dingledine2004-05-13
| | | | svn:r1865
* forward-port dirservers fileRoger Dingledine2004-05-06
| | | | svn:r1812
* give us a new dirservers fileRoger Dingledine2004-04-25
| | | | svn:r1700
* Update cvsignoresPeter Palfrader2004-04-09
| | | | svn:r1577
* clean up torrc.sample moreRoger Dingledine2004-04-08
| | | | svn:r1543
* it's HiddenServiceDirRoger Dingledine2004-04-03
| | | | svn:r1457
* no underscores in nicknamesRoger Dingledine2004-04-03
| | | | svn:r1454
* Add examples for hidden servicesNick Mathewson2004-04-03
| | | | svn:r1453
* rename torrc to torrc.sampleRoger Dingledine2004-03-30
| | | | | | | | now by default no torrc will be installed, so we'll just use the built-in defaults (we already do this on windows) svn:r1375
* improve comments for server operators (maybe)Roger Dingledine2004-03-07
| | | | svn:r1241
* better explain exit policies in the torrcRoger Dingledine2004-02-28
| | | | svn:r1161
* go back to a single exitpolicy parameterRoger Dingledine2004-02-18
| | | | | | | | | if your exitpolicy includes " *:*" then it is final, else we append the default exit policy. (thanks weasel) svn:r1105
* Get rid of the notion of a separate default default exit policy.Roger Dingledine2004-02-18
| | | | | | | | Create ExitPolicyPrepend config parameter, to customize the default exit policy. svn:r1103
* reject 0.0.0.0/8,reject 169.254.0.0/16Roger Dingledine2003-12-14
| | | | svn:r916
* put the default exit policy in placeRoger Dingledine2003-12-13
| | | | svn:r900
* OnionRouter config option is obsoleteRoger Dingledine2003-12-03
| | | | svn:r883
* stop expecting sample-server-torrc to be thereRoger Dingledine2003-12-02
| | | | svn:r873
* merge torrc.in and sample-server-torrc.inRoger Dingledine2003-11-20
| | | | svn:r858
* remove obsolete config fileRoger Dingledine2003-10-27
| | | | svn:r681
* move default exit policy into config filesRoger Dingledine2003-10-22
| | | | svn:r654
* Update .cvsignores to exclude files generated due to recent build improvementsNick Mathewson2003-10-21
| | | | svn:r647