diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-03-11 04:30:14 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-03-11 04:30:14 +0000 |
commit | 8b24e01599f2838ace5a0995acf575711f067f1c (patch) | |
tree | 4886c6bf3c5435160d2bf4cc617857846bfa542d /doc | |
parent | d6507fb510dc40205523448c03fb8c6fca3ed8db (diff) | |
download | tor-8b24e01599f2838ace5a0995acf575711f067f1c.tar.gz tor-8b24e01599f2838ace5a0995acf575711f067f1c.zip |
r18723@catbus: nickm | 2008-03-11 00:25:30 -0400
Fix bug spotted by mwenge: a server_event should not be a sever_event. Also, fix compile errors in config.c and control.c with --enable-gcc-warnings.
svn:r13957
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/control-spec.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index 0ab794d6ec..6c0379b50a 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -1160,6 +1160,10 @@ $Id$ controllers. These recommendations are suggestions only; no controller is required to implement them. + Compatibility node: versions of Tor before 0.2.0.22-rc incorrectly + generated "STATUS_SERVER" as "STATUS_SEVER". To be compatible with those + versions, tools should accept both. + Actions for STATUS_GENERAL events can be as follows: CLOCK_JUMPED |