aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2004-05-22commit two fixes from Thomas ThemelRoger Dingledine
2004-05-20Tinker with log behavior: never send error messages about logs into the bitbu...Nick Mathewson
2004-05-20some more patchingRoger Dingledine
2004-05-20bugfix: if no loglevel or logfile is specified, then we need to openRoger Dingledine
2004-05-20Allow multiple exit policy lines; mostly add support for AP policiesNick Mathewson
2004-05-19tor_assert, not assert. stdout, not stderrNick Mathewson
2004-05-19Allow multiple logfiles at different severity rangesNick Mathewson
2004-05-17Make directory functions update routerlist, not replace it. Add notion of OR...Nick Mathewson
2004-05-10more cleanup, including fleshing out or.h moreRoger Dingledine
2004-05-10Doxygenate config.cNick Mathewson
2004-05-06forward-port built-in dirservers stringRoger Dingledine
2004-04-29update the built-in dirservers defaultRoger Dingledine
2004-04-25use tor_assertRoger Dingledine
2004-04-24Merge flagday into main branch.Nick Mathewson
2004-04-05alice can now look up bob's service descriptor,Roger Dingledine
2004-04-02Make preferred/excluded intro points configurableNick Mathewson
2004-04-01alice chooses her rendezvous node from all running routersRoger Dingledine
2004-03-31Add code to configure hidden services, parse configuration, generate keys and...Nick Mathewson
2004-03-30use 'notice' loglevel for things the operator should hearRoger Dingledine
2004-03-30don't freak people out as much with the warning messageRoger Dingledine
2004-03-21Add a RunTesting option to try to learn link state by creating test circuits,...Nick Mathewson
2004-03-20warn and fail if server chose a nickname with illegal charactersRoger Dingledine
2004-03-15make it warn about internal IPs not only if we had to guess,tor-0.0.2pre27Roger Dingledine
2004-03-15only complain about private IPs if we had to guessRoger Dingledine
2004-03-15and another oneRoger Dingledine
2004-03-14bugfix: address that strcat vulnerability in circuit.cRoger Dingledine
2004-03-14prevent servers from publishing an internal IP as their addressRoger Dingledine
2004-03-10actually, if recommendedversions is required for dirservers,Roger Dingledine
2004-03-10give a useful error message to clients when the dirserver hasn'tRoger Dingledine
2004-03-04Store options->Address as IP, not hostnameRoger Dingledine
2004-03-02add --version, note that --help is probably obsoleteRoger Dingledine
2004-03-02make config_assign fail rather than warn for unrecognized config optionsRoger Dingledine
2004-02-28clearer warning messageRoger Dingledine
2004-02-28disallow changing from ORPort==0 to ORPort>0 on hupRoger Dingledine
2004-02-28clean up some log messages and severitiesRoger Dingledine
2004-02-28rename ExcludedNodes config option to ExcludeNodesRoger Dingledine
2004-02-26When it can't resolve any dirservers, it was useless from then on.Roger Dingledine
2004-02-26if the default torrc isn't there, just use some default defaultsRoger Dingledine
2004-02-18go back to a single exitpolicy parameterRoger Dingledine
2004-02-18allow imaps and pop3s in default exit policyRoger Dingledine
2004-02-18Get rid of the notion of a separate default default exit policy.Roger Dingledine
2004-01-10split the token bucket into 'rate' and 'burst' paramsRoger Dingledine
2003-12-17remove trailing whitespaceRoger Dingledine
2003-12-14add options.ExcludedNodes -- nodes that are never picked in path buildingRoger Dingledine
2003-12-14slightly different default default exit policy.Roger Dingledine
2003-12-13Make default exit policy reject 127.*:*Nick Mathewson
2003-12-13reasonably permissive exit policy if you don't set oneRoger Dingledine
2003-12-03prevent assert failure on -HUP when options->PidFile==NULLRoger Dingledine
2003-11-20simplify: options.OnionRouter==1 iff options.ORPort>0Roger Dingledine
2003-11-19default log level is now warnRoger Dingledine