Merged Irssi 0.8.2 from irssi.org cvs.
[silc.git] / TODO
diff --git a/TODO b/TODO
index bea85c6865f60f7ecebff161ab6ee3b52e6d1dc3..d32f8bf141803cbe57d0ccbd530f13139a37fd1f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,6 @@
 TODO/bugs in Irssi SILC client
 ==============================
 
- o /USERS does not show the user modes on the channel correctly.
-
  o Fix the silc_channels_join to parse the command like, with fe.
    silc_parse_command_line, because currently it ignores all options,
    including passphrase which makes autojoin impossible to +a channels.
@@ -13,8 +11,6 @@ TODO/bugs in Irssi SILC client
    keys is not possible because changing the key is not possible by the
    user.
 
- o Add the server/router operator info to the statusbar.
-
  o /cumode for unknown nick does not give any error message.
 
 
@@ -41,6 +37,10 @@ TODO/bugs In SILC Server
 
  o Configuration file additions:
 
+       o Add support for multipe PublicKey params in connections 
+         sections.  For now, add this support only in Client and not
+         in ServerConnection nor RouterConnection.
+
        o Add version handling, to allow, disallow certain versions to
          connect.
 
@@ -216,3 +216,11 @@ describe new stuff to be added to protocol versions 1.x.
  10. Check command reply error status types in various commands,
      specifically NO_FOPRIV is missing from many commands.  To be 
      included in protocol version 1.1.
+
+ 11. Change the wording in Private Message Key Payload definition to
+     describe the problems of trusting the payload, and to indicate that
+     the receiver may not accept the key in the payload, and to describe
+     other means of distributing a key.
+
+ 12. The router to router connection diagram in spec-xx is showing the
+     primary routers direction to wrong direction.  Swap it.