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