Commit Graph

330 Commits

Author SHA1 Message Date
Nick Mathewson
faac8a4129 Describe revised TAKEOWNERSHIP shutdown behavior 2014-02-03 12:56:50 -05:00
Qingping Hou
a67ac4db6b add hidden service descriptor asynchronous events 2014-01-29 23:13:09 -05:00
Nick Mathewson
df4bee06a9 Merge remote-tracking branches 'atagar/10086' and 'atagar/10085' 2013-11-04 13:33:32 -05:00
Damian Johnson
c77a39e565 Describing CONN_BW's ConnType
Our new CONN_BW events' ConnType enumeration is poorly defined...

  https://trac.torproject.org/10086

This is just a guess on my part for what it's supposed to be. I have *not*
trudged through the tor code to puzzle out how it actually allocates this
enumeration.
2013-11-03 10:44:33 -08:00
Damian Johnson
4b674a721d Don't enumerate event types in section 3.4
When adding an event type we expect spec authors to edit both section 3.4 and
4.1.x. This is error prone...

  https://trac.torproject.org/10085

Dropping the redundant listing of event types and simply citing 4.1.x.
2013-11-03 10:06:53 -08:00
Karsten Loesing
6f2919a2ed Merge implemented proposal 218 into control-spec.txt. 2013-10-31 09:15:17 +01:00
Nick Mathewson
7c6c7fc632 Rename DUMP->DROP, add a warning 2013-10-25 12:45:02 -04:00
r.a@posteo.net
59048c3120 add DUMPGUARDS command 2013-10-25 12:15:58 -04:00
George Kadianakis
c33d300eba Small clarification on the TRANSPORT_LAUNCHED control event.
Spec confusion pointed out by atagar in #9588.
2013-08-26 16:35:09 +03:00
Nick Mathewson
7936065770 Merge remote-tracking branch 'asn/bug7317' 2013-08-25 11:34:14 -04:00
Damian Johnson
d2b7ebb098 Noting that GETINFO ns/* options provide v3 directory information
Tor moved from v2 to v3 directory information in commit 3ad6dc0e. Prior to that
Tor's 'GETINFO ns/*' options provided v2 information, but since then it's been
v3. For more information see...

https://trac.torproject.org/7953

Technically this is a tor bug, but it happens to be a convenient one so simply
updating our spec. In practice controller authors haven't noticed this
discrepancy because v3 router status entries are a superset of the fields in
v2.
2013-06-20 07:52:00 -07:00
Nick Mathewson
fc9eef8d89 Merge remote-tracking branch 'desoxy/bug-8596' 2013-04-18 11:22:23 -04:00
Roger Dingledine
7286576de0 Document 555 return code from ATTACHSTREAM
Fix for bug 8701.

(Commit message by nickm)
2013-04-16 13:24:44 -04:00
Desoxy
ed7730dc1a control-spec: CACHED keyword for ADDRMAP events is quoted (#8596)
The CACHED keyword is always quoted, I simply forgot to add it to the
specification. Caught and patched by atagar, thanks!
2013-04-13 07:06:39 +02:00
Desoxy
25b0d43a9e contol-spec: Add "CACHED" keyword to ADDRMAP events (#8596) 2013-04-03 19:22:51 +02:00
Nick Mathewson
4528b69b89 Clarify GUARD event format: fix bug 7619. 2013-03-14 16:12:31 -04:00
Nick Mathewson
459b3c93b2 Clarify GETINFO response formatting for #6172 2013-03-11 14:15:01 -04:00
Nick Mathewson
b00456b35d Document MEASURE_TIMEOUT; bug 7626. 2013-03-11 14:07:14 -04:00
Damian Johnson
74b96e9dc1 Replacing CircID with CircuitID
CircuitID is defined in section 2.4, but 'CircID' isn't. Using that general
definition in proposal 218 and also fixing a couple spots in the control-spec.
2013-02-11 08:13:36 -08:00
Nick Mathewson
3ad9d19e03 Document a corner-case of the STREAM event format
Fix for 7598
2013-02-07 16:46:03 -05:00
Nick Mathewson
17c62eafac Clarify when router descriptors are still downloaded 2013-01-31 11:14:30 -05:00
Karsten Loesing
39fd75952d Further clarify GETINFO dir/server/* for recent Tors.
Resolves #8116.
2013-01-31 17:08:51 +01:00
Nick Mathewson
102418a56b Say when config-defaults-file was added in control-spec.txt
Fixes bug 7684.
2012-12-10 00:59:22 -05:00
Nick Mathewson
36d7d05041 Remove UPLOAD_DESC stream purpose entirely; add ref to DIR_UPLOAD
Looking through a complete log of control.c, I see no sign that
UPLOAD_DESC ever actually existed.
2012-11-23 15:03:33 -05:00
Nick Mathewson
b9b3c6f225 Add a couple more missing GETINFO items 2012-11-23 12:08:55 -05:00
Nick Mathewson
9716716527 Clarify QuotedString and what needs to get escaped in it 2012-11-23 11:56:09 -05:00
Nick Mathewson
a1331ca69d Document AUTHDIR_NEWDESCS better 2012-11-23 11:45:11 -05:00
Nick Mathewson
93574d1bca Oops; add another thing that triggers ADDRMAP 2012-11-23 11:40:04 -05:00
Nick Mathewson
12ce6bf77d Improve documentation for ADDRMAP controller events
based on a patch from atagar and comments by rransom.

Fixes 7515.
2012-11-23 11:38:44 -05:00
Nick Mathewson
4745fc3dba Make the forward-compatibility sec of control-spec more bulletproof 2012-11-23 11:27:46 -05:00
Nick Mathewson
901659e213 Note that UTCExpiry is omitted when Expiry is Never
This corrects the format of addrmap events.

Fix for 6829
2012-11-23 11:24:09 -05:00
Nick Mathewson
036e256491 Try to document Reason and Status for ORCONN events
Should fix ticket 7513
2012-11-23 11:18:48 -05:00
Nick Mathewson
e23a24a5c4 Document stream purposes. Fixes 7508. 2012-11-23 11:04:25 -05:00
Nick Mathewson
f811e9eb07 Add a reminder to control-spec that server descs aren't default now
Clients now download microdescriptors, not full server descriptors, by
default. desc/* was tripping people up.
2012-11-23 10:39:07 -05:00
Nick Mathewson
de62160552 Document MEASUREMENT_EXPIRED 2012-11-23 10:36:24 -05:00
Nick Mathewson
a14d7f33d4 Add some missing GETINFO info/names options
Fixes the items listed in 3844.
2012-11-23 10:28:13 -05:00
Nick Mathewson
d581e631e7 We mean UTC, not GMT. Fix bug 6113. 2012-11-23 09:57:09 -05:00
Karsten Loesing
c795510852 Fix two typos in control-spec.txt. 2012-11-08 19:18:26 -05:00
George Kadianakis
48f6dd0d9e Add TRANSPORT_LAUNCHED control port event. 2012-11-04 16:33:35 +02:00
Linus Nordberg
43fb11f580 Add "IPVersions" to CLIENTS_SEEN. 2012-10-21 00:13:15 +02:00
Nick Mathewson
9b1ca30bc5 control-spec: refer to a correct nonterminal in the "grammar"
Reported by Richard Clayton via Steven Murdoch.
2012-10-01 11:24:18 -04:00
Ravi Chandra Padmala
777ddbfce7 Fix misleading SETCIRCUITPURPOSE format 2012-08-23 14:02:48 -04:00
Nick Mathewson
de32af6f31 Say when config/defaults first appears 2012-06-28 15:17:45 -04:00
Nick Mathewson
d716b885bb Merge remote-tracking branch 'meejah/4971' 2012-06-28 15:17:22 -04:00
Roger Dingledine
8ad517f238 ORBindAddress is so 2005 (aka Tor 0.1.1.9-alpha) 2012-06-23 15:30:33 -04:00
Roger Dingledine
22959c4230 neena got (reasonably) confused by context-sensitive config options 2012-06-23 03:46:32 -04:00
Nick Mathewson
d7fe6a2f6e Document "GETINFO dormant". 2012-05-30 16:47:35 -04:00
meejah
a9bddcfc61 description for new GETINFO config/defaults 2012-04-06 21:35:47 -06:00
Nick Mathewson
714b0d391e We will remove COOKIE, but can't promise 0.2.4.1-alpha
Once COOKIE authentication is gone, we should edit again to say
"Tor 0.2.4.xyz" rather than "a future version of Tor."
2012-03-26 14:15:10 -04:00
Robert Ransom
4f92a35242 Document cookie-based authentication protocols in the right place 2012-02-20 09:09:48 -08:00