]> git.meshlink.io Git - catta/blob - docs/TODO
* Add new docs/NEWS file, updated for 0.2 release.
[catta] / docs / TODO
1 todo:
2 * nothing
3
4 later:
5 * Add sensible record updateing API
6 * Passive observation of failures
7 * support for special domain PTR records based on local IP subnet address
8 * Changes resulting in updated RFC of 7th June 2005:
9   * Defer responses to replies with TC bit set by 400-500msec
10   * Defer unicast responses the same way as multicast responses 
11
12 done:
13 * drop glib from avahi-daemon
14 * doxygen updates
15 * deal with no local interface
16 * Probing/Conflict resolution
17 * uniqueness
18 * respect escaping in name serialization
19 * really send goodbye packets
20 * refresh subscribed records only
21 * FLX_DNS_TYPE_ANY support
22 * Known-Answer suppression client part
23 * Known-Answer suppression server part
24 * make flx_server_add_text() and flx_server_add_service() variadic functions
25 * name compression
26 * remove expression "rrset" from source files
27 * defend our entries on incoming goodbye
28 * allow NULL bytes in TXT records
29 * add flx_server_add_service_strlst() and friends
30 * change flx_* to avahi_*
31 * Unicast responses/queries
32 * Legacy unicast
33 * no flush bit in known answer
34 * always set AA
35 * check: TC bit is valid for queries ONLY
36 * add SRV and TXT records referenced from PTR records automatically to packet
37 * add A and AAAA records referenced from SRV records automatically to packet
38 * support known answer suppresion for incoming unicast queries
39 * check wether RRsets are supported correctly (i.e. that all records of an
40   RRset are really sent if it is requested) (rfc 2181)
41 * case insensitve comparison
42 * drop records from cache only one second after flush cache bit entry was received
43 * either send entire RRSET or don't set flush cache bit!
44 * mantain flush cache bit correctly in psched
45 * Return to probing state on conflict
46 * response job dependencies
47 * enlarge packet in case a record/query is too large to fit in a normal packet
48 * reflector
49 * test against apple test suite
50 * sensible logging
51 * c++ support
52 * drop trailing dot on avahi_normalize_name()
53 * add entry_group::reset()
54 * add internal error codes
55 * finish DBUS stuff: allow NUL bytes in TXT records
56 * allow srv port == 0
57 * avahi-client:
58    * service resolving
59    * examples
60 * publish IP addresses with scope "link" only, unless ther are the only one the interface
61 * release 0.2!