about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2005-06-24 20:56:46 +0000
committerAlexander Barton <alex@barton.de>2005-06-24 20:56:46 +0000
commit162338b8c8ffe7a0a83dc0e1e5dbc5b81e9cdc42 (patch)
treec5bad0c58f47c339624cee19d233b0ef88f25184 /ChangeLog
parentde395db8e3064919bbeaeb8344bf84f9566fb48b (diff)
downloadngircd-162338b8c8ffe7a0a83dc0e1e5dbc5b81e9cdc42.tar.gz
ngircd-162338b8c8ffe7a0a83dc0e1e5dbc5b81e9cdc42.zip
Ignore unknown commands received before the client is registered.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 46cf6f4d..06cc29f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,9 +11,12 @@
 
 
 ngIRCd CVSHEAD
-  - ngircd startup: never run with root privileges, i.e. always switch uid.
-  - Make Netsplit Messages RFC compliant.
-  - Fix handling of QUIT Messages: send only one message, even if client
+
+  - Don't generate error messages for unknown commands received before the
+    client is registered with the server (like the original ircd).
+  - Never run with root privileges but always switch the user ID.
+  - Make netsplit messages RFC compliant.
+  - Fix handling of QUIT Messages: send only one message, even if the client
     is member of multiple channels.
   - Don't exit server if closing of a socket fails; instead ignore it and
     pray that this will be "the right thing" ...
@@ -605,4 +608,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: ChangeLog,v 1.274 2005/06/17 19:04:53 fw Exp $
+$Id: ChangeLog,v 1.275 2005/06/24 20:56:46 alex Exp $