]> git.meshlink.io Git - catta/blob - docs/TODO
TODO update
[catta] / docs / TODO
1 for 0.6:
2 * Add sensible record updating API
3 * add simplification routine for adding services 
4
5 * remove outgoing queries from queue if the browse object they were issued from is destroyed
6
7 * add API to allow user to tell the server that some service is not reachable
8
9 * Add static host configuration like static services [lathiat]
10 * wrap avahi_server_add_record() via DBUS and in avahi-client  [lathiat]
11
12 * consolidate browsing failure events and add an API to query the reason
13
14 * generate local CNAME responses
15
16 * rename AvahiAnnouncement to AvahiAnnouncer (to match AvahiQuerier)
17
18 * add support for subtypes in static services
19
20 later:
21 * support for special domain PTR records based on local IP subnet address
22 * Changes resulting in updated RFC of 7th June 2005:
23   * Defer responses to replies with TC bit set by 400-500msec
24   * Defer unicast responses the same way as multicast responses 
25 * DNSSEC
26 * Wide area DNS Update
27 * long lived queries
28 * libavahi-compat-libdns_sd: implement kDNSServiceFlagsNoAutoRename
29    and missing functions
30
31 done:
32 * drop glib from avahi-daemon
33 * doxygen updates
34 * deal with no local interface
35 * Probing/Conflict resolution
36 * uniqueness
37 * respect escaping in name serialization
38 * really send goodbye packets
39 * refresh subscribed records only
40 * FLX_DNS_TYPE_ANY support
41 * Known-Answer suppression client part
42 * Known-Answer suppression server part
43 * make flx_server_add_text() and flx_server_add_service() variadic functions
44 * name compression
45 * remove expression "rrset" from source files
46 * defend our entries on incoming goodbye
47 * allow NULL bytes in TXT records
48 * add flx_server_add_service_strlst() and friends
49 * change flx_* to avahi_*
50 * Unicast responses/queries
51 * Legacy unicast
52 * no flush bit in known answer
53 * always set AA
54 * check: TC bit is valid for queries ONLY
55 * add SRV and TXT records referenced from PTR records automatically to packet
56 * add A and AAAA records referenced from SRV records automatically to packet
57 * support known answer suppresion for incoming unicast queries
58 * check wether RRsets are supported correctly (i.e. that all records of an
59   RRset are really sent if it is requested) (rfc 2181)
60 * case insensitve comparison
61 * drop records from cache only one second after flush cache bit entry was received
62 * either send entire RRSET or don't set flush cache bit!
63 * mantain flush cache bit correctly in psched
64 * Return to probing state on conflict
65 * response job dependencies
66 * enlarge packet in case a record/query is too large to fit in a normal packet
67 * reflector
68 * test against apple test suite
69 * sensible logging
70 * c++ support
71 * drop trailing dot on avahi_normalize_name()
72 * add entry_group::reset()
73 * add internal error codes
74 * finish DBUS stuff: allow NUL bytes in TXT records
75 * allow srv port == 0
76 * avahi-client:
77    * service resolving
78    * examples
79 * publish IP addresses with scope "link" only, unless ther are the only one the interface
80 * release 0.2!
81 * add identical service detection cookie
82 * add API to detect if a service is local
83 * make AVAHI_PROTO_xxx well defined constants
84 * if two local clients browse for the same RRs, only send out query series once
85 * handle multicast/wide area resolving for reverse host name looups
86 * add wide area support (i.e. DNS-SD over unicast DNS) 
87 * add a way to notify the user that all cache entries have been read when browsing
88 * allow resolving of services without name
89 * add sever version check to avahi-client
90 * Passive observation of failures
91 * add option to disable SO_REUSEADDR to disallow binding of multiple processes to port 5353
92 * add flags argument to disable cookies-setting for local services
93 * add API to add addresses without reverse PTR record
94 * reset commit throttling for entry groups after a while
95 * wrap subtype support for avahi-client
96 * add subtype browsing
97 * split linux specific parts from iface.c