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