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