Use silc_str[n]casecmp instead of strcmp routines with
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 11c5600ca4ce666997bb8a0aacfec050b19d3660..c543fa5b3568ee3177ef5fe0f98cfa5cc3ddf9f1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+Wed Mar 30 22:16:35 EEST 2005  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added silc_utf8_str[n]casecmp into lib/silcutil/silcutf8.[ch].
+
+       * Use silc_utf8_str[n]casecmp instead of strcmp routines
+         in library and in SILC Client when dealing with nicknames
+         and other identifier strings.  Affected file in client lib
+         and irssi.
+
+       * Convert nickname to UTF-8 in /msg and /smsg.  Affected file
+         irssi/src/silc/core/silc-servers.c.
+
 Wed Mar 30 10:50:02 EEST 2005  Pekka Riikonen <priikone@silcnet.org>
 
        * Fixed idcache to work with the new identifier strings.