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