From 0f290fa4359df102efc3106030c3c2e96a68ef30 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 27 Oct 2002 10:25:43 +0000 Subject: [PATCH] updates. --- CHANGES | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGES b/CHANGES index f7c56de6..3dad411d 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,35 @@ Sun Oct 27 11:44:32 EET 2002 Pekka Riikonen * Merged c0ffee's /set heartbeat patch to Irssi SILC client. Affected files irssi/src/silc/core/silc-core, silc-server.c. + * Fixed the heartbeat sending in Irssi SILC client. Moved + the silc_client_packet_send to silcclient.h for application + usage. Affected files lib/silcclient/client_internal.h + lib/silcclient/silcclient.h. + + * Fixed a bug in query resolving in server. Used wrong + variable in a for loop and crashed. Affected file is + silcd/server_query.c. + + * Server constructs requested attributes only to locally + connected clients. Affected file silcd/server_query.c. + Bug #36. + + * Fixed a bug when sending resolving from router to server + with requested attributes. The constructed WHOIS command + was incorrect. Affected file silcd/server_query.c. + Bug #38. + + * Fixed Requested Attributes saving in WHOIS command reply. + The length of the data buffer must be saved too. Affected + file silcd/command_reply.c. + + * Update the client entry's servername after detaching is + over. Affected file silcd/packet_receive.c. Bug #37. + + * Resolve incomplete client entrys in CUMODE_CHANGE and + CMODE_CHANGE notifys. Affected file is + lib/silcclient/client_notify.c. Bug #42. + Thu Oct 24 12:22:35 EEST 2002 Pekka Riikonen * Fixed channel key packet processing bug on backup router -- 2.24.0