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