From: Pekka Riikonen Date: Thu, 2 Nov 2000 22:12:39 +0000 (+0000) Subject: updates X-Git-Tag: SILC.0.1~333 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=f0f8276964adc38936ccd496582a63b398e86b81;p=silc.git updates --- diff --git a/CHANGES b/CHANGES index 5a70f6b7..e455029b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,22 @@ Thu Nov 2 16:28:01 EET 2000 Pekka Riikonen + * Changed client's channel table to SilcList and changed code + accordingly. Also changed SilcChannelClientEntry to include back- + pointer to the channel so that client entry can use that structure + as list as well and we have fast cross-reference to the channel. + This change dramatically decreased the complexity of channel + handling with client entry and vice versa (removed one extra + loop when searching for channel entry from many functions). + + * Changed server->sim from table to SilcDList and changed code + accordingly. + + * NAMES command can now be used from user interface. It will show + the user list on the channel, neatly. + + * Added realname pointer to SilcClientEntry in lib/silcclient/idlist.h. + Code now saves realname of the user if it becomes available. + * Renamed configure.in to configure.in.pre and made ./prepare script to automatically add correct version string to configure.in which it creates from configure.in.pre.