aboutsummaryrefslogtreecommitdiff
path: root/src/config
Commit message (Expand)AuthorAge
* merge torrc.in and sample-server-torrc.in•••svn:r858 Roger Dingledine2003-11-20
* remove obsolete config file•••svn:r681 Roger Dingledine2003-10-27
* move default exit policy into config files•••svn:r654 Roger Dingledine2003-10-22
* Update .cvsignores to exclude files generated due to recent build improvements•••svn:r647 Nick Mathewson2003-10-21
* APPort is now SocksPort•••svn:r644 Roger Dingledine2003-10-21
* remove obsolete config file•••svn:r641 Roger Dingledine2003-10-21
* add an Address line to the sample server rc file•••svn:r633 Roger Dingledine2003-10-19
* and in OP config files•••svn:r589 Roger Dingledine2003-10-15
* less confusing comments in config files•••svn:r588 Roger Dingledine2003-10-15
* - cause configure to create a tor.sh which will have directories set••• 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 Steven Hazel2003-10-15
* clean up the sample or rc•••svn:r585 Roger Dingledine2003-10-14
* and a Makefile.am for src/config/•••svn:r545 Roger Dingledine2003-10-07
* updated dirservers file, new config files.•••svn:r524 Roger Dingledine2003-09-30
* various bugfixes and updates•••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 Roger Dingledine2003-09-25
* update onion router configs for tls•••svn:r446 Roger Dingledine2003-09-11
* router formats don't include op_port now either•••svn:r419 Roger Dingledine2003-08-27
* update config files to not use opport•••svn:r300 Roger Dingledine2003-05-28
* Get directories working.•••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 Nick Mathewson2003-05-08
* cheap hack so the dirservers have a signing key•••svn:r275 Roger Dingledine2003-05-07
* Refactor directories; add unit tests; add router keyword•••svn:r266 Nick Mathewson2003-05-06
* obsolete notion of 'role' from config files•••svn:r210 Roger Dingledine2003-03-19
* clean up and slightly document the config files•••svn:r179 Roger Dingledine2003-03-16
* let up on the bandwidth constraints•••svn:r162 Roger Dingledine2003-02-18
* Allow more connections open at once•••svn:r160 Roger Dingledine2003-02-18
* commit my current tor rc versions•••svn:r156 Roger Dingledine2003-02-14
* remove popt dependency, consolidate config stuff•••reformat parts of onion.c svn:r136 Roger Dingledine2002-11-23
* adding town-square rc info•••svn:r122 Roger Dingledine2002-09-28
* cleanup•••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 Roger Dingledine2002-09-28
* new config files, including directory servers•••svn:r115 Roger Dingledine2002-09-26
* laying the groundwork for dynamic router lists•••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 Roger Dingledine2002-09-24
* synchronize to the version i've been giving people to test•••svn:r104 Roger Dingledine2002-09-19
* port to actual BSD•••(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 Roger Dingledine2002-09-09
* an rc file for an onion proxy•••svn:r97 Roger Dingledine2002-09-04
* More reasonable CoinWeight, now that we can handle large paths•••svn:r70 Roger Dingledine2002-07-22
* minor cleanups in config files•••svn:r62 Roger Dingledine2002-07-19
* moria:9004 is now a twin to town-square:9004•••svn:r57 Roger Dingledine2002-07-19
* Put in a note in README to explain how to compile (I had to wade•••through the cvs messages), and added my router on mosg.cl.cam.ac.uk to the list of routers. svn:r52 Andrei Serjantov2002-07-16
* new config files, some bugfixes•••svn:r51 Roger Dingledine2002-07-16
* Committing my working config files, so we'll all be on the same page•••Note that there are new keywords in these, etc. Matej, would you be interested in going through and patching routers.c, config.c, etc, so they're cleaner? svn:r19 Roger Dingledine2002-07-02