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