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