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