]> git.meshlink.io Git - catta/blob - docs/TODO
major TODO update
[catta] / docs / TODO
1 todo:
2 * Add sensible record updating API
3 * Passive observation of failures
4 * support for special domain PTR records based on local IP subnet address
5 * add identical service detection cookie
6 * add API to detect if a service is local
7 * add subtype browsing
8 * add wide area support (i.e. DNS-SD over unicast DNS) 
9 * remove queries from queue if the browse object they very issued from is destroyed
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 * drop glib from avahi-daemon
16 * doxygen updates
17 * deal with no local interface
18 * Probing/Conflict resolution
19 * uniqueness
20 * respect escaping in name serialization
21 * really send goodbye packets
22 * refresh subscribed records only
23 * FLX_DNS_TYPE_ANY support
24 * Known-Answer suppression client part
25 * Known-Answer suppression server part
26 * make flx_server_add_text() and flx_server_add_service() variadic functions
27 * name compression
28 * remove expression "rrset" from source files
29 * defend our entries on incoming goodbye
30 * allow NULL bytes in TXT records
31 * add flx_server_add_service_strlst() and friends
32 * change flx_* to avahi_*
33 * Unicast responses/queries
34 * Legacy unicast
35 * no flush bit in known answer
36 * always set AA
37 * check: TC bit is valid for queries ONLY
38 * add SRV and TXT records referenced from PTR records automatically to packet
39 * add A and AAAA records referenced from SRV records automatically to packet
40 * support known answer suppresion for incoming unicast queries
41 * check wether RRsets are supported correctly (i.e. that all records of an
42   RRset are really sent if it is requested) (rfc 2181)
43 * case insensitve comparison
44 * drop records from cache only one second after flush cache bit entry was received
45 * either send entire RRSET or don't set flush cache bit!
46 * mantain flush cache bit correctly in psched
47 * Return to probing state on conflict
48 * response job dependencies
49 * enlarge packet in case a record/query is too large to fit in a normal packet
50 * reflector
51 * test against apple test suite
52 * sensible logging
53 * c++ support
54 * drop trailing dot on avahi_normalize_name()
55 * add entry_group::reset()
56 * add internal error codes
57 * finish DBUS stuff: allow NUL bytes in TXT records
58 * allow srv port == 0
59 * avahi-client:
60    * service resolving
61    * examples
62 * publish IP addresses with scope "link" only, unless ther are the only one the interface
63 * release 0.2!