aboutsummaryrefslogtreecommitdiff
path: root/control-spec.txt
AgeCommit message (Collapse)Author
2019-09-20Bug 19859: Add stream isolation fields to STREAM eventJeremyRand
2019-08-02control-spec: Document logs that are not included in the Log eventteor
Spec for 30901.
2019-06-03fixup! control-spec: Various improvements following mailing list feedback.George Kadianakis
2019-05-16Document GETINFO limits/max-mem-in-queuesNick Mathewson
2019-05-07control-spec: Various improvements following mailing list feedback.George Kadianakis
- Rename all commands to be less arbitrary - "Tells the server" -> "Tells the connected Tor" - Make TYPE an actual type thing. We only support one for now, but that's OK. Controllers and Tor can take shortcuts if needed. - Specify where credentials get stored. - Support viewing all the credentials. - Support the ADD command adding permanent credentials. - Change X25519Key to X25519PrivKey.
2019-05-07control-spec: Add error codes to the commands.George Kadianakis
2019-05-06control-spec: Specify add/remove/view client auth commands (client-side).George Kadianakis
2019-04-25Merge remote-tracking branch 'tor-github/pr/76'Nick Mathewson
2019-04-17Keep spacing in mindNeel Chauhan
2019-04-17Make GETINFO ns/purpose/bridge change more descriptive for #24490teor
Co-Authored-By: neelchauhan <neel@neelc.org>
2019-04-11Update documentation for ns/purpose/bridgeNeel Chauhan
2019-04-11Clarify about versions for QUERY_RATE_LIMITEDNeel Chauhan
2019-04-11Add HSFETCH controller response QUERY_RATE_LIMITEDNeel Chauhan
2019-02-25Merge remote-tracking branch 'tor-github/pr/50'Nick Mathewson
2019-02-24Merge remote-tracking branch 'tor-github/pr/52'Nick Mathewson
2019-02-17fix a bootstrapping string typoRoger Dingledine
introduced in commit 27267c5 fix corresponds to tor git commit 94f7e53d0
2019-01-24Add version 3 HSFETCH to control-spec.txtNeel Chauhan
2019-01-17Merge remote-tracking branch 'dgoulet/ticket28182_04'Nick Mathewson
2019-01-17fixup! control-spec: Use TRANSPORT in PT_STATUSDavid Goulet
2019-01-17control-spec: Use TRANSPORT in PT_STATUSDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2019-01-10Details for new 0.4.0.x bootstrap phasesTaylor Yu
Also add an overview of bootstrap reporting, and divide phases into three stages. Part of ticket 28928.
2019-01-09Merge remote-tracking branch 'tor-github/pr/49'Nick Mathewson
2019-01-09Merge remote-tracking branch 'atagar/dropownership'Nick Mathewson
2019-01-07control-spec: Add the PT_STATUS eventDavid Goulet
Once we add the STATUS message on the PT side, Tor will relay it to the control port through this event named PT_STATUS. This is to address #25502. Implemented in #28179. Closes #28182 Signed-off-by: David Goulet <dgoulet@torproject.org>
2019-01-07control-spec: Add the PT_LOG eventDavid Goulet
Once we add the LOG message on the PT side, Tor will relay it to the control port through this event named PT_LOG. This is to address #25502. Implemented in #28179. Closes #28182 Signed-off-by: David Goulet <dgoulet@torproject.org>
2019-01-03Stop mentioning 'GETINFO status/version/num-{concurring,versioning}'rl1987
2018-12-24In ADD_ONION section mention that default HiddenServiceVersion has changedrl1987
2018-12-21WIP Update bootstrap phases for 0.4.0.xTaylor Yu
With the changes of ticket 27167, we need to describe the new set of bootstrap phases. XXX still needs more detailed descriptions of some things.
2018-12-14Add DROPOWNERSHIP commandDamian Johnson
New command added courtesy of Nick (thanks Nick!). https://trac.torproject.org/projects/tor/ticket/28843
2018-11-19Describe SIGNAL ACTIVE and SIGNAL DORMANT.Nick Mathewson
2018-10-24Specify the ED25519-V3 private key format, and explain why it is so.Taylor R Campbell
2018-09-06Note when uptime was added.Nick Mathewson
2018-09-06Merge remote-tracking branch 'ageis/control-getinfo-uptime'Nick Mathewson
2018-08-22fix a grammar issue in control specRoger Dingledine
2018-08-05Simplify explanation of GETINFO exit-policy/*rl1987
Do not mention "non-transient internal error" as it is extremely unlikely to happen.
2018-07-24Document all of GETINFO net/listeners/*rl1987
2018-07-20Document new GETINFO targets for 26647.Nick Mathewson
2018-07-16control: Add new 'uptime' message to GETINFOKevin Gallagher
2018-06-17add back in the version where md/all startedRoger Dingledine
accidentally removed in commit dc4e88d4ca
2018-06-17We now know what version will have md/all.Nick Mathewson
2018-06-17Merge remote-tracking branch 'rl1987/getinfo_md_all'Nick Mathewson
2018-06-08Add a sentence about newlines at the end of MDsrl1987
2018-05-26Document GETINFO md/allrl1987
2018-05-16fixup! Attempt to clarify new CIRC_BW fieldsMike Perry
Also mention that the READ and WRITE fields do not include circuit headers, and the delivered and overhead fields do not include relay cell headers.
2018-05-16fixup! Attempt to clarify new CIRC_BW fieldsMike Perry
Correct a couple statements in the clarification, and attempt to clarify further.
2018-05-15Attempt to clarify new CIRC_BW fieldsDamian Johnson
I didn't really follow the last description so trying one of my own... https://trac.torproject.org/projects/tor/ticket/26110 Note that this description likely is *not* accurate. I didn't dig through tor's source to puzzle out what these fields are. Rather, this is a more grokable description of what I *think* the fields are. On the above ticket the Network team and I will work together on a description that's both easily understood and accurate.
2018-05-14Merge remote-tracking branch 'mikeperry/bug25903_v3'Nick Mathewson
2018-05-05Document error handling for #25852rl1987
2018-04-26Document new CIRC_BW fields.Mike Perry
2018-04-20Fix spelling errors in control-spec.txtTaylor Yu