diff options
author | Roger Dingledine <arma@torproject.org> | 2009-09-17 01:58:39 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-09-17 01:58:39 -0400 |
commit | b02b11c4b4dda362eb692e6b278f2855edd1e658 (patch) | |
tree | 9e99c1800d31a1c6bb213475af2a370c53d6b5b7 /doc | |
parent | ee89061ef29dfd6df7057eadbad4a491548f622c (diff) | |
download | tor-b02b11c4b4dda362eb692e6b278f2855edd1e658.tar.gz tor-b02b11c4b4dda362eb692e6b278f2855edd1e658.zip |
a mish-mash of stuff in my sandbox
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKING | 5 | ||||
-rw-r--r-- | doc/spec/control-spec.txt | 17 |
2 files changed, 18 insertions, 4 deletions
diff --git a/doc/HACKING b/doc/HACKING index 3d3f2c1dfc..210f09f4ba 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -3,10 +3,7 @@ 0.0 The buildbot. - http://tor-buildbot.freehaven.net:8010/ - - - Down because nickm isn't running services at home any more. ioerror says - he will resurrect it. + https://buildbot.vidalia-project.net/one_line_per_build 0.1. Useful command-lines that are non-trivial to reproduce but can help with tracking bugs or leaks. diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index 1a463afc60..f968fa851f 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -1496,6 +1496,23 @@ should just look at ACCEPTED_SERVER_DESCRIPTOR and should ignore this event for now.} + SERVER_DESCRIPTOR_STATUS + "STATUS=" "LISTED" / "UNLISTED" + We just got a new networkstatus consensus, and whether we're in + it or not in it has changed. Specifically, status is "listed" + if we're listed in it but previous to this point we didn't know + we were listed in a consensus; and status is "unlisted" if we + thought we should have been listed in it (e.g. we were listed in + the last one), but we're not. + + {Moving from listed to unlisted is not necessarily cause for + alarm. The relay might have failed a few reachability tests, + or the Internet might have had some routing problems. So this + feature is mainly to let relay operators know when their relay + has successfully been listed in the consensus.} + + [Not implemented yet. We should do this in 0.2.2.x. -RD] + NAMESERVER_STATUS "NS=addr" "STATUS=" "UP" / "DOWN" |