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