Nick Mathewson
|
129e754ae4
Warn when exit policy implicitly allows local addresses.
|
21 年之前 |
Roger Dingledine
|
4e369bc9e8
allow bandwidthburst to be smaller, but whine if it's small.
|
21 年之前 |
Roger Dingledine
|
d2400a5afd
Introduce a notion of 'internal' circs, which are chosen without regard
|
21 年之前 |
Nick Mathewson
|
a38bccdca7
Move call to event_init() immediately after start_daemon(); move start_daemon earlier. This should fix using libevent with RunAsDaemon.
|
21 年之前 |
Roger Dingledine
|
0aff4ff4cb
get rid of 0.0.8 backwards compatibility
|
21 年之前 |
Nick Mathewson
|
324b192f68
Make Tor use Niels Provos's libevent instead of it's current
|
21 年之前 |
Roger Dingledine
|
9b578f2fe2
add more chat and interactive protocols to LongLivedPorts
|
21 年之前 |
Roger Dingledine
|
84c81e0783
Annotate circuits w/ whether they aim to contain high uptime nodes and/or
|
21 年之前 |
Roger Dingledine
|
cd1f50d2f0
new config option DirAllowPrivateAddresses for authdirservers.
|
21 年之前 |
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 年之前 |
Nick Mathewson
|
e99f79fa4d
Remove broken and undocumented wart where multiple CSV config lines are appended rather than replaced. Resolves bug #49
|
21 年之前 |
Roger Dingledine
|
e6c1ab2daf
post 0.0.9.x, demand that servers declare at least 20000 bytes/s
|
21 年之前 |
Nick Mathewson
|
4d30e2f4b8
Make sequence of log messages when starting on win32 with no config file more reasonable.
|
21 年之前 |
Roger Dingledine
|
d7a0f1a629
update print_usage to use new url
|
21 年之前 |
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 年之前 |
Roger Dingledine
|
e29d7329b3
...but only if you're a server
|
21 年之前 |
Roger Dingledine
|
95f3e6161b
require BandwidthRate to be at least 10kB/s
|
21 年之前 |
Roger Dingledine
|
53105cdae5
when you're loading the rendezvous service keys in options_act(),
|
21 年之前 |
Nick Mathewson
|
bbc10c2ea1
Make split(..., NULL) split on horizontal space; fix bug with tabs in config file.
|
21 年之前 |
Nick Mathewson
|
1e71b83890
Fix a bug in parsing HashedControlPassword.
|
21 年之前 |
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 年之前 |
Roger Dingledine
|
41b809d2aa
salvage another 300 bytes per hup
|
21 年之前 |
Roger Dingledine
|
8f01b643c3
ORPort must be defined if ORBindAddress is defined.
|
21 年之前 |
Roger Dingledine
|
2ff38fdf83
when recommending new-format log lines, if the upper bound is LOG_ERR,
|
21 年之前 |
Nick Mathewson
|
fc87758ff3
Add function to check that addr_policy_t is okay; change struct addr_policy_t to addr_policy_t.
|
21 年之前 |
Roger Dingledine
|
f79a7d8d62
while hibernating, hup should not regrow our listeners.
|
21 年之前 |
Roger Dingledine
|
82f3ebf195
move StatusFetchPeriod to 15 minutes so it's within bounds by default
|
21 年之前 |
Nick Mathewson
|
b457cfb5eb
Spell-check strings and comments
|
21 年之前 |
Roger Dingledine
|
bde1d5bfb2
do even less inside our signal handler,
|
21 年之前 |
Roger Dingledine
|
19ada3f7fa
write down our "how to have two defaults for dirfetchperiod"
|
21 年之前 |