Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | move the rendezous section of the torrc to the middle, since | Roger Dingledine | 2004-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 Mathewson | 2004-11-14 |
| | | | | svn:r2865 | ||
* | Fix two comments in torrc.sample.in directly in the upstream source | Peter Palfrader | 2004-11-12 |
| | | | | svn:r2812 | ||
* | clean torrc sample | Roger Dingledine | 2004-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 them | Roger Dingledine | 2004-11-10 |
| | | | | | | | unlisted so we can change the default later. svn:r2762 | ||
* | fix mistake in comments | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2723 | ||
* | Update log documentation | Nick Mathewson | 2004-11-05 |
| | | | | svn:r2691 | ||
* | clarify it even better | Roger Dingledine | 2004-11-05 |
| | | | | svn:r2687 | ||
* | resolve misleading torrc comments | Roger Dingledine | 2004-11-05 |
| | | | | svn:r2686 | ||
* | fix problems introduced by rpm spec patch. | Nick Mathewson | 2004-11-04 |
| | | | | svn:r2675 | ||
* | Merge RPM spec patch from jbash | Nick Mathewson | 2004-11-04 |
| | | | | svn:r2674 | ||
* | Add SysLog option to direct log messages to the system log instead of a FILE*. | Nick Mathewson | 2004-10-26 |
| | | | | svn:r2591 | ||
* | advertise moria2's dirport as 18.244.0.114:80 | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2511 | ||
* | reformat comment and fix typo | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2485 | ||
* | Remove need for dirservers file: now, we note trusted dirservers in ↵ | Nick Mathewson | 2004-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 orbindaddress | Roger Dingledine | 2004-10-03 |
| | | | | svn:r2415 | ||
* | don't imply to people that they should store their hidden service | Roger Dingledine | 2004-09-23 |
| | | | | | | | keys in /tmp svn:r2371 | ||
* | JI hates people who say "IP" when they mean "IP address" | Roger Dingledine | 2004-09-12 |
| | | | | svn:r2352 | ||
* | Fix documentation about how not to be an OP | Nick Mathewson | 2004-09-10 |
| | | | | svn:r2342 | ||
* | allow unverified nodes in middle and rendezvous positions by default | Roger Dingledine | 2004-08-17 |
| | | | | svn:r2258 | ||
* | clarify sockspolicy, exitpolicy rules | Roger Dingledine | 2004-08-06 |
| | | | | svn:r2157 | ||
* | update the sample torrc | Roger Dingledine | 2004-08-04 |
| | | | | svn:r2139 | ||
* | add a comment asking ORs to configure a DirPort too | Roger Dingledine | 2004-07-22 |
| | | | | svn:r2104 | ||
* | add an example ContactInfo line to torrc.sample | Roger Dingledine | 2004-06-29 |
| | | | | svn:r1988 | ||
* | what is this "command line" that we can allegedly write to? | Roger Dingledine | 2004-06-13 |
| | | | | svn:r1967 | ||
* | Address can be an IP too | Roger Dingledine | 2004-06-10 |
| | | | | svn:r1964 | ||
* | tweak on the sample torrc | Roger Dingledine | 2004-06-06 |
| | | | | svn:r1951 | ||
* | Document new config options in torrc.sample.in | Nick Mathewson | 2004-06-02 |
| | | | | svn:r1944 | ||
* | a few instructions for hidden services | Roger Dingledine | 2004-05-20 |
| | | | | svn:r1914 | ||
* | having two example exitpolicy lines, when only one is allowed, was confusing | Roger Dingledine | 2004-05-13 |
| | | | | svn:r1865 | ||
* | forward-port dirservers file | Roger Dingledine | 2004-05-06 |
| | | | | svn:r1812 | ||
* | give us a new dirservers file | Roger Dingledine | 2004-04-25 |
| | | | | svn:r1700 | ||
* | Update cvsignores | Peter Palfrader | 2004-04-09 |
| | | | | svn:r1577 | ||
* | clean up torrc.sample more | Roger Dingledine | 2004-04-08 |
| | | | | svn:r1543 | ||
* | it's HiddenServiceDir | Roger Dingledine | 2004-04-03 |
| | | | | svn:r1457 | ||
* | no underscores in nicknames | Roger Dingledine | 2004-04-03 |
| | | | | svn:r1454 | ||
* | Add examples for hidden services | Nick Mathewson | 2004-04-03 |
| | | | | svn:r1453 | ||
* | rename torrc to torrc.sample | Roger Dingledine | 2004-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 Dingledine | 2004-03-07 |
| | | | | svn:r1241 | ||
* | better explain exit policies in the torrc | Roger Dingledine | 2004-02-28 |
| | | | | svn:r1161 | ||
* | go back to a single exitpolicy parameter | Roger Dingledine | 2004-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 Dingledine | 2004-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/16 | Roger Dingledine | 2003-12-14 |
| | | | | svn:r916 | ||
* | put the default exit policy in place | Roger Dingledine | 2003-12-13 |
| | | | | svn:r900 | ||
* | OnionRouter config option is obsolete | Roger Dingledine | 2003-12-03 |
| | | | | svn:r883 | ||
* | stop expecting sample-server-torrc to be there | Roger Dingledine | 2003-12-02 |
| | | | | svn:r873 | ||
* | merge torrc.in and sample-server-torrc.in | Roger Dingledine | 2003-11-20 |
| | | | | svn:r858 | ||
* | remove obsolete config file | Roger Dingledine | 2003-10-27 |
| | | | | svn:r681 | ||
* | move default exit policy into config files | Roger Dingledine | 2003-10-22 |
| | | | | svn:r654 | ||
* | Update .cvsignores to exclude files generated due to recent build improvements | Nick Mathewson | 2003-10-21 |
| | | | | svn:r647 |