Roger Dingledine
|
0aff4ff4cb
get rid of 0.0.8 backwards compatibility
|
21 years ago |
Nick Mathewson
|
324b192f68
Make Tor use Niels Provos's libevent instead of it's current
|
21 years ago |
Roger Dingledine
|
9b578f2fe2
add more chat and interactive protocols to LongLivedPorts
|
21 years ago |
Roger Dingledine
|
84c81e0783
Annotate circuits w/ whether they aim to contain high uptime nodes and/or
|
21 years ago |
Roger Dingledine
|
cd1f50d2f0
new config option DirAllowPrivateAddresses for authdirservers.
|
21 years ago |
Nick Mathewson
|
b4fedc7f14
Stop reversing and re-reversing config lines: keep them in order all the time. Removes needless confusion and fixes bug #50.
|
21 years ago |
Nick Mathewson
|
e99f79fa4d
Remove broken and undocumented wart where multiple CSV config lines are appended rather than replaced. Resolves bug #49
|
21 years ago |
Roger Dingledine
|
e6c1ab2daf
post 0.0.9.x, demand that servers declare at least 20000 bytes/s
|
21 years ago |
Nick Mathewson
|
4d30e2f4b8
Make sequence of log messages when starting on win32 with no config file more reasonable.
|
21 years ago |
Roger Dingledine
|
d7a0f1a629
update print_usage to use new url
|
21 years ago |
Nick Mathewson
|
fca7ba9777
Resolve task 42: find where 19-char nicknames were getting truncated when read from certs, and fix it. Also audit use of MAX_NICKNAME_LEN; no other badness found, but some docs/code cleaned up a touch.
|
21 years ago |
Roger Dingledine
|
e29d7329b3
...but only if you're a server
|
21 years ago |
Roger Dingledine
|
95f3e6161b
require BandwidthRate to be at least 10kB/s
|
21 years ago |
Roger Dingledine
|
53105cdae5
when you're loading the rendezvous service keys in options_act(),
|
21 years ago |
Nick Mathewson
|
bbc10c2ea1
Make split(..., NULL) split on horizontal space; fix bug with tabs in config file.
|
21 years ago |
Nick Mathewson
|
1e71b83890
Fix a bug in parsing HashedControlPassword.
|
21 years ago |
Nick Mathewson
|
fe6eb34a10
Solaris CC freaks out if isspace and friends get anything other than an int. We learned that, so we casted. But it is also a bad idea to cast a signed char to an int and expect things to work on win32. Now we cast to unsigned char, then to int, then pass to isspace. Ug
|
21 years ago |
Roger Dingledine
|
41b809d2aa
salvage another 300 bytes per hup
|
21 years ago |
Roger Dingledine
|
8f01b643c3
ORPort must be defined if ORBindAddress is defined.
|
21 years ago |
Roger Dingledine
|
2ff38fdf83
when recommending new-format log lines, if the upper bound is LOG_ERR,
|
21 years ago |
Nick Mathewson
|
fc87758ff3
Add function to check that addr_policy_t is okay; change struct addr_policy_t to addr_policy_t.
|
21 years ago |
Roger Dingledine
|
f79a7d8d62
while hibernating, hup should not regrow our listeners.
|
21 years ago |
Roger Dingledine
|
82f3ebf195
move StatusFetchPeriod to 15 minutes so it's within bounds by default
|
21 years ago |
Nick Mathewson
|
b457cfb5eb
Spell-check strings and comments
|
21 years ago |
Roger Dingledine
|
bde1d5bfb2
do even less inside our signal handler,
|
21 years ago |
Roger Dingledine
|
19ada3f7fa
write down our "how to have two defaults for dirfetchperiod"
|
21 years ago |
Nick Mathewson
|
bec7a1c6e8
use shorter minimum key lifetime until 008 is dead
|
21 years ago |
Nick Mathewson
|
f19e9b8577
doxygen uses backslashes, not forward-slashes
|
21 years ago |
Nick Mathewson
|
e764d00e15
If anybody set DirFetchPostPeriod, give them StatuFetchPeriod instead. Impose minima and maxima for all *Period options; impose even tighter maxima for fetching if we are a caching dirserver. Clip rather than rejecting. arma: are these good?
|
21 years ago |
Nick Mathewson
|
7fbd297532
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
21 years ago |