aboutsummaryrefslogtreecommitdiff
path: root/doc/control-spec.txt
Commit message (Collapse)AuthorAge
...
* Clarify some confusion about what GETINFO(addr-mappings) should return.Nick Mathewson2005-03-02
| | | | svn:r3727
* Specify and implement fragmented control messages to allow for (among other ↵Nick Mathewson2005-03-02
| | | | | | things) long GETINFO replies. Otherwise we could hit the 64K barrier on questions like "please dump your client-side DNS cache." svn:r3726
* make slightly clearer that mapaddress arguments are stringsRoger Dingledine2005-02-23
| | | | svn:r3668
* Tweak control-spec: add a GETINFO/INFOVALUE type pair to handle ↵Nick Mathewson2005-02-18
| | | | | | non-configuration stuff and to avoid proliferating more GETFOO/FOOVALUE pairs. Remove spurious 0x from signal codes. Simplify address-mapping format. Clarify what an identity looks like. svn:r3635
* integrating changes related to building circuits, assigning streams, and ↵Geoff Goodell2005-02-16
| | | | | | exchanging descriptors (discussed on return trip from airport) svn:r3630
* As another exception, the controller can getconf the "version" string,Roger Dingledine2005-02-09
| | | | | | | | and Tor will return a string describing its version number. Setconf on "version" will not work. svn:r3591
* fix some problems in control-specRoger Dingledine2005-01-13
| | | | svn:r3351
* Add proposal to control spec for a simple way to bind IP addresses to ↵Nick Mathewson2005-01-06
| | | | | | hostnames. Example: "Please make all requests for 10.200.0.1 go to foobarbaz.onion". This feature would be needed for any attempt to write a torified DNS proxy. Needs more thought and more comments. svn:r3313
* remove misleading (and potentially dangerous) statement that clientsRoger Dingledine2004-12-17
| | | | | | | are rate-limited more than servers svn:r3170
* specify the control-spec's 'signal' commandRoger Dingledine2004-12-17
| | | | svn:r3169
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
| | | | svn:r2989
* control event logs include loglevel noticeRoger Dingledine2004-11-09
| | | | svn:r2746
* Fix up error codesNick Mathewson2004-11-07
| | | | svn:r2706
* clean up control spec, man pageRoger Dingledine2004-11-07
| | | | svn:r2703
* Adjust GETCONFIG/SETCONFIG specification in control-specNick Mathewson2004-11-04
| | | | svn:r2677
* Update control-spec.txt; some minor changes; more thoughts on authenticationNick Mathewson2004-11-03
| | | | svn:r2665
* Start implementing control interface.Nick Mathewson2004-11-03
| | | | svn:r2652
* fix a typo (spotted by weasel)Nick Mathewson2004-09-08
| | | | svn:r2332
* Add spec for UI control protocolNick Mathewson2004-08-09
svn:r2203