Nick Mathewson
|
541add90a1
Track routers by hash of identity key; use hex hash of identity key in place of nickname; accept (and use) hash of identity key in EXTEND cells.
|
20 years ago |
Roger Dingledine
|
f42f04c859
cleanups on 008pre1 items
|
20 years ago |
Nick Mathewson
|
29818d5b6b
Use arguments to routerlist_update_from_runningrouters correctly
|
20 years ago |
Nick Mathewson
|
b1e9adf056
Always use get_data_directory() instead of options.DataDirectory; fix a memory leak in router.c
|
20 years ago |
Nick Mathewson
|
653aaeef08
Always log version when starting tor.
|
20 years ago |
Roger Dingledine
|
899bd4f471
stop leaking options->ContactInfo on hup
|
20 years ago |
Roger Dingledine
|
0f69fd9954
add an example ContactInfo line to torrc.sample
|
20 years ago |
Roger Dingledine
|
1ef32c8245
put tor-doc.html under revision control
|
20 years ago |
Peter Palfrader
|
82a7855359
Ask people to be a little more verbose in the mails they send to tor-ops
|
20 years ago |
Nick Mathewson
|
76f769deb9
Remaining 008pre1 items done; deferred where more design is needed.
|
20 years ago |
Roger Dingledine
|
e9b882554e
add a changelog entry for 0.0.2pre13, since we have it
|
20 years ago |
Roger Dingledine
|
ce5b9d8d2b
include the default exit policy in the man page
|
20 years ago |
Nick Mathewson
|
f7976c1e9b
Terminate comment
|
20 years ago |
Nick Mathewson
|
8aec3a7301
Implement several 008pre1 items: needs more testing
|
20 years ago |
Roger Dingledine
|
207fcb35d1
tweaks and bugfix on resolve/resolved code
|
20 years ago |
Roger Dingledine
|
22c5ddb588
minor bugfix in socks explanation
|
20 years ago |
Nick Mathewson
|
3708886939
Implement RESOLVE/RESOLVED cells and socks resolve code
|
20 years ago |
Nick Mathewson
|
dfaa5ce70f
Add simple python tool to use Tor for DNS lookups
|
20 years ago |
Nick Mathewson
|
620b4308ff
document socks extensions and dns lookup code
|
20 years ago |
Roger Dingledine
|
bcc1e8bb6b
bump cvs version to 0.0.8pre1-cvs
|
20 years ago |
Roger Dingledine
|
5908f8f88c
mark one todo item off, add two new ones
|
20 years ago |
Roger Dingledine
|
ba5d48e852
router->is_trusted_dir implies router->dir_port>0
|
20 years ago |
Roger Dingledine
|
c9ebd47633
organize the 0.0.8 roadmap a bit more
|
20 years ago |
Roger Dingledine
|
80cee93f84
include <inttypes.h> if we have it
|
20 years ago |
Peter Palfrader
|
5dbc0fd220
Logrotate var/log/tor/*log instead of just var/log/tor/log
|
20 years ago |
Roger Dingledine
|
fbfc1d513b
clean 0.0.7 items from todo list, add distributed/decentralized-tor items
|
20 years ago |
Roger Dingledine
|
43295ca61f
if datadirectory isn't owned by this uid, tell the user he must
|
20 years ago |
Roger Dingledine
|
73d3f3efa5
what is this "command line" that we can allegedly write to?
|
20 years ago |
Nick Mathewson
|
a788981399
Implement code to run tor as an NT service. More testing is needed, as is code to install the service.
|
20 years ago |
Nick Mathewson
|
125b351970
Break tor_main into startup/loop/shutdown portions, to make NT service refactoring possible.
|
20 years ago |