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