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