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