1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-05-16 06:04:08 +00:00

Updated documentation.

This commit is contained in:
Alexander Barton 2006-08-02 08:19:38 +00:00
parent 2a22629e74
commit f9a928451d
4 changed files with 23 additions and 9 deletions

View File

@ -1,7 +1,7 @@
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
@ -10,7 +10,7 @@
-- 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
@ -654,4 +654,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$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 $

View File

@ -1,7 +1,7 @@
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
@ -241,4 +241,4 @@ number. In both cases the server exits after the output.
--
$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 $

18
NEWS
View File

@ -1,7 +1,7 @@
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
@ -10,6 +10,20 @@
-- 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.
@ -208,4 +222,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$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 $

4
README
View File

@ -1,7 +1,7 @@
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
@ -84,4 +84,4 @@ mail to <alex@barton.de>.
--
$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 $