From: Pekka Riikonen Date: Tue, 2 Apr 2002 12:57:49 +0000 (+0000) Subject: updates X-Git-Tag: silc.client.0.8.6~4^2~40 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=a7de237d24990af63c65d2f292acf24de17c83ac updates --- diff --git a/CHANGES b/CHANGES index 25f97981..b691a9e7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +Tue Apr 2 14:55:06 CEST 2002 Pekka Riikonen + + * Some client implementations quit network by doing first LEAVE + and then immediately SIGNOFF (like Bombyx). We now do check + after a short time after LEAVE notify and check whether the + client is still valid after LEAVE, and if not we remove it from + cache. Affected file is lib/silcclient/client_notify.c. + Tue Apr 2 13:39:04 CEST 2002 Johnny Mnemonic * Merged version 1.1.4 of zlib. Even if it not currently in use,