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