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