code already there, doh
[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   - exclude content that will "soon" expire from migration
19   - make migration data rate & datastore IO-rate configurable
20   - exclude certain peers as targets (based on hash values) in each
21     iteration => same peer can only be picked every n-th iteration
22     for the same content => fewer duplicate sending!
23 * GNUNET-GTK: [CG]
24   - figure out where in the GUI we should show active upload operations and allow aborts
25   - handle events:
26     + search error
27     + publish error
28 * Determine RC bugs and fix those (release should have no known real bugs)
29
30 0.9.0:
31 * new webpage:
32   - update books (especially for developers)
33   - make a NICE download page 
34   - create "contact" page
35 * big code review
36 * Determine RC bugs and fix those  (release should have no known real bugs)
37
38 0.9.1:
39 * TRANSPORT: [MW]
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 * DV: [Nate?]
58   - proper bandwidth allocation
59   - performance tests
60 * PEERINFO:     
61   - merge multiple HELLOs of the same peer in the transmission queue
62     (theoretically reduces overhead; bounds message queue size)
63   - merge multiple iteration requests over "all" peers in the queue
64     (theoretically reduces overhead; bounds messgae queue size)
65 * STATISTICS:
66   - should use BIO instead of mmap
67 * FS: [CG]
68   - Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009)
69   - use different queue prioritization for probe-downloads vs. normal downloads
70   - re-implement gnunet-auto-share
71 * UTIL: [CG]
72   - allow limiting UNIX socket access by UID/GID
73 * GNUNET-GTK: [CG]
74   - add tool bar
75   - do meaningful update to status line (starting up, peer running, #connections, shutdown, ...)
76   - add progress dialog for 'add_dir_at_iter' scan (can take a while...)
77   - NS list in search dialog should use colors to offset our own namespaces from the others
78   - right-clicking on NS list in search dialog should open menu that allows 
79     * viewing full meta data 
80     * deletion of namespace info
81   - implement unindex operation (use dialog with all indexed files for selection)
82   - finish publish dialog details:
83     + normalize keywords (edit subdialog)
84   - implement download by URI dialog; figure out where to display those downloads!
85 * ARM: [CG/Safey]
86   - better tracking of which config changes actually need to cause process restarts by ARM.
87   - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?)
88   - discover dependencies between services
89 * MONKEY: [Safey]
90   - better crash management (attach debugging support, capture and analyze
91     debug output, detect random vs. deterministic crashes)
92   - '-m EMAIL' option for alternative e-mail TO
93   - '-f FILENAME' option to write  report to file instead of e-mail (for testing!)
94
95 0.9.2:
96 * PEERINFO: [NN]
97   - expire 'ancient' HELLOs (those without valid addresses AND that 
98     we have not 'used' (for their public keys) in a while; need a way
99     to track actual 'use')
100   - make sue we also trigger notifications whenever HELLOs expire
101 * TCP:
102   - repeatedly resolve hostname and look up interfaces to determine our own IP
103   - [./transport/plugin_transport_tcp.c:391]: (style) struct or union member 'Plugin::address_update_task' is never used (related to issue above)
104 * TRANSPORT:
105   - [./transport/gnunet-service-transport.c:173]: (style) struct or union member 'TransportPlugin::rebuild' is never used (related to TCP not refreshing external addresses?)
106   - WiFi transport backend
107     * nice signal strength adjustment [MW]
108     * energy cost in ATS [MW]
109 * BLOCKS:
110   - testcase would be nice
111   - generic block support for DHT
112 * STATISTICS:
113   - test notification-based statistics API
114   - implement statistics GUI (=> start from gnunet-gtk by button!)
115 * PEERINFO: [NN]
116   - move peerinfo to new GUI (=> start from gnunet-gtk by button!)
117   - extend peer dialog with green-yellow-red connectivity status lights
118   - extend peer dialog with country flags and names
119
120 0.9.3:
121 * SMTP transport backend:
122   - sending (SMTP/SMTPS)
123   - receiving (IMAP/IMAPS/POP?)
124   - rate limiting
125   - improved batching
126   - resource limit integration with ATS
127 * VPN [PT]
128   - TCP entry/exit
129   - internal services
130   - integration with DHT routing
131   - optimized routes (beyond DHT/DV)
132   - "DNS" .gnunet