]> git.meshlink.io Git - catta/blob - todo
* drop trailing dot in avahi_normalize_name()
[catta] / todo
1 todo:
2 * finish DBUS stuff
3 * release!
4
5 later:
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 * Probing/Conflict resolution
13 * uniqueness
14 * respect escaping in name serialization
15 * really send goodbye packets
16 * refresh subscribed records only
17 * FLX_DNS_TYPE_ANY support
18 * Known-Answer suppression client part
19 * Known-Answer suppression server part
20 * make flx_server_add_text() and flx_server_add_service() variadic functions
21 * name compression
22 * remove expression "rrset" from source files
23 * defend our entries on incoming goodbye
24 * allow NULL bytes in TXT records
25 * add flx_server_add_service_strlst() and friends
26 * change flx_* to avahi_*
27 * Unicast responses/queries
28 * Legacy unicast
29 * no flush bit in known answer
30 * always set AA
31 * check: TC bit is valid for queries ONLY
32 * add SRV and TXT records referenced from PTR records automatically to packet
33 * add A and AAAA records referenced from SRV records automatically to packet
34 * support known answer suppresion for incoming unicast queries
35 * check wether RRsets are supported correctly (i.e. that all records of an
36   RRset are really sent if it is requested) (rfc 2181)
37 * case insensitve comparison
38 * drop records from cache only one second after flush cache bit entry was received
39 * either send entire RRSET or don't set flush cache bit!
40 * mantain flush cache bit correctly in psched
41 * Return to probing state on conflict
42 * response job dependencies
43 * enlarge packet in case a record/query is too large to fit in a normal packet
44 * reflector
45 * test against apple test suite
46 * sensible logging
47 * c++ support
48 * drop trailing dot on avahi_normalize_name()