Warning, /games/ksirk/ksirk/iris/src/jdns/TODO is written in an unsupported language. File is not indexed.

0001 (nothing)
0002 
0003 but, this stuff couldn't hurt:
0004   fields that need to be an explicit size should use int16_t, etc
0005   support for other DNS record types (SOA, NSPTR)
0006   detect CNAME loops, rather than looping max times in order to fail
0007   don't follow CNAME for SRV (or so I'm told?)
0008   if it is not possible to implement DNSSEC outside of jdns, then add the
0009     minimal number of hooks to jdns so that it becomes possible
0010   use hash tables to speed up the list lookups
0011   unit tests
0012   qjdns debug lines reworking:
0013     init should emit debugLinesReady, and debug should be available
0014       immediately after call (the emit will break SS/DS, put a note about
0015       this in a comment about init())
0016     anywhere else, debugLines should conform to SS, but be emitted at the
0017       proper time, not deferred.  currently, the debug arrives out of
0018       sequence with the other signals, resulting in strange output in the
0019       commandline tool.
0020     consideration for these changes in jdnsshared