fd6a251ac316d8aa2db244bc43fe6b76d72d2556
[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 * 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   - write chapter on DHT/block [Nate] 
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 * GNUNET-GTK: [CG]
66   - add tool bar
67   - do meaningful update to status line (starting up, peer running, #connections, shutdown, ...)
68   - add progress dialog for 'add_dir_at_iter' scan (can take a while...)
69   - NS list in search dialog should use colors to offset our own namespaces from the others
70   - right-clicking on NS list in search dialog should open menu that allows 
71     * viewing full meta data 
72     * deletion of namespace info
73   - implement unindex operation (use dialog with all indexed files for selection)
74   - finish publish dialog details:
75     + normalize keywords (edit subdialog)
76   - implement download by URI dialog; figure out where to display those downloads!
77 * ARM: [CG/Safey]
78   - better tracking of which config changes actually need to cause process restarts by ARM.
79   - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?)
80   - discover dependencies between services
81 * MONKEY: [Safey]
82   - better crash management (attach debugging support, capture and analyze
83     debug output, detect random vs. deterministic crashes)
84   - '-m EMAIL' option for alternative e-mail TO
85   - '-f FILENAME' option to write  report to file instead of e-mail (for testing!)
86
87 0.9.2:
88 * PEERINFO: [NN]
89   - expire 'ancient' HELLOs (those without valid addresses AND that 
90     we have not 'used' (for their public keys) in a while; need a way
91     to track actual 'use')
92   - make sue we also trigger notifications whenever HELLOs expire
93 * TCP:
94   - repeatedly resolve hostname and look up interfaces to determine our own IP
95   - [./transport/plugin_transport_tcp.c:391]: (style) struct or union member 'Plugin::address_update_task' is never used (related to issue above)
96 * TRANSPORT:
97   - [./transport/gnunet-service-transport.c:173]: (style) struct or union member 'TransportPlugin::rebuild' is never used (related to TCP not refreshing external addresses?)
98   - WiFi transport backend
99     * nice signal strength adjustment [MW]
100     * energy cost in ATS [MW]
101 * BLOCKS:
102   - testcase would be nice
103   - generic block support for DHT
104 * STATISTICS:
105   - test notification-based statistics API
106   - implement statistics GUI (=> start from gnunet-gtk by button!)
107 * PEERINFO: [NN]
108   - move peerinfo to new GUI (=> start from gnunet-gtk by button!)
109   - extend peer dialog with green-yellow-red connectivity status lights
110   - extend peer dialog with country flags and names
111
112 0.9.3:
113 * SMTP transport backend:
114   - sending (SMTP/SMTPS)
115   - receiving (IMAP/IMAPS/POP?)
116   - rate limiting
117   - improved batching
118   - resource limit integration with ATS
119 * VPN [PT]
120   - TCP entry/exit
121   - internal services
122   - integration with DHT routing
123   - optimized routes (beyond DHT/DV)
124   - "DNS" .gnunet