diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-23 05:24:57 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-23 05:24:57 +0000 |
commit | 4401c47f638a60da7836130140fbdbd33c9ea176 (patch) | |
tree | ae4a256b7b24b7a544761547acc8522e9c56623a /doc/TODO | |
parent | fba9a2adc81ae2446730f013d3433adf381648b7 (diff) | |
download | tor-4401c47f638a60da7836130140fbdbd33c9ea176.tar tor-4401c47f638a60da7836130140fbdbd33c9ea176.tar.gz |
r9347@Kushana: nickm | 2006-10-23 01:24:48 -0400
Implement status event backend logic.
svn:r8799
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -44,10 +44,10 @@ Items for 0.1.2.x: reintroduce Lasse's attacks from the Oakland paper. - enumerate events of important things that occur in tor, so vidalia can react. -N - Backend implementation + o Backend implementation R - Actually list all the events (notice and warn log messages are a good place to look.) Divide messages into categories, perhaps. -N - Specify general event system +R - Specify general event system R - Specify actual events. N . Have (and document) a BEGIN_DIR relay cell that means "Connect to your @@ -220,7 +220,7 @@ Topics to think about during 0.1.2.x development: - Design next-version protocol for connections For blocking-resistance scheme: - X allow ordinary-looking ssl for dir connections. need a new dirport + o allow ordinary-looking ssl for dir connections. need a new dirport for this, or can we handle both ssl and non-ssl, or should we entirely switch to ssl in certain cases? d - need to figure out how to fetch status of a few servers from the BDA |