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