X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=TODO;h=6ff015e301b6d05aac03ff56927c1f7c771433b8;hb=8d1a8bbf644f67f86e7e1b95cf51d6d49406251f;hp=aca1fcc95254871d65b6647dc746281919001907;hpb=5e5526c98cc281231e020220a3a9c3eaa31df68f;p=silc.git diff --git a/TODO b/TODO index aca1fcc9..6ff015e3 100644 --- a/TODO +++ b/TODO @@ -38,13 +38,6 @@ TODO/bugs in Irssi SILC client TODO/bugs In SILC Client Library ================================ - o Someone changing nickname on the channel from nick to Nick will cause - that the new nick becomes Nick@host, because the old nick is not - removed from the cache before adding the new one. This is because - of the way NICK_CHANGE notify is handled. This should be fixed so - that if the old nick is to be removed the new nick will *replace* - the old one. - o JOIN command's argument handling is buggy. See the XXX in the code. @@ -53,8 +46,6 @@ TODO/bugs In SILC Server o Add perhaps /var/run/silcd.pid for PID information for the server. - o Update idle times only for private/channel messaegs. - o Add a timeout to handling incmoing JOIN commands. It should be enforced that JOIN command is executed only once in a second or two seconds. Now it is possible to accept n incoming JOIN commands