Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | APPort is now SocksPort | Roger Dingledine | 2003-10-21 |
| | | | | svn:r644 | ||
* | remove obsolete config file | Roger Dingledine | 2003-10-21 |
| | | | | svn:r641 | ||
* | add an Address line to the sample server rc file | Roger Dingledine | 2003-10-19 |
| | | | | svn:r633 | ||
* | and in OP config files | Roger Dingledine | 2003-10-15 |
| | | | | svn:r589 | ||
* | less confusing comments in config files | Roger Dingledine | 2003-10-15 |
| | | | | svn:r588 | ||
* | - cause configure to create a tor.sh which will have directories set | Steven Hazel | 2003-10-15 |
| | | | | | | | | | | | | | | | | correctly based on how configure was run - cause tor to guess the location of torrc more intelligently - cause cause src/config/torrc and src/conf/sample-server-torrc to be generated with contents that are correct for the way configure was run - cause "make install" to put torrc, sample-server-torrc, and dirservers somewhere intelligent svn:r587 | ||
* | clean up the sample or rc | Roger Dingledine | 2003-10-14 |
| | | | | svn:r585 | ||
* | and a Makefile.am for src/config/ | Roger Dingledine | 2003-10-07 |
| | | | | svn:r545 | ||
* | updated dirservers file, new config files. | Roger Dingledine | 2003-09-30 |
| | | | | svn:r524 | ||
* | various bugfixes and updates | Roger Dingledine | 2003-09-25 |
| | | | | | | | | | | | | | | | | | | | | redo all the config files for the new format (we'll redo them again soon) fix (another! yuck) segfault in log_fn when input is too large tor_tls_context_new() returns -1 for error, not NULL fix segfault in check_conn_marked() on conn's that die during tls handshake make ORs also initialize conn from router when we're the receiving node make non-dirserver ORs upload descriptor to every dirserver on startup add our local address to the descriptor add Content-Length field to POST command revert the Content-Length search in fetch_from_buf_http() to previous code fix segfault in memmove in fetch_from_buf_http() raise maximum allowed headers/body size in directory.c svn:r484 | ||
* | update onion router configs for tls | Roger Dingledine | 2003-09-11 |
| | | | | svn:r446 | ||
* | router formats don't include op_port now either | Roger Dingledine | 2003-08-27 |
| | | | | svn:r419 | ||
* | update config files to not use opport | Roger Dingledine | 2003-05-28 |
| | | | | svn:r300 | ||
* | Get directories working. | Nick Mathewson | 2003-05-08 |
| | | | | | | | | | | | | | | | | | | | | Or at least, directories get generated, signed, download, and checked, with nobody seeming to crash. In config/*, added 'signing-key' blocks to dirservers and routers.or, so that everyone will know about the directories' signing keys. In or/directory.c, refrained from using a dirserver's signing key when no such key is known; added more debugging output. In or/main.c, added debugging output and fixed a few logic errors. In or/routers.c, added debugging output and prevented a segfault on routers_resolve_directory. The interleaving of arrays and lists on routerinfo_t is still messy, but at least it seems to work again. svn:r278 | ||
* | cheap hack so the dirservers have a signing key | Roger Dingledine | 2003-05-07 |
| | | | | svn:r275 | ||
* | Refactor directories; add unit tests; add router keyword | Nick Mathewson | 2003-05-06 |
| | | | | svn:r266 | ||
* | obsolete notion of 'role' from config files | Roger Dingledine | 2003-03-19 |
| | | | | svn:r210 | ||
* | clean up and slightly document the config files | Roger Dingledine | 2003-03-16 |
| | | | | svn:r179 | ||
* | let up on the bandwidth constraints | Roger Dingledine | 2003-02-18 |
| | | | | svn:r162 | ||
* | Allow more connections open at once | Roger Dingledine | 2003-02-18 |
| | | | | svn:r160 | ||
* | commit my current tor rc versions | Roger Dingledine | 2003-02-14 |
| | | | | svn:r156 | ||
* | remove popt dependency, consolidate config stuff | Roger Dingledine | 2002-11-23 |
| | | | | | | | reformat parts of onion.c svn:r136 |