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