summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-08-27 06:49:51 +0000
committerRoger Dingledine <arma@torproject.org>2006-08-27 06:49:51 +0000
commit82ad7e6dfc3682fd6937fefa7c866a9224b20db9 (patch)
treeffa0965b9031591d93575f070526d05b262cc590
parent7b3d048086c42e32884c37304e573bd08a7eb849 (diff)
downloadtor-82ad7e6dfc3682fd6937fefa7c866a9224b20db9.tar.gz
tor-82ad7e6dfc3682fd6937fefa7c866a9224b20db9.zip
a usability improvement i just thought of
svn:r8238
-rw-r--r--doc/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 13549574ad..fefa733667 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -203,6 +203,10 @@ Topics to think about during 0.1.2.x development:
- Figure out hidden services.
Minor items for 0.1.2.x as time permits.
+ - If we try to publish as a nickname that's already claimed, should
+ we append a number (or increment the number) and try again? This
+ way people who read their logs can fix it as before, but people
+ who don't read their logs will still offer Tor servers.
- Tor should bind its ports before dropping privs, so users don't
have to do the ipchains dance.
o Make --verify-config return a useful error code.