Nick Mathewson
|
99f7955372
Use the real default exit policy, not reject *:*
|
21 years ago |
Nick Mathewson
|
01eacbca9e
Make RecommendedVersions a CONFIG_TYPE_LINELIST option, and have it tolerate whitespace a little better.
|
21 years ago |
Nick Mathewson
|
7fa5d224d4
Implement "families" of coadministered nodes; prevent them all from appearing on the same circuit.
|
21 years ago |
Roger Dingledine
|
56e151eb41
advertise moria2's dirport as 18.244.0.114:80
|
21 years ago |
Roger Dingledine
|
aebc3a03ba
more int to size_t conversions, fixing one or more amd64 bugs
|
21 years ago |
Nick Mathewson
|
8b325c142e
Patch from "J Doe": Use SHGetSpecialFolderLocation instead of
|
21 years ago |
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 |