From f90ccf5648309152e5d10b941cd3eb6cb0dce21a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 2 Mar 2005 22:29:58 +0000 Subject: Implement new controller events for changed descriptors and new (not-yet-attached) streams. svn:r3731 --- doc/TODO | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/TODO b/doc/TODO index b07340d940..2395fe348a 100644 --- a/doc/TODO +++ b/doc/TODO @@ -66,11 +66,16 @@ N . Implement pending controller features. o Way to handle overlong messages o Specify fragmented format o Implement fragmented format - - Event for "new descriptors" + o Event for "new descriptors" o Better stream IDs + o Stream status changed: "new" state. - EXTENDCIRCUIT - - ATTACHSTREAM - - Stream status changed: "new" state. + - ATTACHSTREAM + - Make streams have an 'unattached and unattachable' state. + - Add support to put new streams into this state rather than try to + attach them automatically. ("Hidden" config option.) + - Time out never-attached streams. + - Implement 'attach stream X to circuit Y' logic. - Tests for new controller features R . HTTPS proxy for OR CONNECT stuff. (For outgoing SSL connections to other ORs.) -- cgit v1.2.3-54-g00ecf