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