summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2006-03-27Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine
2006-03-26also send syntax and parse errors back to the controller.Roger Dingledine
2006-03-26When the controller's *setconf commands fail, collect an error messageRoger Dingledine
2006-03-25Say private address instead of internal address.Peter Palfrader
2006-03-22parameterize two more timeout constants in circuit-land.Roger Dingledine
2006-03-22freeing is not the same as setting to nullRoger Dingledine
2006-03-21new config option SocksTimeout: How long do we let a socks connectionRoger Dingledine
2006-03-21when upgrading to newer versions, throw away entry guardsRoger Dingledine
2006-03-21put lefkada on port 80, officially.Roger Dingledine
2006-03-21add lefkada as a fourth auth dir server.Roger Dingledine
2006-03-19Implement Jason Holt's SafeSocks config option.Roger Dingledine
2006-03-19Finish the transition from the word 'verified' to the wordsRoger Dingledine
2006-03-18make it so there is one place to edit for new dirservers, not two.Roger Dingledine
2006-03-17Actually, only v1 auth dir servers need to define recommendedversions.Roger Dingledine
2006-03-17when we're an auth dir server but don't claim to be a versioningRoger Dingledine
2006-03-17right now we don't support entryguards on auth dirservers,Roger Dingledine
2006-03-17Comments: cleanups and additions.Nick Mathewson
2006-03-14I wonder what an internal internet protocol isPeter Palfrader
2006-03-14When we try to be a server and Address is not explicitly setPeter Palfrader
2006-03-13Fix minor semantic error with no real effect:Peter Palfrader
2006-03-12More cleanups noticed by weasel; also, remove macros that nobody uses.Nick Mathewson
2006-03-12Cleanup on time-relaqted constants. New conventions:Nick Mathewson
2006-03-12make tor --verify-config closer to workingRoger Dingledine
2006-03-11fix bug reported by gozu: if we get a linelist or linelist_sRoger Dingledine
2006-03-05Add some functions to escape values from the network before sending them to t...Nick Mathewson
2006-03-05Allow private:* in routerdescs; not generated yet (because older Tors do not ...Nick Mathewson
2006-02-20make the NoPublish option obsolete.Roger Dingledine
2006-02-20the other half of fixing bug 257. catch an error in more places.Roger Dingledine
2006-02-19try to address bug 257: if rename() fails during saveconf, tellRoger Dingledine
2006-02-19New config options to address bug 251:Roger Dingledine
2006-02-19clean up the Reachable*Addresses changesRoger Dingledine
2006-02-18this is why you're not supposed to cut-and-paste codeRoger Dingledine
2006-02-18Make it compile with VC7. It does not yet link.Peter Palfrader
2006-02-13Warn if ReachableAddresses is set when also ReachableDirAddresses and Reachab...Peter Palfrader
2006-02-13Split ReachableAddresses into ReachableDirAddresses and ReachableORAddressesPeter Palfrader
2006-02-13more log conversions.Roger Dingledine
2006-02-13resolve too-long-linesRoger Dingledine
2006-02-13Style on config_addr_policy_intersectes, which looks ok to me.Nick Mathewson
2006-02-13Let the users set ControlListenAddress in the torrc.Roger Dingledine
2006-02-13Compress exit policies even more. please reviewPeter Palfrader
2006-02-12Generate 18.0.0.0/8 address policy format in descs when we can; warn when the...Nick Mathewson
2006-02-12Drop redundant exit policy entries, not just identical ones.Nick Mathewson
2006-02-12Retain unrecognized options in state file, so that we can be forward-compatible.Nick Mathewson
2006-02-12more helpful log message when running servers on obsolete windows.Roger Dingledine
2006-02-12bump up the period for forcing a hidden service descriptor uploadRoger Dingledine
2006-02-12compress exit policies even more -- look for duplicate linesRoger Dingledine
2006-02-11bugfix in config_cmp_addr_policies() -- we were treating a pairRoger Dingledine
2006-02-11Keep running if we ask for an impossible stdout log; just warn.Nick Mathewson
2006-02-11Warn if running obsolete windows as a server.Nick Mathewson
2006-02-09Happy new year!Roger Dingledine