Added Bits Of Binary (XEP-0231) support
[iris.git] / src / jdns / TODO
blob0032c1982bd4e66e16908eee63d6c29c413b2565
1 (nothing)
3 but, this stuff couldn't hurt:
4   fields that need to be an explicit size should use int16_t, etc
5   support for other DNS record types (SOA, NSPTR)
6   detect CNAME loops, rather than looping max times in order to fail
7   don't follow CNAME for SRV (or so I'm told?)
8   if it is not possible to implement DNSSEC outside of jdns, then add the
9     minimal number of hooks to jdns so that it becomes possible
10   use hash tables to speed up the list lookups
11   unit tests
12   qjdns debug lines reworking:
13     init should emit debugLinesReady, and debug should be available
14       immediately after call (the emit will break SS/DS, put a note about
15       this in a comment about init())
16     anywhere else, debugLines should conform to SS, but be emitted at the
17       proper time, not deferred.  currently, the debug arrives out of
18       sequence with the other signals, resulting in strange output in the
19       commandline tool.
20     consideration for these changes in jdnsshared