From: Pekka Riikonen Date: Wed, 27 Feb 2002 13:36:54 +0000 (+0000) Subject: updates. X-Git-Tag: silc.client.0.8.1~24 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=9014cf77440850eb8cd7dcfb94692e91cdb2fb41;p=silc.git updates. --- diff --git a/TODO b/TODO index d9f38eb3..17d3fdf8 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,8 @@ 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. @@ -11,6 +13,8 @@ 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. diff --git a/lib/silcclient/silcclient.h b/lib/silcclient/silcclient.h index b84cdf9b..f1b3ebc9 100644 --- a/lib/silcclient/silcclient.h +++ b/lib/silcclient/silcclient.h @@ -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 - * 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,