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