aboutsummaryrefslogtreecommitdiff
path: root/control-spec.txt
AgeCommit message (Collapse)Author
2019-01-09Merge remote-tracking branch 'tor-github/pr/49'Nick Mathewson
2019-01-09Merge remote-tracking branch 'atagar/dropownership'Nick Mathewson
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
2018-04-20Note release introduced for current-time/*Taylor Yu
2018-04-20Add current-time/{local,utc} to GETINFONeel Chauhan
2018-03-03specify when OwningControllerFD option went inRoger Dingledine
2018-02-27control: HSPOST for v3 was never a thingDavid Goulet
Mistake introduced with the merge of prop#284, HSPOST does not support v3. Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-02-19control: HSFETCH does not support v3 yetDavid Goulet
The HSFETCH command was not implemented for v3 with prop284 work because of some engineering complexity and lack of use case. See ticket #20699 for the rationale. Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-01-31control: Merge prop284 into control-spec.txtDavid Goulet
The proposal 284 is now effectively Closed. Closes #24847 Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-01-19Make the opening paragraph of "config options for controllers" rightNick Mathewson
It said that they can be set by SETCONF; but some are not changeable once Tor starts. Mike Perry spotted this.
2018-01-19Merge branch 'disable_signal_handlers_squashed'Nick Mathewson
2018-01-19Document that __OwningControllerFD cannot be changed at runtime.Mike Perry
2018-01-19Document __DisableSignalHandlers for 24588.Nick Mathewson
2017-12-15control-spec: Clarify whether "=" will be present in a LongName.Isis Lovecruft
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-01control: Note tor version for ADD_ONION added optionsDavid Goulet
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-11-14control: Document missing options to ADD_ONIONDavid Goulet
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-01Merge remote-tracking branch 'public/owning_control_fd'Nick Mathewson
2017-10-30Control-spec: document which signals have POSIX equivalentsNick Mathewson
2017-10-24Break up a paragraph into bullet pointsNick Mathewson
Also, s/hexidecimal/hexadecimal/.
2017-10-24Merge remote-tracking branch 'tomrittervg/control-spec-editorial-1'Nick Mathewson
2017-10-20Add clarifications to the authenticaiton mechanismsTom Ritter
2017-10-20Explain the PROTOCOLINFO commandTom Ritter
2017-10-20Remove next-circuit.Tom Ritter
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-18Document __OwningControllerFDNick Mathewson
2017-09-15Merge remote-tracking branch 'dgoulet/ticket19254_01'Nick Mathewson
2017-09-08Merge branch 'feature23237_spec'Nick Mathewson