(no commit message)
[oweals/gnunet.git] / TODO
1 0.9.0pre3: [2'11]
2 * DATASTORE:
3   - get_random seems to not just return a SINGLE value, but an entire
4     sequence of values... => migration queue overflows!
5 * NAT/UPNP: [Milan / Ayush / MW]
6   - [#1609] code clean up
7   - testing
8   - integration with transport service:
9     + test TCP
10     + implement UDP, HTTP/HTTPS 
11 * Transport:
12   - UDP fragmentation
13 * FS/CORE [CG]
14   - download of 100 MB file from 'leach' peer hung due to 
15     failure of core-api to call back after a change preference request
16     (structs indicate request was transmitted but reply never received?)
17   - other runs (-L DEBUG) with downloads using the new 'trust' test show
18     non-deterministic results (for any set of peers)
19 * FS: [CG]
20   - implement multi-peer FS performance tests + gauger them!
21     + insert
22     + download
23     + search
24 * GNUNET-GTK: [CG]
25   - figure out where in the GUI we should show active upload operations and allow aborts
26   - handle events:
27     + search error
28     + publish error
29 * Determine RC bugs and fix those (release should have no known real bugs)
30
31 0.9.0:
32 * new webpage:
33   - write chapter on DHT/block [Nate] 
34   - make a NICE download 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   - implement 'GNUNET_FS_file_information_create_from_directory', avoiding
72     code duplication with gnunet-gtk's similar code (!)
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   - add combo box to select desired mime type for search
86 * ARM: [CG/Safey]
87   - better tracking of which config changes actually need to cause process restarts by ARM.
88   - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?)
89   - discover dependencies between services
90 * MONKEY: [Safey]
91   - better crash management (attach debugging support, capture and analyze
92     debug output, detect random vs. deterministic crashes)
93   - '-m EMAIL' option for alternative e-mail TO
94   - '-f FILENAME' option to write  report to file instead of e-mail (for testing!)
95
96 0.9.2:
97 * PEERINFO: [NN]
98   - expire 'ancient' HELLOs (those without valid addresses AND that 
99     we have not 'used' (for their public keys) in a while; need a way
100     to track actual 'use')
101   - make sue we also trigger notifications whenever HELLOs expire
102 * TCP:
103   - repeatedly resolve hostname and look up interfaces to determine our own IP
104   - [./transport/plugin_transport_tcp.c:391]: (style) struct or union member 'Plugin::address_update_task' is never used (related to issue above)
105 * TRANSPORT:
106   - [./transport/gnunet-service-transport.c:173]: (style) struct or union member 'TransportPlugin::rebuild' is never used (related to TCP not refreshing external addresses?)
107   - WiFi transport backend
108     * nice signal strength adjustment [MW]
109     * energy cost in ATS [MW]
110 * BLOCKS:
111   - testcase would be nice
112   - generic block support for DHT
113 * STATISTICS:
114   - test notification-based statistics API
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 [PT]
129   - TCP entry/exit
130   - internal services
131   - integration with DHT routing
132   - optimized routes (beyond DHT/DV)
133   - "DNS" .gnunet