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