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