This file is indexed.

/usr/share/doc/echolot/TODO is in echolot 2.1.9-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Legend:
        - Not done
        * Top priority
        . Partially done
        o Done
        D Deferred
        X Abandoned

 - updated information with from lines
 - don't send that many messages with From Headers
 - 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

can be done later:
 - allow capsstring overrides/additions
 - check gnupg version number on startup
 - chain preload and postload
 D have a way to always have certain keys in the keyring
   (manually add nym's keyrings)
   This is not necessary if we add real nymserv pinging
 D rotate secret
 D parse bounces and mark pings as dead immediatly
 D separate keys in remailer-key reply if they share the same armor (cmeclex is
   the only one doing this. AARG)
 D query other stat pages for new remailers
 D ping nymservers
 D ping mail2news gates
 D ping remailer -> usenet, summarize from lines
 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)