Added anonymous client connections support.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 49296c2a916b40159caf9e929441e66c0f161d31..8884906448b7aa201dc6686ef5e2dbe71f8668b7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,81 @@
+Sat Sep  7 22:26:50 EEST 2002  Pekka Riikonen <priikone@silcnet.org>
+
+       * If normal server is standalone and found existing but disabled
+         channel, do not re-create the channel since it creates
+         duplicate same channels.  Affected file silcd/server.c.
+
+       * Added anonymous client connections support to server.  New
+         "anonymous" configuration option to ConnectionParams section
+         added.  If set to true, the username and hostname information
+         of the client will be scrambled and anonymous user mode is
+         set automatically to the user.  Affected files are
+         silcd/serverconfig.[ch], silcd/packet_receive.c and server.c.
+
+Sat Sep  7 16:02:09 EEST 2002  Pekka Riikonen <priikone@silcnet.org>
+
+       * In JOIN notify handling, mark that the cache entry of the
+         client cannot be expired.  Can cause crashes on normal
+         server (asserts client->channels).  Affected file is
+         silcd/packet_receive.c.
+
+       * From now on distribution versions are used as protocol versions
+         instead of by default using the Toolkit base version as protocol 
+         version.  Affected file prepare.
+
+       * Do not set the locally resolved hostname for local client
+         entry but take what server sends.  This way the real hostname
+         is showed in WHOIS for yourself.  Affected file is
+         lib/silcclient/idlist.c and lib/silcclient/client.c.
+
+       * Resolve local info with IDENTIFY when connecting to server.y
+
+Sat Sep  7 14:22:43 CEST 2002 Lubomir Sedlacik <salo@silcnet.org>
+
+       * Rewritten check for POSIX threads.  Use --with-pthreads[=DIR]
+         for implied search (not needed on platforms which has native
+         pthreads library).  Use --without-pthreads to disable threads.
+         Affected file is configure.in.pre
+
+       * Fixed --with-iconv on platforms which need to bypass (broken)
+          native iconv().  Affected file is configure.in.pre
+
+Sat Sep  7 15:08:13 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
+
+       * Moved -C option parsing in Irssi SILC client at same time
+         as other options.  The UI was initialized earlier and caused
+         problems on command line.  Bug #16.  Affected file is
+         irssi/src/silc/core/silc-core.c.
+
+Mon Sep  2 23:00:30 CEST 2002 Johnny Mnemonic <johnny@themnemonic.org>
+
+       * Added global variable silc_log_timestamp that tells silclog
+         wether to print or not the timestamp in the logging files.
+         Affected file lib/silcutil/silclog.[ch].
+
+       * Added silcd configuration option Timestamp in the Logging
+         section.  Affected file silcd/serverconfig.[ch],
+         doc/example_silcd.conf.in.
+
+Fri Aug 30 08:57:33 CEST 2002 Pekka Riikonen <priikone@silcnet.org>
+
+       * Fixed fingerprint checking to check for entirely empty
+         fingerprint instead of two first bytes when determining
+         if it is set.  Bug #18.  Affected file silcd/command.c.
+
+       * Fixed duplicate PKCS name registering to not allow it.
+         Bugs #17.  Affected file lib/silccrypt/silcpkcs.c.
+
+Sun Aug 25 08:02:04 CEST 2002 Lubomir Sedlacik <salo@silcnet.org>
+
+       * Conditionalize non-gcc compiler optimizations for various
+         platforms, enable those commented out.  Cleanups.
+         Affected file lib/silcmath/mpi/configure.in
+
 Sat Aug 24 15:11:32 EEST 2002 Timo Sirainen <tss@iki.fi>
 
        * silc_rng_exec_command() left zombie processes if command
-         didn't generate any output.
+         didn't generate any output.  Affected file
+         lib/silccrypt/silcrng.c
 
 Fri Aug 23 22:05:44 CEST 2002 Lubomir Sedlacik <salo@silcnet.org>