towards fixing 1714
[oweals/gnunet.git] / TODO
1 0.9.0pre3:
2 * clean buildbots
3
4 0.9.0pre4:
5 * NAT library: [CG/MW]
6   - UPnP support
7   - testcase
8   - more testing
9 * Transport:
10   - UDP fragmentation [MW]
11   - decide how to deal with 'DISABLEV6' option (where does it live?)
12   - integration of new NAT/plugin API with HTTP/HTTPS plugin
13   - testing (again)
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 * FS [CG]
20   - implement multi-peer FS performance tests + gauger them!
21     + insert
22     + download
23     + search
24
25 0.9.0:
26 * new webpage:
27   - write chapter on DHT/block [Nate] 
28   - make a NICE download page 
29 * big code review
30 * Determine RC bugs and fix those  (release should have no known real bugs)
31
32 0.9.1:
33 * TRANSPORT: [MW]
34   - 'TransmitFunction' requires plugins to have "unbounded" queue (or at least 
35     queue of size > 2), might be better to have at MOST one message pending
36     per plugin/target and only send the next one after the continuation was
37     called (or use 'notify_transmit_ready-style API?)
38   - WLAN transport backend [DB]
39   - need to periodically probe latency/transport cost changes & possibly switch transport 
40     (working ATS)
41 * DATASTORE: [CG]
42   - check indexes / SQL for performance
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 * NAT:
84   - repeatedly resolve hostname and look up interfaces to determine our own IP
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)