ign
[oweals/gnunet.git] / TODO
1 0.9.0pre3:
2 * DATASTORE [CG]
3   - FS datastore lookups requested but callback never happens (timeout
4     was set to 'forever', but still it should not take many minutes);
5     => new warning "Datastore lookup already took 180000 ms!" generated
6        by current fs p2p trust testcase
7 * CORE: (both reproduced using current fs p2p trust testcase after a looong time running):
8   - May 25 22:13:53 core-4801 ERROR Assertion failed at transport_api.c:2063.
9     (notify transmit ready cancel called in transmit_stage state 'TS_NEW')
10   - May 25 22:13:53 fs-4762 ERROR Assertion failed at core_api.c:1254.
11     (ConfigInfoMessage received for peer that is not known to be connected)
12 * FS [CG]
13   - perf_gnunet_service_fs_p2p_trust causes crashes of the service
14     and assertion failures
15   - implement 'SUPPORT_DELAYS'
16
17
18 0.9.0:
19 * new webpage:
20   - write chapter on DHT/block [Nate] 
21   - make a NICE download page 
22 * Transport:
23   - UDP fragmentation [MW]
24 * NAT/UPNP: [MW]
25   - [#1609] code clean up
26   - testing
27   - integration with transport service:
28     + test TCP
29     + implement UDP, HTTP/HTTPS 
30 * GNUNET-GTK: [CG]
31   - figure out where in the GUI we should show active upload operations and allow aborts
32   - handle events:
33     + search error
34     + publish error
35 * FS [CG]
36   - consider re-issue GSF_dht_lookup_ after non-DHT reply received 
37   - implement multi-peer FS performance tests + gauger them!
38     + insert
39     + download
40     + search
41 * big code review
42 * Determine RC bugs and fix those  (release should have no known real bugs)
43
44 0.9.1:
45 * TRANSPORT: [MW]
46   - 'TransmitFunction' requires plugins to have "unbounded" queue (or at least 
47     queue of size > 2), might be better to have at MOST one message pending
48     per plugin/target and only send the next one after the continuation was
49     called (or use 'notify_transmit_ready-style API?)
50   - WiFi transport backend [DB]
51   - Implement method of learning our external addresses from
52     other peers; need some kind of threshold-based
53     scheme, limiting both the total number of addresses that we accept 
54     this way as well as requiring multiple confirmations; also, we
55     should possibly try to confirm that the given address works for
56     us ourselves (loopback-style) before adding it to the list
57     + we may be able to simplify WELCOME messages (no need to add 
58       addresses there anymore, but may help to learn them there anyway...).
59     + we probably want some kind of voting/counting for learning IP addresses
60       (maybe including IP addresses in ads proportional to how often others
61        report them? we at least need some protection against >64k HELLOs!),
62     + provide a way to give the user a list of "learned" IP addresses and
63       a way to easily "veto" addresses off the list!
64       => If MiM attacker uses vetoed address, blacklist the specific IP for
65          the presumed neighbour!
66   - need to periodically probe latency/transport cost changes & possibly switch transport
67 * DATASTORE: [CG]
68   - check indexes / SQL for performance
69 * DV: 
70   - proper bandwidth allocation
71   - performance tests
72 * PEERINFO:     
73   - merge multiple HELLOs of the same peer in the transmission queue
74     (theoretically reduces overhead; bounds message queue size)
75   - merge multiple iteration requests over "all" peers in the queue
76     (theoretically reduces overhead; bounds messgae queue size)
77 * STATISTICS:
78   - should use BIO instead of mmap
79 * FS: [CG]
80   - Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009)
81   - use different queue prioritization for probe-downloads vs. normal downloads
82   - re-implement gnunet-auto-share
83   - implement 'GNUNET_FS_file_information_create_from_directory', avoiding
84     code duplication with gnunet-gtk's similar code (!)
85 * GNUNET-GTK: [CG]
86   - add tool bar
87   - do meaningful update to status line (starting up, peer running, #connections, shutdown, ...)
88   - add progress dialog for 'add_dir_at_iter' scan (can take a while...)
89   - NS list in search dialog should use colors to offset our own namespaces from the others
90   - right-clicking on NS list in search dialog should open menu that allows 
91     * viewing full meta data 
92     * deletion of namespace info
93   - implement unindex operation (use dialog with all indexed files for selection)
94   - finish publish dialog details:
95     + normalize keywords (edit subdialog)
96   - implement download by URI dialog; figure out where to display those downloads!
97   - add combo box to select desired mime type for search
98 * ARM: [CG]
99   - better tracking of which config changes actually need to cause process restarts by ARM.
100   - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?)
101   - discover dependencies between services
102 * MONKEY: [Safey]
103   - better crash management (attach debugging support, capture and analyze
104     debug output, detect random vs. deterministic crashes)
105   - '-m EMAIL' option for alternative e-mail TO
106   - '-f FILENAME' option to write  report to file instead of e-mail (for testing!)
107
108 0.9.2:
109 * PEERINFO: [NN]
110   - expire 'ancient' HELLOs (those without valid addresses AND that 
111     we have not 'used' (for their public keys) in a while; need a way
112     to track actual 'use')
113   - make sue we also trigger notifications whenever HELLOs expire
114 * TCP:
115   - repeatedly resolve hostname and look up interfaces to determine our own IP
116   - [./transport/plugin_transport_tcp.c:391]: (style) struct or union member 'Plugin::address_update_task' is never used (related to issue above)
117 * TRANSPORT:
118   - [./transport/gnunet-service-transport.c:173]: (style) struct or union member 'TransportPlugin::rebuild' is never used (related to TCP not refreshing external addresses?)
119   - WiFi transport backend
120     * nice signal strength adjustment [MW]
121     * energy cost in ATS [MW]
122 * BLOCKS:
123   - testcase would be nice
124 * STATISTICS:
125   - implement statistics GUI (=> start from gnunet-gtk by button!)
126 * PEERINFO: [NN]
127   - move peerinfo to new GUI (=> start from gnunet-gtk by button!)
128   - extend peer dialog with green-yellow-red connectivity status lights
129   - extend peer dialog with country flags and names
130
131 0.9.3:
132 * SMTP transport backend:
133   - sending (SMTP/SMTPS)
134   - receiving (IMAP/IMAPS/POP?)
135   - rate limiting
136   - improved batching
137   - resource limit integration with ATS
138 * VPN 
139   - TCP entry/exit
140   - internal services
141   - "DNS" .gnunet
142 * MESH:
143   - optimized routes (beyond DHT/DV)