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