1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-09 05:55:57 +00:00

Fixed maximum length of user names, now allow up to 9 characters.

This commit is contained in:
Alexander Barton
2005-07-05 22:44:47 +00:00
parent ccb747cb3b
commit e5a19fa3a0
2 changed files with 5 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ ngIRCd CVSHEAD
ngIRCd 0.9.x
- Fixed maximum length of user names, now allow up to 9 characters.
- Cut off oversized IRC messages that should be sent to the network instead
of shuttding down the (wrong) connection.
- Don't generate error messages for unknown commands received before the
@@ -612,4 +613,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.277 2005/07/02 14:46:38 alex Exp $
$Id: ChangeLog,v 1.278 2005/07/05 22:44:47 alex Exp $