X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=87a83573b26f3cc7322ea03f33a9222abc8b8dd0;hb=bb7b74bba3baa4ab2777536b2f3424efd09d9c4f;hp=ac255b55d9190db96faddff5993ee286b0537737;hpb=24e8b8ef42481f7b74215b056d032112852c9586;p=silc.git diff --git a/CHANGES b/CHANGES index ac255b55..87a83573 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +Sun Jun 10 17:32:15 EEST 2007 Pekka Riikonen + + * Added support for channel@server channel name strings to + client library (SILC protocol version 1.3 change). Affected + files are lib/silcclient/silcclient_entry.h, client_entry.c. + + * Added full_nicknames and full_channel_names settings to + SilcClientParams that can be used to specify whether client + library returns full nickname and channel name strings. + Full strings are nick@server and channel@server. Affected + file is lib/silcclient/client_entry.c and command.c. + Sat Jun 9 19:43:25 EEST 2007 Pekka Riikonen * Fixed unix connecting failure to return error code correctly.