(no commit message)
[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   - add combo box to select desired mime type for search
83 * ARM: [CG/Safey]
84   - better tracking of which config changes actually need to cause process restarts by ARM.
85   - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?)
86   - discover dependencies between services
87 * MONKEY: [Safey]
88   - better crash management (attach debugging support, capture and analyze
89     debug output, detect random vs. deterministic crashes)
90   - '-m EMAIL' option for alternative e-mail TO
91   - '-f FILENAME' option to write  report to file instead of e-mail (for testing!)
92
93 0.9.2:
94 * PEERINFO: [NN]
95   - expire 'ancient' HELLOs (those without valid addresses AND that 
96     we have not 'used' (for their public keys) in a while; need a way
97     to track actual 'use')
98   - make sue we also trigger notifications whenever HELLOs expire
99 * TCP:
100   - repeatedly resolve hostname and look up interfaces to determine our own IP
101   - [./transport/plugin_transport_tcp.c:391]: (style) struct or union member 'Plugin::address_update_task' is never used (related to issue above)
102 * TRANSPORT:
103   - [./transport/gnunet-service-transport.c:173]: (style) struct or union member 'TransportPlugin::rebuild' is never used (related to TCP not refreshing external addresses?)
104   - WiFi transport backend
105     * nice signal strength adjustment [MW]
106     * energy cost in ATS [MW]
107 * BLOCKS:
108   - testcase would be nice
109   - generic block support for DHT
110 * STATISTICS:
111   - test notification-based statistics API
112   - implement statistics GUI (=> start from gnunet-gtk by button!)
113 * PEERINFO: [NN]
114   - move peerinfo to new GUI (=> start from gnunet-gtk by button!)
115   - extend peer dialog with green-yellow-red connectivity status lights
116   - extend peer dialog with country flags and names
117
118 0.9.3:
119 * SMTP transport backend:
120   - sending (SMTP/SMTPS)
121   - receiving (IMAP/IMAPS/POP?)
122   - rate limiting
123   - improved batching
124   - resource limit integration with ATS
125 * VPN [PT]
126   - TCP entry/exit
127   - internal services
128   - integration with DHT routing
129   - optimized routes (beyond DHT/DV)
130   - "DNS" .gnunet