From d2d934cc10b089336de57ab3dde97e0c173a9fc2 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 19 Jun 2005 22:39:14 +0000 Subject: [PATCH] update TODO svn:r4462 --- doc/TODO | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/TODO b/doc/TODO index cdd6400f79..f47d055291 100644 --- a/doc/TODO +++ b/doc/TODO @@ -66,7 +66,12 @@ N . Controller improvements immediately, since tor will exit right after. o Implement - Test, debug - - Switch example controllers to use new protocol + . Switch example controllers to use new protocol + . Python + o Implement main controller interface + - Glue code + - Testing + - Java - switch accountingmax to count total in+out, not either in or out. it's easy to move in this direction (not risky), but hard to back, out if we decide we prefer it the way it already is. hm.