Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-25 | give us a new dirservers file | Roger Dingledine | |
svn:r1700 | |||
2004-04-09 | Update cvsignores | Peter Palfrader | |
svn:r1577 | |||
2004-04-08 | clean up torrc.sample more | Roger Dingledine | |
svn:r1543 | |||
2004-04-03 | it's HiddenServiceDir | Roger Dingledine | |
svn:r1457 | |||
2004-04-03 | no underscores in nicknames | Roger Dingledine | |
svn:r1454 | |||
2004-04-03 | Add examples for hidden services | Nick Mathewson | |
svn:r1453 | |||
2004-03-30 | rename torrc to torrc.sample | Roger Dingledine | |
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 | |||
2004-03-07 | improve comments for server operators (maybe) | Roger Dingledine | |
svn:r1241 | |||
2004-02-28 | better explain exit policies in the torrc | Roger Dingledine | |
svn:r1161 | |||
2004-02-18 | go back to a single exitpolicy parameter | Roger Dingledine | |
if your exitpolicy includes " *:*" then it is final, else we append the default exit policy. (thanks weasel) svn:r1105 | |||
2004-02-18 | Get rid of the notion of a separate default default exit policy. | Roger Dingledine | |
Create ExitPolicyPrepend config parameter, to customize the default exit policy. svn:r1103 | |||
2003-12-14 | reject 0.0.0.0/8,reject 169.254.0.0/16 | Roger Dingledine | |
svn:r916 | |||
2003-12-13 | put the default exit policy in place | Roger Dingledine | |
svn:r900 | |||
2003-12-03 | OnionRouter config option is obsolete | Roger Dingledine | |
svn:r883 | |||
2003-12-02 | stop expecting sample-server-torrc to be there | Roger Dingledine | |
svn:r873 | |||
2003-11-20 | merge torrc.in and sample-server-torrc.in | Roger Dingledine | |
svn:r858 | |||
2003-10-27 | remove obsolete config file | Roger Dingledine | |
svn:r681 | |||
2003-10-22 | move default exit policy into config files | Roger Dingledine | |
svn:r654 | |||
2003-10-21 | Update .cvsignores to exclude files generated due to recent build improvements | Nick Mathewson | |
svn:r647 | |||
2003-10-21 | APPort is now SocksPort | Roger Dingledine | |
svn:r644 | |||
2003-10-21 | remove obsolete config file | Roger Dingledine | |
svn:r641 | |||
2003-10-19 | add an Address line to the sample server rc file | Roger Dingledine | |
svn:r633 | |||
2003-10-15 | and in OP config files | Roger Dingledine | |
svn:r589 | |||
2003-10-15 | less confusing comments in config files | Roger Dingledine | |
svn:r588 | |||
2003-10-15 | - cause configure to create a tor.sh which will have directories set | Steven Hazel | |
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 | |||
2003-10-14 | clean up the sample or rc | Roger Dingledine | |
svn:r585 | |||
2003-10-07 | and a Makefile.am for src/config/ | Roger Dingledine | |
svn:r545 | |||
2003-09-30 | updated dirservers file, new config files. | Roger Dingledine | |
svn:r524 | |||
2003-09-25 | various bugfixes and updates | Roger Dingledine | |
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 | |||
2003-09-11 | update onion router configs for tls | Roger Dingledine | |
svn:r446 | |||
2003-08-27 | router formats don't include op_port now either | Roger Dingledine | |
svn:r419 | |||
2003-05-28 | update config files to not use opport | Roger Dingledine | |
svn:r300 | |||
2003-05-08 | Get directories working. | Nick Mathewson | |
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 | |||
2003-05-07 | cheap hack so the dirservers have a signing key | Roger Dingledine | |
svn:r275 | |||
2003-05-06 | Refactor directories; add unit tests; add router keyword | Nick Mathewson | |
svn:r266 | |||
2003-03-19 | obsolete notion of 'role' from config files | Roger Dingledine | |
svn:r210 | |||
2003-03-16 | clean up and slightly document the config files | Roger Dingledine | |
svn:r179 | |||
2003-02-18 | let up on the bandwidth constraints | Roger Dingledine | |
svn:r162 | |||
2003-02-18 | Allow more connections open at once | Roger Dingledine | |
svn:r160 | |||
2003-02-14 | commit my current tor rc versions | Roger Dingledine | |
svn:r156 | |||
2002-11-23 | remove popt dependency, consolidate config stuff | Roger Dingledine | |
reformat parts of onion.c svn:r136 | |||
2002-09-28 | adding town-square rc info | Roger Dingledine | |
svn:r122 | |||
2002-09-28 | cleanup | Roger Dingledine | |
prkey is only fetched when it's needed tor nodes who aren't dirservers now fetch directories and autoconnect to new nodes listed in the directory default role is a non-dirserver node svn:r120 | |||
2002-09-26 | new config files, including directory servers | Roger Dingledine | |
svn:r115 | |||
2002-09-24 | laying the groundwork for dynamic router lists | Roger Dingledine | |
revamped the router reading section reference counting for crypto pk env's (so we can dup them) we now read and write pem pk keys from string rather than from FILE*, in anticipation of fetching directories over a socket (so now on startup we slurp in the whole file, then parse it as a string) fixed a bug in the proxy side, where you could get some circuits wedged if they showed up while the connection was being made svn:r110 | |||
2002-09-19 | synchronize to the version i've been giving people to test | Roger Dingledine | |
svn:r104 | |||
2002-09-09 | port to actual BSD | Roger Dingledine | |
(hey nick, does this break the os x build?) you still need to add some stuff to the ./configure commandline... anybody know a better solution? svn:r101 | |||
2002-09-04 | an rc file for an onion proxy | Roger Dingledine | |
svn:r97 | |||
2002-07-22 | More reasonable CoinWeight, now that we can handle large paths | Roger Dingledine | |
svn:r70 | |||
2002-07-19 | minor cleanups in config files | Roger Dingledine | |
svn:r62 |