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