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