From: Pekka Riikonen Date: Fri, 11 May 2001 15:34:30 +0000 (+0000) Subject: updates. X-Git-Tag: SILC.0.2.4~7 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=dab30ce74e3caad86ea925c06afe67f5f9936c6d;p=silc.git updates. --- diff --git a/TODO b/TODO index 2c685800..34fec482 100644 --- a/TODO +++ b/TODO @@ -24,6 +24,14 @@ TODO/bugs In SILC Server a bug and should be done only once per channel after all clients of the server has been removed. + o Incomplete IPv6 support: + + o silc_server_get_users_on_channel does not support IPv6 based + Client ID's. + o silc_server_route_get and the route code in general supports + only IPv4. + o silcd/serverid.c and its routines supports only IPv4. + o DNS/IP lookup blocks the server. This must be fixed. Check the resolver stuff (resolver(3), resolver(5)). Either we have to do the own resolver stuff (through scheduler, if possible without writing @@ -57,13 +65,12 @@ TODO/bugs In SILC Server TODO/bugs In SILC Libraries =========================== - o silc_server_get_users_on_channel does not support IPv6 based Client - ID's. + o Incomplete IPv6 support: - o silc_server_route_get and the route code in general supports only - IPv4. + o All network routines in lib/silcutil/silcnet.[ch] does not + support IPv6. - o silcd/serverid.c and its routines supports only IPv4. + o Hash tables must be implemented. o Compression routines are missing. The protocol supports packet compression thus it must be implemented. SILC Comp API must be