updates.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 27 Feb 2002 13:36:54 +0000 (13:36 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 27 Feb 2002 13:36:54 +0000 (13:36 +0000)
TODO
lib/silcclient/silcclient.h

diff --git a/TODO b/TODO
index d9f38eb3db8110e372a541d97bf26a3ff0575a89..17d3fdf8b7a89d90364370da0b9464529a775f0f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,8 @@
 TODO/bugs in Irssi SILC client
 ==============================
 
 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.
  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.
@@ -11,6 +13,8 @@ TODO/bugs in Irssi SILC client
    keys is not possible because changing the key is not possible by the
    user.
 
    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.
 
 
  o /cumode for unknown nick does not give any error message.
 
 
index b84cdf9bba6f483bb323702dab54107ededab306..f1b3ebc93fe5c5154cd8a14d1ab5dfa64900d756 100644 (file)
@@ -700,8 +700,8 @@ void silc_client_del_socket(SilcClient client, SilcSocketConnection sock);
  *    directly if application is performing its own connecting and does not
  *    use the connecting provided by this library. This function is normally
  *    used only if the application performed the connecting outside the
  *    directly if application is performing its own connecting and does not
  *    use the connecting provided by this library. This function is normally
  *    used only if the application performed the connecting outside the
- *    library. The library however may use this internally. Returns FALSE
- *    if the key exchange could not be started.
+ *    library. The library however may use this internally.  After the
+ *    key exchange is performed the `connect' client operation is called.
  *
  ***/
 void silc_client_start_key_exchange(SilcClient client,
  *
  ***/
 void silc_client_start_key_exchange(SilcClient client,