update
[oweals/gnunet.git] / TODO
1 0.9.0pre3:
2 * NAT/UPNP: [Milan / Ayush / MW]
3   - [#1609] code clean up
4   - testing
5   - integration with transport service:
6     + test TCP
7     + implement UDP, HTTP/HTTPS 
8 * Transport:
9   - UDP fragmentation
10 * DHT: [Nate]
11   - track paths content travels (PUT, reply-to-get) in messages,
12     pass to client (client API & protocol already support this!)
13 * FS: [CG]
14   - implement multi-peer FS performance tests
15     + insert
16     + download
17     + search
18   - implement anonymity level > 1
19   - exclude content that will "soon" expire from migration
20   - make migration data rate & datastore IO-rate configurable
21   - exclude certain peers as targets (based on hash values) in each
22     iteration => same peer can only be picked every n-th iteration
23     for the same content => fewer duplicate sending!
24 * GNUNET-GTK: [CG]
25   - figure out where in the GUI we should show active upload operations and allow aborts
26   - handle events:
27     + search error
28     + publish error
29 * Determine RC bugs and fix those (release should have no known real bugs)
30
31 0.9.0:
32 * new webpage:
33   - update books (especially for developers)
34   - make a NICE download page 
35   - create "contact" page
36 * big code review
37 * Determine RC bugs and fix those  (release should have no known real bugs)
38
39 0.9.1:
40 * TRANSPORT: [MW]
41   - WiFi transport backend [DB]
42   - Implement method of learning our external addresses from
43     other peers; need some kind of threshold-based
44     scheme, limiting both the total number of addresses that we accept 
45     this way as well as requiring multiple confirmations; also, we
46     should possibly try to confirm that the given address works for
47     us ourselves (loopback-style) before adding it to the list
48     + we may be able to simplify WELCOME messages (no need to add 
49       addresses there anymore, but may help to learn them there anyway...).
50     + we probably want some kind of voting/counting for learning IP addresses
51       (maybe including IP addresses in ads proportional to how often others
52        report them? we at least need some protection against >64k HELLOs!),
53     + provide a way to give the user a list of "learned" IP addresses and
54       a way to easily "veto" addresses off the list!
55       => If MiM attacker uses vetoed address, blacklist the specific IP for
56          the presumed neighbour!
57   - need to periodically probe latency/transport cost changes & possibly switch transport
58 * DV: [Nate?]
59   - proper bandwidth allocation
60   - performance tests
61 * PEERINFO:     
62   - merge multiple HELLOs of the same peer in the transmission queue
63     (theoretically reduces overhead; bounds message queue size)
64   - merge multiple iteration requests over "all" peers in the queue
65     (theoretically reduces overhead; bounds messgae queue size)
66 * STATISTICS:
67   - should use BIO instead of mmap
68 * FS: [CG]
69   - Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009)
70   - use different queue prioritization for probe-downloads vs. normal downloads
71   - re-implement gnunet-auto-share
72 * UTIL: [CG]
73   - allow limiting UNIX socket access by UID/GID
74 * GNUNET-GTK: [CG]
75   - add tool bar
76   - do meaningful update to status line (starting up, peer running, #connections, shutdown, ...)
77   - add progress dialog for 'add_dir_at_iter' scan (can take a while...)
78   - NS list in search dialog should use colors to offset our own namespaces from the others
79   - right-clicking on NS list in search dialog should open menu that allows 
80     * viewing full meta data 
81     * deletion of namespace info
82   - implement unindex operation (use dialog with all indexed files for selection)
83   - finish publish dialog details:
84     + normalize keywords (edit subdialog)
85   - implement download by URI dialog; figure out where to display those downloads!
86 * ARM: [CG/Safey]
87   - better tracking of which config changes actually need to cause process restarts by ARM.
88   - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?)
89   - discover dependencies between services
90 * MONKEY: [Safey]
91   - better crash management (attach debugging support, capture and analyze
92     debug output, detect random vs. deterministic crashes)
93   - '-m EMAIL' option for alternative e-mail TO
94   - '-f FILENAME' option to write  report to file instead of e-mail (for testing!)
95
96 0.9.2:
97 * PEERINFO: [NN]
98   - expire 'ancient' HELLOs (those without valid addresses AND that 
99     we have not 'used' (for their public keys) in a while; need a way
100     to track actual 'use')
101   - make sue we also trigger notifications whenever HELLOs expire
102 * TCP:
103   - repeatedly resolve hostname and look up interfaces to determine our own IP
104   - [./transport/plugin_transport_tcp.c:391]: (style) struct or union member 'Plugin::address_update_task' is never used (related to issue above)
105 * TRANSPORT:
106   - [./transport/gnunet-service-transport.c:173]: (style) struct or union member 'TransportPlugin::rebuild' is never used (related to TCP not refreshing external addresses?)
107   - WiFi transport backend
108     * nice signal strength adjustment [MW]
109     * energy cost in ATS [MW]
110 * BLOCKS:
111   - testcase would be nice
112   - generic block support for DHT
113 * STATISTICS:
114   - test notification-based statistics API
115   - implement statistics GUI (=> start from gnunet-gtk by button!)
116 * PEERINFO: [NN]
117   - move peerinfo to new GUI (=> start from gnunet-gtk by button!)
118   - extend peer dialog with green-yellow-red connectivity status lights
119   - extend peer dialog with country flags and names
120
121 0.9.3:
122 * SMTP transport backend:
123   - sending (SMTP/SMTPS)
124   - receiving (IMAP/IMAPS/POP?)
125   - rate limiting
126   - improved batching
127   - resource limit integration with ATS
128 * VPN [PT]
129   - TCP entry/exit
130   - internal services
131   - integration with DHT routing
132   - optimized routes (beyond DHT/DV)
133   - "DNS" .gnunet