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