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