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