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