X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=TODO;h=23c9256e34e6091e5beba57fc4355bc67c386788;hb=a5468b7d7178b502616d5a239974b6cfbd6e6e88;hp=81f10492f27bf40ddef56b30771bd99671cb6e73;hpb=215982eeb4b408dc7e0105342452137aff4562f3;p=silc.git diff --git a/TODO b/TODO index 81f10492..23c9256e 100644 --- a/TODO +++ b/TODO @@ -30,7 +30,16 @@ TODO/bugs in Irssi SILC client TODO/bugs In SILC Client Library ================================ - o N/A + o Process the NO_SUCH_CLIENT_ID for WHOIS and IDENTIFY, since it can + be received for example after sending MSG to non-existent client. + It actually should be done always when it is received and the old + entry should be removed. + + Doing this now however causes that /msg nick might give "no such nick" + for the first time, and then after the entry is removed /msg nick + may actually to go any nick client, which is not desired behaviour. + The /msg must be fixed to use the specific nickname user typed + (nick must not match nick@host). TODO/bugs In SILC Server @@ -79,6 +88,8 @@ TODO/bugs In SILC Libraries than on Unix. Do it with threads on WIN32. The function works but is not actually async currently. + o Do not let the silcdefs.h lay around in distributions. + TODO After 1.0 ==============