summaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Collapse)Author
2004-02-28better explain exit policies in the torrcRoger Dingledine
svn:r1161
2004-02-18go back to a single exitpolicy parameterRoger Dingledine
if your exitpolicy includes " *:*" then it is final, else we append the default exit policy. (thanks weasel) svn:r1105
2004-02-18Get 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-14reject 0.0.0.0/8,reject 169.254.0.0/16Roger Dingledine
svn:r916
2003-12-13put the default exit policy in placeRoger Dingledine
svn:r900
2003-12-03OnionRouter config option is obsoleteRoger Dingledine
svn:r883
2003-12-02stop expecting sample-server-torrc to be thereRoger Dingledine
svn:r873
2003-11-20merge torrc.in and sample-server-torrc.inRoger Dingledine
svn:r858
2003-10-27remove obsolete config fileRoger Dingledine
svn:r681
2003-10-22move default exit policy into config filesRoger Dingledine
svn:r654
2003-10-21Update .cvsignores to exclude files generated due to recent build improvementsNick Mathewson
svn:r647
2003-10-21APPort is now SocksPortRoger Dingledine
svn:r644
2003-10-21remove obsolete config fileRoger Dingledine
svn:r641
2003-10-19add an Address line to the sample server rc fileRoger Dingledine
svn:r633
2003-10-15and in OP config filesRoger Dingledine
svn:r589
2003-10-15less confusing comments in config filesRoger Dingledine
svn:r588
2003-10-15- cause configure to create a tor.sh which will have directories setSteven 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-14clean up the sample or rcRoger Dingledine
svn:r585
2003-10-07and a Makefile.am for src/config/Roger Dingledine
svn:r545
2003-09-30updated dirservers file, new config files.Roger Dingledine
svn:r524
2003-09-25various bugfixes and updatesRoger 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-11update onion router configs for tlsRoger Dingledine
svn:r446
2003-08-27router formats don't include op_port now eitherRoger Dingledine
svn:r419
2003-05-28update config files to not use opportRoger Dingledine
svn:r300
2003-05-08Get 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-07cheap hack so the dirservers have a signing keyRoger Dingledine
svn:r275
2003-05-06Refactor directories; add unit tests; add router keywordNick Mathewson
svn:r266
2003-03-19obsolete notion of 'role' from config filesRoger Dingledine
svn:r210
2003-03-16clean up and slightly document the config filesRoger Dingledine
svn:r179
2003-02-18let up on the bandwidth constraintsRoger Dingledine
svn:r162
2003-02-18Allow more connections open at onceRoger Dingledine
svn:r160
2003-02-14commit my current tor rc versionsRoger Dingledine
svn:r156
2002-11-23remove popt dependency, consolidate config stuffRoger Dingledine
reformat parts of onion.c svn:r136
2002-09-28adding town-square rc infoRoger Dingledine
svn:r122
2002-09-28cleanupRoger 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-26new config files, including directory serversRoger Dingledine
svn:r115
2002-09-24laying the groundwork for dynamic router listsRoger 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-19synchronize to the version i've been giving people to testRoger Dingledine
svn:r104
2002-09-09port to actual BSDRoger 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-04an rc file for an onion proxyRoger Dingledine
svn:r97
2002-07-22More reasonable CoinWeight, now that we can handle large pathsRoger Dingledine
svn:r70
2002-07-19minor cleanups in config filesRoger Dingledine
svn:r62
2002-07-19moria:9004 is now a twin to town-square:9004Roger Dingledine
svn:r57
2002-07-16Put in a note in README to explain how to compile (I had to wadeAndrei Serjantov
through the cvs messages), and added my router on mosg.cl.cam.ac.uk to the list of routers. svn:r52
2002-07-16new config files, some bugfixesRoger Dingledine
svn:r51
2002-07-02Committing my working config files, so we'll all be on the same pageRoger Dingledine
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