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