Added SILC_MESSAGE_FLAG_UTF8 and implemented it. All messages
[crypto.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 715fed19e6918cd78d4c867f1465b7d89b114f69..21346a55b4eb73939e329f23717bc3f52b274774 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,14 @@
+Sun Jun 16 11:49:45 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
+
+       * Added SILC_MESSAGE_FLAG_UTF8 to the protocol specs and the
+         core library, and implemented it.  All textual messages SHOULD
+         use this flag and the message MUST be UTF-8 encoded.
+         All text messages sent by Irssi SILC client are now UTF-8
+         encoded (regardless whether the terminal supports UTF-8 or not).
+         Affected files are lib/silccore/silcchannel.h,
+         irssi/src/silc/core/silc-servers.c, silc-channels.c and
+         client_ops.c.
+
 Sat Jun 15 18:23:39 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
 
        * Added lots of new statistics updating that was missing from
@@ -7,6 +18,11 @@ Sat Jun 15 18:23:39 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
          server statistics into /tmp directory.  Affected file is
          silcd/silcd.c.
 
+       * ROBODoc documented the lib/silccrypt/silchash.h.  Improved
+         the SILC Hash Interface also.  Added new functions
+         silc_hash_get_name, silc_hash_init, silc_hash_update and
+         silc_hash_final.  Affected file lib/silccrypt/silchash.c.
+
 Sat Jun 15 12:09:14 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
 
        * Added some better info printing for client during connecting.