Commit History

Author SHA1 Message Date
  Nick Mathewson 0d5a847f12 Remove need for dirservers file: now, we note trusted dirservers in configuration options, and only need to remember addr:port and key digest for each one. 21 years ago
  Nick Mathewson 508970f85d fix typo 21 years ago
  Nick Mathewson df3098367c Make directories get generated properly again; debug key lookup. Also, it is hard to find entries in a table when you never put them there. 21 years ago
  Roger Dingledine 0b4d3c4df7 parse HttpProxy address in config 21 years ago
  Nick Mathewson e8748b3fa0 Add default directory servers 21 years ago
  Nick Mathewson 0068415b80 Add an implementation of trusted_dir_server logic to switch towards simply remembering an addr/port/keyid for each trusted dir server 21 years ago
  Roger Dingledine 136d4e5739 prefer tor_free to free 21 years ago
  Roger Dingledine 57d7857def don't mind empty exit policy entries 21 years ago
  Roger Dingledine 02e3e3327c discourage people from setting their dirfetchpostperiod more often 21 years ago
  Roger Dingledine 959199340a don't pick administrative-friends when picking your path 21 years ago
  Roger Dingledine a475ccf5b8 we should exit(1) if $HOME doesn't exist and we needed it 21 years ago
  Nick Mathewson c66e4c4870 Flush more changes from sandbox 21 years ago
  Nick Mathewson ecf414f05e Stop using separate defaults for no-config-file and empty-config-file 21 years ago
  Nick Mathewson bda41ba3fd Use new split function and strcmpstart correctly 21 years ago
  Roger Dingledine d91cacb839 agree with nick: this legal-chars-in-filename stuff gets us nothing 21 years ago
  Nick Mathewson 015232bd39 As far as I can tell, CONFIG_LEGAL_FILENAME_CHARACTERS is both pointless and broken. #if it out, pending agreement from arma. This fixes a bug on win32 that rejected paths with a : in them. 21 years ago
  Nick Mathewson ae46b6b077 Fix some DOCDOCs 21 years ago
  Roger Dingledine cf6159abb9 fix a seg fault on hup when FascistFirewall is defined 21 years ago
  Nick Mathewson 555f8f30f4 Avoid segfault when freeing options_t without firewall_ports 21 years ago
  Nick Mathewson 86980cf6e2 Functions to test nickname validity 21 years ago
  Nick Mathewson fffb4dbb8b fix unix build: CONFDIR, not CONF_DIR 21 years ago
  Nick Mathewson 8626c7724e Clean windows whitespace 21 years ago
  Nick Mathewson 17ce7d499f On windows, default datadir is APPDATA/tor, and default config file is APPDATA/tor/torrc. (APPDATA is usually somedrive:/Documents and Settings/.../Application Data/) 21 years ago
  Nick Mathewson 7cb93e5bb6 Move string-splitting into a separate function 21 years ago
  Roger Dingledine 4c47e07a11 make csv parsing notice the last letter of each entry too 21 years ago
  Roger Dingledine 0131d94a6c bugfix: make receiving csv lines not seg fault 21 years ago
  Roger Dingledine 6cf09a5dc0 people with no torrc allow unverified middle/rendezvous nodes by default 21 years ago
  Nick Mathewson 4e026f5b1d Fix crash when looking for ~/.torrc with no $HOME set 21 years ago
  Roger Dingledine ee23b7a470 use unverified routers in the desired positions 21 years ago
  Nick Mathewson 74621132a9 Implement AllowUnverifiedNodes 21 years ago