aboutsummaryrefslogtreecommitdiff
path: root/doc/control-spec.txt
Commit message (Expand)AuthorAge
* apply contrib/checkSpace.pl to our spec files too.•••svn:r5941 Roger Dingledine2006-02-09
* minor fix to control spec•••svn:r5904 Roger Dingledine2006-02-04
* from the controller you can getinfo entry-guards now, not entry-nodes.•••svn:r5780 Roger Dingledine2006-01-10
* spec getinfo desc/all-recent•••svn:r5769 Roger Dingledine2006-01-10
* update the control spec to deprecate getinfo helper-nodes•••svn:r5674 Roger Dingledine2005-12-28
* mention that getinfo helper-nodes can return status "never-connected".•••also, make explicit that there's a space between status and isotime. svn:r5648 Roger Dingledine2005-12-25
* separate address and port with a space in REDIRECTSTREAM command•••svn:r5633 Geoff Goodell2005-12-22
* clarify that tor will close unattached streams by itself after 2 minutes,•••no matter what the controller does. svn:r5501 Roger Dingledine2005-12-05
* Add a new controller event type that allows controllers to get all•••server descriptors that were uploaded to a router in its role as authoritative dirserver. svn:r5436 Peter Palfrader2005-11-19
* document how the error values for closestream and closecircuit work.•••also, let redirectstream take a port, in case we want to change that too. svn:r5420 Roger Dingledine2005-11-18
* what to do on a failed setconf was a bit unspecified•••svn:r5413 Roger Dingledine2005-11-17
* fix typo•••svn:r5341 Roger Dingledine2005-11-01
* More work towards a sane digest-based liveness testing.•••svn:r5238 Nick Mathewson2005-10-12
* document the new functionality that crept in:•••RESETCONF exitpolicy=foo is equivalent to SETCONF exitpolicy=foo unless foo is a linelist with a non-null default (we don't have any of those currently), in which it appends to the default rather than replacing. svn:r5047 Roger Dingledine2005-09-14
* correct a mistake i just added•••svn:r5039 Roger Dingledine2005-09-13
* update control spec to reflect our new SETCONF behavior•••svn:r5038 Roger Dingledine2005-09-13
* add a RESETCONF controller command, and make setconf with a null•••option actually mean to set it to "" svn:r4916 Roger Dingledine2005-09-08
* formatting/numbering patch from matt edman•••svn:r4881 Roger Dingledine2005-08-29
* fix some typos in the control spec•••svn:r4811 Roger Dingledine2005-08-22
* document the 'quit' controller command•••svn:r4776 Roger Dingledine2005-08-13
* Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls.•••svn:r4761 Nick Mathewson2005-08-10
* Implement some more GETINFO goodness: expose helper nodes, config options, ge...•••svn:r4694 Nick Mathewson2005-08-04
* it's called GETCONF, not GETCONFIG•••svn:r4591 Roger Dingledine2005-07-17
* Macro-fu to get DEBUG events working.•••svn:r4539 Nick Mathewson2005-07-13
* checkpoint minor control-spec cleanups•••svn:r4533 Nick Mathewson2005-07-12
* Note that authentication arguments are optional•••svn:r4498 Nick Mathewson2005-06-27
* Describe how to detect v0 or v1 protocol•••svn:r4478 Nick Mathewson2005-06-24
* note GETCONF default feature in spec•••svn:r4463 Nick Mathewson2005-06-19
* Implement all the rest of the new controller protocol, debug a little, add so...•••svn:r4460 Nick Mathewson2005-06-19
* Address points by arma and points not by arma in new control-spec.txt•••svn:r4451 Nick Mathewson2005-06-18
* some fixes and questions on the control spec•••svn:r4450 Roger Dingledine2005-06-18
* First (and fragmentary) draft of revised controller protocol.•••svn:r4446 Nick Mathewson2005-06-17
* Document s2k and cookie auth methods; resolve bug 153•••svn:r4307 Nick Mathewson2005-06-05
* Revise control spec and implementation to allow all log messages to be sent t...•••svn:r4010 Nick Mathewson2005-04-05
* Better messages when POSTDESCRIPTOR fails•••svn:r3989 Nick Mathewson2005-04-02
* fix typo•••svn:r3915 Roger Dingledine2005-03-29
* Rename option in control-spec.txt too.•••svn:r3896 Nick Mathewson2005-03-27
* change control spec so closestream doesn't get to specify whether•••tor should hold-open-until-flushed. tor should take care of that (it should always hold open until flushed), and the controller should never care _how_ tor does its things. svn:r3892 Roger Dingledine2005-03-27
* Clarify behavior of SETEVENTS: it is SET, not ADD.•••svn:r3871 Nick Mathewson2005-03-25
* note that you can't attachstream to a non-open circuit.•••svn:r3858 Roger Dingledine2005-03-24
* added short descriptions to circuit-related event codes•••svn:r3854 Geoff Goodell2005-03-24
* Document EXTENDCIRCUIT DONE message behavior.•••svn:r3853 Nick Mathewson2005-03-24
* Specify and implement close-stream and close-circuit control messages•••svn:r3814 Nick Mathewson2005-03-22
* update control-spec too•••svn:r3802 Roger Dingledine2005-03-22
* specify that a key-value configuration line consists of key-space-value.•••svn:r3794 Geoff Goodell2005-03-21
* Implement redirectstream in control interface.•••svn:r3785 Nick Mathewson2005-03-19
* Commit fixes for several pending tor core tasks: document all DOCDOCed functi...•••svn:r3769 Nick Mathewson2005-03-17
* <arma2> - closed=4, new connection=5, new resolve request=6)•••<arma2> + closed=4, new connection=5, new resolve request=6, <arma2> + stream detached from circuit, retriable=7) <arma2> nick: this comma is confusing. svn:r3761 Nick Mathewson2005-03-14
* Note a couple of changes in TC•••svn:r3760 Nick Mathewson2005-03-14
* Implement the common case of ATTACHSTREAM.•••svn:r3751 Nick Mathewson2005-03-12