summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2004-04-26 14:50:18 +0000
committerPeter Palfrader <peter@palfrader.org>2004-04-26 14:50:18 +0000
commita610dc43cdd756478f65f0c4889eb3dea3706153 (patch)
tree8ea26272930d090e9322160a42ee28e65bcfa069 /TODO
parentd1308fa6352866f1664dba895fd3298f8eb8eebf (diff)
There's a TRACE loglevel now, which is even more noisy than DEBUG. and update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 1 insertions, 7 deletions
diff --git a/TODO b/TODO
index 1e41aa6..2670a14 100644
--- a/TODO
+++ b/TODO
@@ -8,15 +8,8 @@ Legend:
D Deferred
X Abandoned
- - remove the verbose debug output in readwrite_gpg.
- (maybe a trace loglevel)
-
- updated information with from lines
- don't send that many messages with From Headers
- - supress mixmaster output:
- Warning: The message has a From: line.
- Chain: rebleep
- - have a timeout on GPG calls
- optionally log messages wich raise problems
- close and open files instead of keeping all the files open
- make 'not a remailer' check not that strict
@@ -39,3 +32,4 @@ can be done later:
X have different stats philosophies (pessimist, optimist..)
X get rid of dependency on mix
X get rid of dependency on gnupg
+ X have a timeout on GPG calls (nonblocking IO should solve the problem)