summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-02-24 20:37:24 +0000
committerRoger Dingledine <arma@torproject.org>2007-02-24 20:37:24 +0000
commitbf1b4df2b60da13aac9317f5758b76ef70de7c68 (patch)
treefe7f34dc90abe3a3ab72177ae963cb251332c30a
parentaf57074f08162f5fa9d61bcce1ef42b30e7e8e55 (diff)
downloadtor-bf1b4df2b60da13aac9317f5758b76ef70de7c68.tar.gz
tor-bf1b4df2b60da13aac9317f5758b76ef70de7c68.zip
a few more todo items for later
svn:r9646
-rw-r--r--doc/TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index ac7990a84d..125db5d4c5 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -135,6 +135,7 @@ Things we'd like to do in 0.2.0.x:
Deferred from 0.1.2.x:
+ - 'networkstatus arrived' event
- Improve autoconf process to handle multiple SSL installations better.
X <nickm> "Let's try to find a way to make it run and make the version
match, but if not, let's just make it run."
@@ -411,11 +412,21 @@ R - add d64 and fp64 along-side d and fp so people can paste status
of edge_stream_t.
Future version:
+ - More consistent error checking in router_parse_entry_from_string().
+ I can say "banana" as my bandwidthcapacity, and it won't even squeak.
- Include the output of svn info/svk info output into the binary, so
it's trivial to see what version a binary was built from.
- Add a doxygen style checker to make check-spaces so nick doesn't drift
too far from arma's undocumented styleguide. Also, document that
styleguide in HACKING. (See r9634 for example.)
+ - exactly one space at beginning and at end of comments, except i
+ guess when there's line-length pressure.
+ - if we refer to a function name, put a () after it.
+ - only write <b>foo</b> when foo is an argument to this function.
+ - doxygen comments must always end in some form of punctuation.
+ - capitalize the first sentence in the doxygen comment, except
+ when you shouldn't.
+ - avoid spelling errors and incorrect comments. ;)
- Should TrackHostExits expire TrackHostExitsExpire seconds after their
*last* use, not their *first* use?
- Configuration format really wants sections.