fixing API and clean up issues in testing
[oweals/gnunet.git] / TODO
1 0.9.0pre3:
2 * connections fail if transport-plugin/nat produces 
3   some addresses that don't work (enable 'use_localaddr' with bindto for example,
4   so that some of the 'local' IPs do not work due to the bindto);  the result
5   seems to be that the plugin tries some of the broken addresses, fails and the
6   transport-level connection never comes up.
7   [still an issue?]
8 * transport:
9   - explicit CONNECT: add timestamp
10   - explicit DISCONNECT: add signature
11 * clean buildbots
12
13 0.9.0pre4:
14 * GNUNET-GTK: [CG]
15   - figure out where in the GUI we should show active upload operations and allow aborts
16   - handle events:
17     + search error
18     + publish error
19 * NAT:
20   - support HOSTNAME given for external-IP address (dyndns!)
21 * FS [CG]
22   - implement multi-peer FS performance tests + gauger them!
23     + insert
24     + download
25     + search
26
27 0.9.0:
28 * new webpage:
29   - write chapter on DHT/block [Nate] 
30   - make a NICE download page 
31 * big code review
32 * Determine RC bugs and fix those  (release should have no known real bugs)
33
34 0.9.1:
35 * TRANSPORT: [MW]
36   - 'TransmitFunction' requires plugins to have "unbounded" queue (or at least 
37     queue of size > 2), might be better to have at MOST one message pending
38     per plugin/target and only send the next one after the continuation was
39     called (or use 'notify_transmit_ready-style API?)
40   - WLAN transport backend [DB]
41   - need to periodically probe latency/transport cost changes & possibly switch transport 
42     (working ATS)
43 * DV: 
44   - proper bandwidth allocation
45   - performance tests
46 * PEERINFO:     
47   - merge multiple HELLOs of the same peer in the transmission queue
48     (theoretically reduces overhead; bounds message queue size)
49   - merge multiple iteration requests over "all" peers in the queue
50     (theoretically reduces overhead; bounds messgae queue size)
51 * STATISTICS:
52   - should use BIO instead of mmap
53 * FS: [CG]
54   - Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009)
55   - use different queue prioritization for probe-downloads vs. normal downloads
56   - re-implement gnunet-auto-share
57   - implement 'GNUNET_FS_file_information_create_from_directory', avoiding
58     code duplication with gnunet-gtk's similar code (!)
59 * GNUNET-GTK: [CG]
60   - add tool bar
61   - do meaningful update to status line (starting up, peer running, #connections, shutdown, ...)
62   - add progress dialog for 'add_dir_at_iter' scan (can take a while...)
63   - NS list in search dialog should use colors to offset our own namespaces from the others
64   - right-clicking on NS list in search dialog should open menu that allows 
65     * viewing full meta data 
66     * deletion of namespace info
67   - implement unindex operation (use dialog with all indexed files for selection)
68   - finish publish dialog details:
69     + normalize keywords (edit subdialog)
70   - implement download by URI dialog; figure out where to display those downloads!
71   - add combo box to select desired mime type for search
72 * ARM: [CG]
73   - better tracking of which config changes actually need to cause process restarts by ARM.
74   - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?)
75   - discover dependencies between services
76
77 0.9.2:
78 * PEERINFO: [NN]
79   - expire 'ancient' HELLOs (those without valid addresses AND that 
80     we have not 'used' (for their public keys) in a while; need a way
81     to track actual 'use')
82   - make sue we also trigger notifications whenever HELLOs expire
83 * WLAN:
84   - nice signal strength adjustment [MW]
85   - energy cost in ATS [MW]
86 * BLOCKS:
87   - testcase would be nice
88 * STATISTICS:
89   - implement statistics GUI (=> start from gnunet-gtk by button!)
90 * PEERINFO: [NN]
91   - move peerinfo to new GUI (=> start from gnunet-gtk by button!)
92   - extend peer dialog with green-yellow-red connectivity status lights
93   - extend peer dialog with country flags and names
94
95 0.9.3:
96 * SMTP transport backend:
97   - sending (SMTP/SMTPS)
98   - receiving (IMAP/IMAPS/POP?)
99   - rate limiting
100   - improved batching
101   - resource limit integration with ATS
102 * VPN 
103   - "DNS" .gnunet [MW]
104 * MESH:
105   - optimized routes (beyond DHT/DV)