From: Alexander Barton Date: Thu, 3 Aug 2006 14:37:29 +0000 (+0000) Subject: Synchronized documentation with branch-0-10-x ... X-Git-Tag: rel-0-11-0-pre2~128 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=c888c81adf0964e12ae2961550836a52da7c3678 Synchronized documentation with branch-0-10-x ... --- diff --git a/ChangeLog b/ChangeLog index 698595e1..8fa01300 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 @@ -12,6 +12,10 @@ 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 to all locally connected clients before the server goes down. @@ -654,4 +658,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.303 2006/08/03 14:37:29 alex Exp $ diff --git a/INSTALL b/INSTALL index 081f3eec..f4a6ae4d 100644 --- a/INSTALL +++ b/INSTALL @@ -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.24 2006/08/03 14:37:29 alex Exp $ diff --git a/NEWS b/NEWS index 7189c9e4..b9b01e05 100644 --- a/NEWS +++ b/NEWS @@ -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.76 2006/08/03 14:37:29 alex Exp $ diff --git a/README b/README index 30a6fc81..f6c14a47 100644 --- a/README +++ b/README @@ -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 . -- -$Id: README,v 1.21 2005/07/09 14:39:42 alex Exp $ +$Id: README,v 1.22 2006/08/03 14:37:29 alex Exp $ diff --git a/doc/CVS.txt b/doc/CVS.txt index 5dc478ae..814d807c 100644 --- a/doc/CVS.txt +++ b/doc/CVS.txt @@ -1,7 +1,7 @@ ngIRCd - Next Generation IRC Server - (c)2001-2003 by Alexander Barton, + (c)2001-2006 Alexander Barton, alex@barton.de, http://www.barton.de/ ngIRCd is free software and published under the @@ -47,11 +47,11 @@ Updating the CVS tree: You can update a single file or the complete source tree. -III. Write Access -~~~~~~~~~~~~~~~~~ +II. Write Access +~~~~~~~~~~~~~~~~ If you want to contribute a couple of patches and write access to the CVS repository would be handy, please contact Alex Barton, . -- -$Id: CVS.txt,v 1.8 2006/07/23 12:43:15 alex Exp $ +$Id: CVS.txt,v 1.9 2006/08/03 14:37:29 alex Exp $ diff --git a/doc/Zeroconf.txt b/doc/Zeroconf.txt index 3f8f55e6..04a32325 100644 --- a/doc/Zeroconf.txt +++ b/doc/Zeroconf.txt @@ -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 @@ -16,7 +16,8 @@ with DNS Service Discovery (DNS-SD[3]). To use this features you can use one of two APIs: a) Apple "Bonjour" API as used by Mac OS X, - b) the Howl[4] Zeroconf library. + b) the Howl[4] Zeroconf library or the Howl compatibility layer + of the newer Avahi[5] library. When calling the configure script using the "--with-zeroconf" switch the avalable API will be autodetected and the required additional libraries will @@ -32,7 +33,8 @@ Links: [2] http://www.multicastdns.org/ [3] http://www.dns-sd.org/ [4] http://www.porchdogsoft.com/products/howl/ + [5] http://avahi.org/ -- -$Id: Zeroconf.txt,v 1.1 2005/07/08 16:19:03 alex Exp $ +$Id: Zeroconf.txt,v 1.2 2006/08/03 14:37:29 alex Exp $