From: Pekka Riikonen Date: Sat, 16 Mar 2002 10:03:11 +0000 (+0000) Subject: Added handling of CHANNEL_CHANGE notify type. X-Git-Tag: 1.2.beta1~1554 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=8b13572f11fb995de68b76928a97d26baf82de71;p=crypto.git Added handling of CHANNEL_CHANGE notify type. --- diff --git a/CHANGES b/CHANGES index 5e2043fc..aed8262b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +Sat Mar 16 09:07:27 EET 2002 Pekka Riikonen + + * Handled CHANNEL_CHANGE notify (ignore it) in Irssi SILC + client. Affected file irssi/src/silc/core/client_ops.c. + Thu Mar 14 12:53:57 CET 2002 Pekka Riikonen * Check for valid socket connection in client entries before diff --git a/apps/irssi/src/fe-common/silc/module-formats.c b/apps/irssi/src/fe-common/silc/module-formats.c index 3a259fd0..5ee13d6d 100644 --- a/apps/irssi/src/fe-common/silc/module-formats.c +++ b/apps/irssi/src/fe-common/silc/module-formats.c @@ -104,7 +104,7 @@ FORMAT_REC fecommon_silc_formats[] = { { "list_header", " Channel Users Topic", 0 }, { "list", " %|{channelhilight $[36]0} {hilight $[7]1} $2", 3, { 0, 0, 0 } }, { "bad_nick", "Bad nickname {hilight $0}", 1, { 0 } }, - { "unknown_notify", "Unknown notify type {hilight $0}", 1, { 0 } }, + { "unknown_notify", "Unknown notify type {hilight $0}", 1, { 1 } }, { "ke_bad_version", "You are running an incompatible client version (it may be too old or too new) ", 0 }, { "ke_unsupported_public_key", "Remote does not trust/support your public key", 0 }, { "ke_unknown_group", "Remote does not support one of your proposed KE group", 0 }, diff --git a/apps/irssi/src/silc/core/client_ops.c b/apps/irssi/src/silc/core/client_ops.c index daff073b..ed698b9b 100644 --- a/apps/irssi/src/silc/core/client_ops.c +++ b/apps/irssi/src/silc/core/client_ops.c @@ -509,6 +509,9 @@ void silc_notify(SilcClient client, SilcClientConnection conn, } break; + case SILC_NOTIFY_TYPE_CHANNEL_CHANGE: + break; + case SILC_NOTIFY_TYPE_SERVER_SIGNOFF: { /*