summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-06-19 22:39:14 +0000
committerNick Mathewson <nickm@torproject.org>2005-06-19 22:39:14 +0000
commitd2d934cc10b089336de57ab3dde97e0c173a9fc2 (patch)
treeedb06250cfc3ae42d90c7d627cb844c4e486b090
parenteb327e7660917957a4b17a92a7c70b70c00b67c5 (diff)
downloadtor-d2d934cc10b089336de57ab3dde97e0c173a9fc2.tar.gz
tor-d2d934cc10b089336de57ab3dde97e0c173a9fc2.zip
update TODO
svn:r4462
-rw-r--r--doc/TODO7
1 files changed, 6 insertions, 1 deletions
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.