commit - 2a22629e7484681736196e6c17b0cb35b9d19c9a
commit + f9a928451dff0376c5980e994ff784247bdd6b0b
blob - 698595e14ab5f58d688e81685171a5e7b59b7b72
blob + 222ce0fa933b1bc6dd4bd1c1f65f35125f2e7b76
--- ChangeLog
+++ ChangeLog
ngIRCd - Next Generation IRC Server
- (c)2001-2005 Alexander Barton,
+ (c)2001-2006 Alexander Barton,
alex@barton.de, http://www.barton.de/
ngIRCd is free software and published under the
-- ChangeLog --
-ngIRCd CVSHEAD
+ngIRCd 0.10.0-pre1 (2006-08-02)
- Validate "ServerName" (see RFC 2812, section 2.3.1).
- Enhanced DIE to accept a single parameter ("comment text") which is sent
--
-$Id: ChangeLog,v 1.302 2006/07/23 16:42:45 alex Exp $
+$Id: ChangeLog,v 1.302.2.1 2006/08/02 08:19:38 alex Exp $
blob - 081f3eecd23e3f0f7ab252289c49dd851e4c75cf
blob + 19b554242453fcc6095a7b3409bb34d7b778a1cc
--- INSTALL
+++ INSTALL
ngIRCd - Next Generation IRC Server
- (c)2001-2004 by Alexander Barton,
+ (c)2001-2006 by Alexander Barton,
alex@barton.de, http://www.barton.de/
ngIRCd is free software and published under the
--
-$Id: INSTALL,v 1.23 2005/12/30 22:43:23 alex Exp $
+$Id: INSTALL,v 1.23.2.1 2006/08/02 08:19:38 alex Exp $
blob - 7189c9e47d33fcca4a3b45ddcf3a170ececa3dee
blob + ca538bac5a4ec6971fb2d652eb5c6370bbf10fa3
--- NEWS
+++ NEWS
ngIRCd - Next Generation IRC Server
- (c)2001-2005 Alexander Barton,
+ (c)2001-2006 Alexander Barton,
alex@barton.de, http://www.barton.de/
ngIRCd is free software and published under the
-- NEWS --
+ngIRCd 0.10.0-pre1 (2006-08-02)
+
+ - Enhanced DIE to accept a single parameter ("comment text") which is sent
+ to all locally connected clients before the server goes down.
+ - JOIN now supports more than one channel key at a time.
+ - Implemented numeric "333": Time and user name who set a channel topic.
+ - Channel topics are no longer limited to 127 characters: now the only limit
+ is the maximum length of an IRC command, i. e. 512 bytes (in practice, this
+ limits the topic to about 490 characters due to protocol overhead).
+ - Reverse DNS lookup code now checks the result by doing an additional
+ lookup to prevent spoofing.
+ - Added new IO layer which (optionally) supports epoll() and kqueue() in
+ addition to the select() interface.
+
ngIRCd 0.9.0 (2005-07-24)
- Never run with root privileges but always switch the user ID.
--
-$Id: NEWS,v 1.75 2005/07/26 19:41:49 alex Exp $
+$Id: NEWS,v 1.75.2.1 2006/08/02 08:19:38 alex Exp $
blob - 30a6fc8190d465a0c96690c5e8b4389351f4b9b8
blob + e9f2c76d252437efeba491696e0f98592efa58b2
--- README
+++ README
ngIRCd - Next Generation IRC Server
- (c)2001-2005 Alexander Barton,
+ (c)2001-2006 Alexander Barton,
alex@barton.de, http://www.barton.de/
ngIRCd is free software and published under the
--
-$Id: README,v 1.21 2005/07/09 14:39:42 alex Exp $
+$Id: README,v 1.21.2.1 2006/08/02 08:19:38 alex Exp $