updates.
[silc.git] / TODO
diff --git a/TODO b/TODO
index e061b915c0fa48fd7158e1c657f97fcb1bd96f32..8f685e33b6e7c6f5cde56bb35814047e90033551 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,18 @@
 TODO/bugs in Irssi SILC client
 ==============================
 
+ o /cmode #c +p says "not channel operator" even though is operator.
+
+ o /WHOIS without arguments should so client's own info.
+
+ o Do not let the Irssi show the passphrase of the channel on the screen.
+
+ o Do not execute PING for invalid entities.
+
+ o Do not let irssi u pdate the status bar on JOIN until the join command
+   is successful, so that it does not update that I'm on the channel
+   even though I could not join the channel.
+
  o The CMODE notify handling in client library may return NULL
    client entry pointer to the application (when server was the CMODE's
    executor).  Fix this somehow.
@@ -26,6 +38,9 @@ TODO/bugs in Irssi SILC client
 TODO/bugs In SILC Client Library
 ================================
 
+ o Library should save the cumode and not start from 0 everytime then
+   CUMODE is issued.
+
  o Add some silc_client_del_client and other deletion funtions for
    application to delete client entrys from the cache.
 
@@ -146,6 +161,11 @@ TODO In SILC Protocol
          private keys, thus the servers decrypts and re-ecnrypts the
          messages.  Other applications exists as well.
 
+ o If channel founder mode is set and the invite mode is set on channel
+   then the founder should be added to the list automatically so that
+   if the founder signoff's it will be able join again to the invite only
+   channel wihtout being invited.
+
 
 TODO After 1.0
 ==============