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