Nick Mathewson
ed2a4304b8
Merge branch 'disable_signal_handlers_squashed'
2018-01-19 16:36:22 -05:00
Mike Perry
b698fa49af
Document that __OwningControllerFD cannot be changed at runtime.
2018-01-19 16:36:17 -05:00
Nick Mathewson
bc89d9de54
Document __DisableSignalHandlers for 24588.
2018-01-19 16:36:17 -05:00
Isis Lovecruft
6c1a2e1e96
control-spec: Clarify whether "=" will be present in a LongName.
...
This was changed in tor in commit d7a3e336ee5, to remove denoting with
an "=" or "~" whether the OR in question had the Named flag.
2017-12-15 22:17:59 +00:00
David Goulet
4f809e0362
control: Note tor version for ADD_ONION added options
...
The tor version of when it was added was not documented for those two
options of ADD_ONION:
MaxStreams=[0..65535]
Flag=MaxStreamsCloseCircuit
Part of #24201
Signed-off-by: David Goulet <dgoulet@torproject.org>
2017-12-01 10:00:22 -05:00
David Goulet
2fcb1c2e61
control: Document missing options to ADD_ONION
...
Adds the optional argument "MaxStreams=" and the flag value
"MaxStreamsCloseCircuit" that are implemented but not specified in the
control spec.
Closes #24201 .
Signed-off-by: David Goulet <dgoulet@torproject.org>
2017-11-14 10:03:37 -05:00
Nick Mathewson
f66d1826c0
Merge remote-tracking branch 'public/owning_control_fd'
2017-11-01 13:30:19 -04:00
Nick Mathewson
4c383824b8
Control-spec: document which signals have POSIX equivalents
2017-10-30 13:01:51 -04:00
Nick Mathewson
c912116e9b
Break up a paragraph into bullet points
...
Also, s/hexidecimal/hexadecimal/.
2017-10-24 08:31:08 -04:00
Nick Mathewson
cc55d0a729
Merge remote-tracking branch 'tomrittervg/control-spec-editorial-1'
2017-10-24 08:28:29 -04:00
Tom Ritter
9e9d61ba48
Add clarifications to the authenticaiton mechanisms
2017-10-20 13:44:11 -05:00
Tom Ritter
144f33690d
Explain the PROTOCOLINFO command
2017-10-20 13:44:05 -05:00
Tom Ritter
226a54418c
Remove next-circuit.
...
It is not documented anywhere else, nor implemented.
It is not clear if the TODO refers to the documentation of the feature, or the feature itself.
Just remove it and we can add it back if it's implemented.
2017-10-20 11:55:36 -05:00
Nick Mathewson
77dce45902
Document __OwningControllerFD
2017-10-18 13:30:00 -04:00
Nick Mathewson
1bf2c16fbd
Merge remote-tracking branch 'dgoulet/ticket19254_01'
2017-09-15 11:53:01 -04:00
Nick Mathewson
66cafba616
Merge branch 'feature23237_spec'
2017-09-08 08:10:39 -04:00
Nick Mathewson
6e887baac8
Note that AUTHDIR_NEWDESCS has been removed. #22377
2017-09-08 08:08:25 -04:00
Nick Mathewson
dc973f84d7
Document new GETINFO ip-to-country/ipv[46]-available options
...
Documents ticket 23237.
2017-08-25 12:26:42 -04:00
Nick Mathewson
675c470fe6
19537: Try to document and clarify GETINFO downloads/*
2017-08-23 10:10:15 -04:00
Nick Mathewson
d92fc8b17b
15333: Correct replies for GETINFO, SETCONF
...
SETCONF says 250 ok on success, like everything else.
GETINFO had some junk left around in it that was left over from good
old control-spec-v0.txt.
2017-08-23 09:36:33 -04:00
Nick Mathewson
3cc3b86299
14948: Document when GETINFO md/ and GETINFO ns/ exist
2017-08-23 09:30:13 -04:00
Roger Dingledine
205c60bcda
clarify what "contents of a cookie" are
2017-07-05 14:29:17 -04:00
Donncha O'Cearbhaill
00b9dafcf3
Add timestamps to the CIRC_BW and STREAM_BW events.
...
Resolves ticket 19254.
2017-07-05 11:22:29 -04:00
Damian Johnson
630116feba
Drop 'version added' clause from 'GETINFO sr/current'
...
This clause was added in...
https://gitweb.torproject.org/torspec.git/commit/?id=5c82d5e
Commit message and ticket make no mention of 'GETINFO sr/current' go I suspect
Daniel meant for this to concern his addition. However, if that's the case then
according to the ticket it should be 0.3.1.1-alpha.
Just gonna drop this clause since it's probably wrong.
2017-07-03 15:19:33 -07:00
Nick Mathewson
b38e7ef011
control-spec: Clarify that the 16MB buffer limit went away in 2007
...
Closes ticket 22742.
2017-06-29 10:39:44 -04:00
Nick Mathewson
3efcd9340b
Merge branch 'ticket22684_spec'
2017-06-29 10:17:10 -04:00
Nick Mathewson
378699c641
Specify the new {desc,md}/download-enabled GETINFO targets
...
Specifies ticket 22684.
2017-06-21 16:46:19 -04:00
Roger Dingledine
d09c357bda
add missing word
2017-06-20 15:35:50 -04:00
Nick Mathewson
ccd21c0bb7
Clarify NEWDESC description; close 16556
2017-06-20 15:32:00 -04:00
Nick Mathewson
c07abd047d
note that CLIENTS_SEEN is rounded; close 4688
2017-05-26 10:28:32 -04:00
Nick Mathewson
c815aad008
annotate %include stuff with version
2017-05-19 09:31:46 -04:00
Daniel Pinto
5c82d5e5e8
Adds GETCONF FORCE flag and getinfo config-can-saveconf #1922
2017-05-18 22:53:04 +01:00
David Goulet
1412d79159
control: Add to HS_DESC event the QUERY_NO_HSDIR reason
...
It is possible that a descriptor fetch fails because there are no suitable
HSDir that the client can pick. In this case, return the QUERY_NO_HSDIR
reason which makes HsDir to become "UNKNOWN" both in the HS_DESC and
HS_DESC_CONTENT event.
Signed-off-by: David Goulet <dgoulet@torproject.org>
2017-05-03 09:37:06 -04:00
Nick Mathewson
6446210bfc
control-spec: document GUARD_WAIT circuit status code
2017-01-30 10:32:32 -05:00
Roger Dingledine
54083d9f76
clean up sr/{current,previous} even more
2017-01-11 19:40:41 -05:00
Nick Mathewson
6602c67e7d
Try to clean up sr/{current,previous} a little
2017-01-11 14:37:48 -05:00
Nick Mathewson
76ad2dadc4
Merge remote-tracking branch 'dgoulet/ticket19925_01'
2017-01-11 14:36:44 -05:00
Nick Mathewson
2c52061ab3
Merge remote-tracking branch 'jryans/dependant-corrected'
2017-01-11 09:28:09 -05:00
Nick Mathewson
a129533e0c
Merge remote-tracking branch 'jryans/getinfo-program-name'
2017-01-11 09:27:19 -05:00
David Goulet
e7aaf1448a
control: Add shared random value to GETINFO
...
Signed-off-by: David Goulet <dgoulet@torproject.org>
2017-01-09 11:26:20 -05:00
David Goulet
f2756e0d34
control: Fix some indentation issues and a key value
...
Apart from the indentation, the "download/" key for the GETINFO command is
wrong, it's actually "downloads/" so fixing that.
Signed-off-by: David Goulet <dgoulet@torproject.org>
2017-01-09 10:09:58 -05:00
J. Ryan Stinnett
e2f2974d67
Use the correct spelling for "Dependent" in the control protocol.
...
Fixes #18146 .
2017-01-03 11:52:52 -06:00
J. Ryan Stinnett
c5ff1b1965
Clarify program name is optional in GETINFO version
...
Fixes #20014 .
2016-12-20 23:46:27 -06:00
teor
b8fe774cb5
Add a NonAnonymous flag to ADD_ONION in control-spec
...
Tor checks that the flag matches the onion service anonymity configured
using OnionServiceSingleHopMode and OnionServiceNonAnonymousMode.
Tor refuses to create unflagged onion service using ADD_ONION, if they
would be non-anonymous. The error is:
512 Tor is in non-anonymous onion mode
Similarly, if the NonAnonymous flag is present, and Tor has the default
anonymous onion config:
512 Tor is in anonymous onion mode
2016-09-13 10:43:29 -04:00
teor (Tim Wilson-Brown)
19df57848e
Update and clarify exit-policy/reject-private/relay for #18456
...
Add ExitPolicyRejectLocalInterfaces option.
Make it clear that the current option values determine the output.
2016-07-01 15:43:47 +10:00
Andrea Shepard
12d462f192
Specify download/ GETINFO queries for controller
2016-06-30 13:43:16 -04:00
Roger Dingledine
c15dada150
annotate getinfo dir-usage with when we removed the feature
...
see ticket 19035 for when we removed this feature.
2016-05-27 15:17:45 -04:00
Nick Mathewson
79ed432e5e
document when we added 15588
2016-05-16 08:02:25 -04:00
Nick Mathewson
4749bf55c4
Merge remote-tracking branch 'special/feature15588'
2016-05-09 14:45:46 -04:00
Nick Mathewson
4e6f2abdcf
Merge remote-tracking branch 'teor/bug18851'
2016-05-04 16:24:04 -04:00
teor (Tim Wilson-Brown)
56b3ef3d71
Clarify GETINFO status/reachability-succeeded/dir with no DirPort
...
It returns 1 when there's no need for a reachability check.
2016-04-20 14:26:08 +10:00
Yawning Angel
1632d6e310
Document the HIBERNATION_STATUS
SERVER_STATUS
sub-event.
2016-03-30 20:32:20 +00:00
Georg Koppen
03aaace9bd
Bug 16081: Document status code consistency in single reply
2015-12-16 08:59:47 -05:00
teor (Tim Wilson-Brown)
d92f97b146
Update control-spec for exit-policy/reject-private/*
2015-11-16 23:40:16 +11:00
Georg Koppen
7f10e7a9d6
Bug 17578: Fix typos in control-spec.txt
2015-11-10 09:12:44 -05:00
Donncha O'Cearbhaill
8401f6bc69
Clarify Replica field in HS_DESC event
...
Clarify the format of the HS_DESC Replica field and indicate that it is
is defined in rend-spec.txt. Resolves #17226 .
2015-10-06 15:15:41 +02:00
Damian Johnson
291b77f572
Trivial revision for HS_DESC
...
Just fixing some line wrap and case (keywords like 'SHOULD' are uppercase by
convention).
2015-10-03 11:08:57 -07:00
Donncha O'Cearbhaill
69de9ec98c
Fix line wrapping
2015-09-08 14:33:48 +02:00
Donncha O'Cearbhaill
4989e73722
Add REPLICA field to HS_DESC CREATED event
2015-09-08 12:24:59 +02:00
Donncha O'Cearbhaill
5be4713efe
Documents HS_DESC CREATED event.
2015-09-08 12:23:50 +02:00
Donncha O'Cearbhaill
99fe437487
Add control spec entry for GETINFO hs/service/desc/id/ command
2015-09-08 12:23:32 +02:00
John Brooks
c2865d9111
Add ClientAuth for the ADD_ONION control command
...
Part of #15588
2015-07-14 00:15:44 -04:00
Damian Johnson
acd48dd75e
Document 'GETINFO status/fresh-relay-descs'
...
Oops. Feature Sebastian kindly added a few months back. Looks like it didn't
make it into the spec.
https://trac.torproject.org/projects/tor/ticket/14784
2015-07-06 08:32:16 -07:00
Roger Dingledine
3878865046
a stem user got confused by md/*
...
now try to phrase it in a less confusing way.
2015-06-10 22:40:37 -04:00
Roger Dingledine
236767d172
fix some spelling errors / etc in control spec
2015-06-10 22:37:42 -04:00
Damian Johnson
e0e81d078a
Revise NETWORK_LIVENESS spec
...
Minor revisions for the new NETWORK_LIVENESS event...
* Include a note about the version when this is being added.
* No need to say new fields are allowed. This is said near the start of
section 4.1...
"Clients MUST tolerate events with arguments and keywords they do not
recognize"
* Rejigger the spec's style a tad to be more like other events.
2015-05-19 08:03:13 -07:00
Nick Mathewson
7ec5d394de
Clarify that we can expand NETWORK_LIVENESS in the future
2015-05-18 14:47:54 -04:00
Andrea Shepard
44aac630f6
Add NETWORK_LIVENESS event type and network-liveness GETINFO key
2015-05-18 14:45:56 -04:00
Damian Johnson
17f3fe0817
HS_DESC's HSAddress can be 'UNKNOWN'
...
Commit ba30c1d
accidently reverted dgoulet's change from aaf2434
to note that
HSFETCH can result in the address being 'UNKNOWN'.
2015-05-09 11:56:56 -07:00
Donncha O'Cearbhaill
ba30c1df4a
Add control spec entry for HSPOST, and update HS_DESC events. ( #3523 )
2015-05-07 14:15:38 +00:00
Yawning Angel
f5ff369120
Add #6411 changes to the spec.
2015-04-25 08:03:35 +00:00
Nick Mathewson
40dc315c80
Merge remote-tracking branch 'dgoulet/ticket14847_11'
2015-04-23 12:25:43 -04:00
Nick Mathewson
8f4e5fb66d
Merge branch 'ticket14845_03'
2015-04-23 09:29:53 -04:00
David Goulet
f5da006c42
Add hs/client/desc/id key to GETINFO command
...
Ref: #14845
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
2015-04-23 09:29:40 -04:00
David Goulet
aaf2434acf
Add HSFETCH command and HS_DESC_CONTENT to control-spec
...
This adds the HSFETCH command as well as the HS_DESC_CONTENT event to the
control specification.
The HS_DESC event is also changed a bit to fit the HSFETCH command case.
Ref.: #14847
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
2015-04-02 09:25:27 -04:00
Nick Mathewson
b941a70418
Add an atagar-suggested clarification
2015-03-09 13:07:55 -04:00
Nick Mathewson
b0ebde6878
describe host and hostaddr for bootstrap problems
2015-03-04 14:25:34 +01:00
Nick Mathewson
21be1dbeeb
Fix issues noted by atagar
2015-02-27 11:42:48 -05:00
Nick Mathewson
e414a520ea
Describe the HOST field of bootstrap messages, for 15006.
2015-02-27 11:29:54 -05:00
Damian Johnson
ed1a0dbfbb
Standardizing on the name 'server descriptor'
...
We use a few names for the main self-published descriptor documents...
https://trac.torproject.org/projects/tor/ticket/14987
Standardizing on the name 'server descriptor'. This change was made with a
few quick runs of sed...
% find ./* -type f -exec sed -i 's/router descriptor/server descriptor/' "{}" +;
% find ./* -type f -exec sed -i 's/Router descriptor/Server descriptor/' "{}" +;
% find ./* -type f -exec sed -i 's/Router Descriptor/Server Descriptor/' "{}" +;
... then reverting the attic changes, and scanning the rest to be sure it
doesn't include any functional impact.
2015-02-24 20:12:39 -08:00
Nick Mathewson
f079eb102a
Clarify that CString bug is output-only
2015-02-23 10:43:07 -05:00
Nick Mathewson
b9302fb0aa
Document stupidity of our broken QuotedStrings.
2015-02-23 10:18:51 -05:00
Nick Mathewson
a7290cc82d
Merge remote-tracking branch 'arthuredelstein/14555+'
2015-02-23 10:03:14 -05:00
cypherpunks
77e3a43149
Resolve FIXME.
...
The AUTHCHALLENGE command was added in commit
e111e371b4f44456182e7f237837a0f9466487cd.
2015-02-20 09:14:05 -05:00
Arthur Edelstein
01e7cb79bf
Bug #14555 : Clarify new CIRC attributes (SOCKS_USERNAME/PASSWORD)
2015-02-19 17:19:24 -08:00
Nick Mathewson
2c4c45d793
Add GETINFO consensus/* to spec
2015-02-12 14:47:19 -05:00
Sebastian Hahn
f7b696948e
Fix logic error in controlspec
2015-02-07 10:47:58 +01:00
Sebastian Hahn
15b39fb4a7
Clarify a note about desc/id/* availability
2015-02-07 10:35:19 +01:00
David Goulet
a7b9120ac6
Update control spec with entry-guards down state
...
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
2015-02-06 15:56:20 -05:00
Nick Mathewson
29759745fe
Add #8405 changes to control-spec
2015-01-28 12:06:49 -05:00
Nick Mathewson
3c44820f38
specify GETINFO bw-event-cache for 14128
2015-01-07 13:22:24 -05:00
Nick Mathewson
9098fab087
Actually, this patch is going into 0.2.6.2-alpha, not 0.2.6.1-alpha
2014-12-30 09:56:14 -05:00
teor
96f068af44
If the consensus doesn't contain exits, don't build exit paths
...
If the consensus doesn't contain exits, we only build internal paths.
This is enough to allow reachability tests (which can enable exits to
bootstrap), and hidden services.
If we subsequently receive a consensus with exits, start building exit paths.
Update dir-spec and path-spec to document this.
Update control-spec to document changes in controller bootstrap messages.
Based on changes made in tor to resolve bug #13814 .
2014-12-20 11:29:47 +11:00
Nick Mathewson
a35a97123e
Merge remote-tracking branch 'rl1987/feature9503'
2014-11-25 12:47:49 -05:00
rl1987
7908c8dc96
Writing down possible values of reason string for 13212.
2014-11-16 16:27:35 +02:00
rl1987
1d1c11f12a
Documenting HEARTBEAT controller signal.
2014-11-02 19:37:06 +02:00
Nick Mathewson
2ecd06fcfd
Fix bogus negation in control-spec; spotted by Frithjof.
2014-06-11 09:53:19 -04:00
Nick Mathewson
42b373af2e
document new exit-policy/* GETINFOs
2014-04-08 13:57:29 -04:00
Nick Mathewson
358e8ac978
Document new PT_MISSING reason for ending an OR_CONN
...
(See #9665 for more background.)
2014-04-07 22:23:30 -04:00
Nick Mathewson
398c01be40
mention ipv6 addresses in net/listeners/* doc
2014-03-12 12:27:59 -04:00
Damian Johnson
38de503d8f
Clarifying the output of tor's "GETINFO net/listeners/*" options
...
The control spec didn't fully describe the output of these GETINFO options.
This addresses...
https://trac.torproject.org/11049
2014-03-12 09:01:11 -07:00
Nick Mathewson
707ee6b0f6
Merge remote-tracking branch 'public/bug10449'
2014-02-25 16:11:46 -05:00
Roger Dingledine
10cfb4c63a
ticket 9934 says DROPGUARDS is going into 0.2.5.2-alpha
2014-02-11 17:18:59 -05:00
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