aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
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
2003-11-19make pidfile default to null rather than writing to your cwdRoger Dingledine
2003-11-17finally find and possibly fix the circuit_deliver_relay_cell warn bugRoger Dingledine
2003-11-13bump default pathlen to 3; clean up surrounding codeRoger Dingledine
2003-11-13let getconfig survive repeated calls. now we call it again when we hup.Roger Dingledine
2003-11-12lay groundwork for EntryNodes and ExitNodesRoger Dingledine
2003-11-10client now survives going offline betterRoger Dingledine
2003-10-25add DirBindAddress, parse the BindAddress's when you bindRoger Dingledine
2003-10-22make end relay cells have payloadsRoger Dingledine
2003-10-22added User and Group options -- if you set them, tor will try toSteven Hazel
2003-10-21move closer to being able to reload config on HUPRoger Dingledine
2003-10-20a skeletal print_usage() functionRoger Dingledine
2003-10-15clean up logging, allow user to specify log filesRoger Dingledine
2003-10-15- cause configure to create a tor.sh which will have directories setSteven Hazel
2003-10-10change WARNING to WARNRoger Dingledine
2003-10-08add in basic support for pidfilesRoger Dingledine
2003-10-080.0.2pre11, new licenseRoger Dingledine
2003-10-08Update LICENSE and copyright dates.Nick Mathewson