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