X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=TODO;h=497dea09bd6084f95d47d768d108641b5ec99c44;hb=fbcba64240f0accf54c44249df6b03652bb86dfc;hp=6748473e9cb70694fde6aef779484e508351baa4;hpb=ea35a2214bc62cbdb314cd28f389fd78fe3a31e0;p=silc.git diff --git a/TODO b/TODO index 6748473e..497dea09 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,8 @@ TODO/bugs in Irssi SILC client ============================== + o Do UTF-8 decoding on non-utf terminals with iconv() if available. + o Testing @@ -45,6 +47,11 @@ TODO/bugs In SILC Server TODO/bugs In SILC Libraries =========================== + o Remove ../lib/contrib/ from includes and use relative path instead. + + o Remove default irssi/ silcd/ compilation on toolkit, add maybe + --without-silcd and --without-irssi. + o WIN32 silc_net_create_connection_async does not work the same way than on Unix. Do it with threads on WIN32. The function works but is not actually async currently (Fix this to 0.9.x).