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