aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
* update the built-in dirservers defaultRoger Dingledine2004-04-29
* use tor_assertRoger Dingledine2004-04-25
* Merge flagday into main branch.Nick Mathewson2004-04-24
* alice can now look up bob's service descriptor,Roger Dingledine2004-04-05
* Make preferred/excluded intro points configurableNick Mathewson2004-04-02
* alice chooses her rendezvous node from all running routersRoger Dingledine2004-04-01
* Add code to configure hidden services, parse configuration, generate keys and...Nick Mathewson2004-03-31
* use 'notice' loglevel for things the operator should hearRoger Dingledine2004-03-30
* don't freak people out as much with the warning messageRoger Dingledine2004-03-30
* Add a RunTesting option to try to learn link state by creating test circuits,...Nick Mathewson2004-03-21
* warn and fail if server chose a nickname with illegal charactersRoger Dingledine2004-03-20
* make it warn about internal IPs not only if we had to guess,Roger Dingledine2004-03-15
* only complain about private IPs if we had to guessRoger Dingledine2004-03-15
* and another oneRoger Dingledine2004-03-15
* bugfix: address that strcat vulnerability in circuit.cRoger Dingledine2004-03-14
* prevent servers from publishing an internal IP as their addressRoger Dingledine2004-03-14
* actually, if recommendedversions is required for dirservers,Roger Dingledine2004-03-10
* give a useful error message to clients when the dirserver hasn'tRoger Dingledine2004-03-10
* Store options->Address as IP, not hostnameRoger Dingledine2004-03-04
* add --version, note that --help is probably obsoleteRoger Dingledine2004-03-02
* make config_assign fail rather than warn for unrecognized config optionsRoger Dingledine2004-03-02
* clearer warning messageRoger Dingledine2004-02-28
* disallow changing from ORPort==0 to ORPort>0 on hupRoger Dingledine2004-02-28
* clean up some log messages and severitiesRoger Dingledine2004-02-28
* rename ExcludedNodes config option to ExcludeNodesRoger Dingledine2004-02-28
* When it can't resolve any dirservers, it was useless from then on.Roger Dingledine2004-02-26
* if the default torrc isn't there, just use some default defaultsRoger Dingledine2004-02-26
* go back to a single exitpolicy parameterRoger Dingledine2004-02-18
* allow imaps and pop3s in default exit policyRoger Dingledine2004-02-18
* Get rid of the notion of a separate default default exit policy.Roger Dingledine2004-02-18
* split the token bucket into 'rate' and 'burst' paramsRoger Dingledine2004-01-10
* remove trailing whitespaceRoger Dingledine2003-12-17
* add options.ExcludedNodes -- nodes that are never picked in path buildingRoger Dingledine2003-12-14
* slightly different default default exit policy.Roger Dingledine2003-12-14
* Make default exit policy reject 127.*:*Nick Mathewson2003-12-13
* reasonably permissive exit policy if you don't set oneRoger Dingledine2003-12-13
* prevent assert failure on -HUP when options->PidFile==NULLRoger Dingledine2003-12-03
* simplify: options.OnionRouter==1 iff options.ORPort>0Roger Dingledine2003-11-20
* default log level is now warnRoger Dingledine2003-11-19
* make pidfile default to null rather than writing to your cwdRoger Dingledine2003-11-19
* finally find and possibly fix the circuit_deliver_relay_cell warn bugRoger Dingledine2003-11-17
* bump default pathlen to 3; clean up surrounding codeRoger Dingledine2003-11-13
* let getconfig survive repeated calls. now we call it again when we hup.Roger Dingledine2003-11-13
* lay groundwork for EntryNodes and ExitNodesRoger Dingledine2003-11-12
* client now survives going offline betterRoger Dingledine2003-11-10
* add DirBindAddress, parse the BindAddress's when you bindRoger Dingledine2003-10-25
* make end relay cells have payloadsRoger Dingledine2003-10-22
* added User and Group options -- if you set them, tor will try toSteven Hazel2003-10-22
* move closer to being able to reload config on HUPRoger Dingledine2003-10-21
* a skeletal print_usage() functionRoger Dingledine2003-10-20