updates
authorPekka Riikonen <priikone@silcnet.org>
Fri, 15 Jun 2001 07:18:45 +0000 (07:18 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Fri, 15 Jun 2001 07:18:45 +0000 (07:18 +0000)
TODO
apps/silcd/server.c

diff --git a/TODO b/TODO
index cdec708bb5037ed2bf8bd6b07e1fea20860999ab..49150aa2cf8e2d753d801ec7ba9ea32ad57f428b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,15 @@
 TODO/bugs in Irssi SILC client
 ==============================
 
+ o /NICK without arguments crashes the client
+
+ o /CMODE * +a without arguments crashes the client. Check other options
+   with arguments as well.
+
+ o /INVITE * nick crashes the remote client.
+
+ o Add PERL scripting support from Irssi CVS.
+
  o Add KNOCKOUT local command.  It should kick an client from channel and
    set a ban for it for number of seconds.
 
index 83cb7fef3597f4c65267378347ee5a68078983d0..0a2f11f9f74d2dcaede3f45c6e36c0215d795450 100644 (file)
@@ -483,6 +483,8 @@ void silc_server_run(SilcServer server)
 {
   SILC_LOG_DEBUG(("Running server"));
 
+  SILC_LOG_INFO(("SILC Server started"));
+
   /* Start the scheduler, the heart of the SILC server. When this returns
      the program will be terminated. */
   silc_schedule();