Roger Dingledine
|
c7839a17f5
when we're an auth dir server but don't claim to be a versioning
|
18 years ago |
Roger Dingledine
|
51fc6799ad
right now we don't support entryguards on auth dirservers,
|
18 years ago |
Roger Dingledine
|
817556315a
Implement router purposes, and don't choose a non-general
|
18 years ago |
Roger Dingledine
|
3d8af628e6
specify SETROUTERPURPOSE and modify +POSTDESCRIPTOR
|
18 years ago |
Roger Dingledine
|
7d141c6776
but i made the line too long
|
18 years ago |
Roger Dingledine
|
f1bcc2d6f8
stop tricking server operators into thinking they got their
|
18 years ago |
Nick Mathewson
|
053411e827
Comments: cleanups and additions.
|
18 years ago |
Nick Mathewson
|
0f0e14c6e3
normalize whitespace.
|
18 years ago |
Nick Mathewson
|
215e377224
Only warn about lack of name binding for self if we have tried downloading every networkstatus.
|
18 years ago |
Roger Dingledine
|
9a5df4cef5
resume being printist: if the hostname contains non-printable
|
18 years ago |
Roger Dingledine
|
0e62befab8
add tor_strisprint() back in, this time with comments.
|
18 years ago |
Roger Dingledine
|
8d1f65a222
quiet another entry guard log message
|
18 years ago |
Roger Dingledine
|
4cd4353847
and remove now-extraneous function
|
18 years ago |
Roger Dingledine
|
e8fd871d8b
Stop being printist: just because our local platform doesn't
|
18 years ago |
Nick Mathewson
|
13cf54b9c1
Interim fix for 272: Only warn that we are not named if we have status docs from some naming authorities.
|
18 years ago |
Nick Mathewson
|
fb7b5545ce
Implement GETINFO(dir/server/foo); status will be harder.
|
18 years ago |
Nick Mathewson
|
d0f24b1e46
(Missing header change) Do not warn about unknown servers in our family when they are given as hex digests.
|
18 years ago |
Nick Mathewson
|
3c0a5f6365
Do not warn about unknown servers in our family when they are given as hex digests.
|
18 years ago |
Roger Dingledine
|
903183ea28
if we as a directory mirror don't know of any v1 directory
|
18 years ago |
Peter Palfrader
|
a4ec555228
change INET_NTOA_BUF_LEN+1 to INET_NTOA_BUF_LEN
|
18 years ago |
Roger Dingledine
|
de5fac0ed1
remove extraneous (i hope) include from the openssl detection
|
18 years ago |
Peter Palfrader
|
866f6293ff
I wonder what an internal internet protocol is
|
18 years ago |
Peter Palfrader
|
86a964d868
When we try to be a server and Address is not explicitly set
|
18 years ago |
Peter Palfrader
|
2ef8f772a1
Fix an off-by-one buffer size in dirserv.c that magically never hit our
|
18 years ago |
Roger Dingledine
|
499eeced44
when event_add or event_del fail, tell us why.
|
18 years ago |
Peter Palfrader
|
ebfb3fea6d
Fix minor semantic error with no real effect:
|
18 years ago |
Roger Dingledine
|
c61ce09649
fix some punctuation and tabs
|
18 years ago |
Nick Mathewson
|
0bc19dddf5
Use INLINE (which we define) instead of __inline (which is nonstandard) in ht.h. Resolves bug 270; maybe sun C will work now.
|
18 years ago |
Nick Mathewson
|
f8d4758a26
fix a flipped boolean. I had mistakenly assumed my OSX latptop was my friend
|
18 years ago |
Nick Mathewson
|
331438b8ab
Add a missing include in ssl version test.
|
18 years ago |