commit - fac4682212c2dabefebc690a7a4d6e6023525363
commit + c888c81adf0964e12ae2961550836a52da7c3678
blob - 698595e14ab5f58d688e81685171a5e7b59b7b72
blob + 8fa013008702bd61371624217b5dd03e4d585ed0
--- 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
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.303 2006/08/03 14:37:29 alex Exp $
blob - 081f3eecd23e3f0f7ab252289c49dd851e4c75cf
blob + f4a6ae4d74e66bd7435342c1b8c65a849c3763be
--- 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.24 2006/08/03 14:37:29 alex Exp $
blob - 7189c9e47d33fcca4a3b45ddcf3a170ececa3dee
blob + b9b01e052dbfafb69111401bccace9a266a3375b
--- 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.76 2006/08/03 14:37:29 alex Exp $
blob - 30a6fc8190d465a0c96690c5e8b4389351f4b9b8
blob + f6c14a47545ceb3a22d1f4b69198baaa4ef362ff
--- 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.22 2006/08/03 14:37:29 alex Exp $
blob - 5dc478ae88b6252bb81cc47def6abae296750194
blob + 814d807cb0110a5ac6ff9b2e82b1a48a77e1ca67
--- doc/CVS.txt
+++ doc/CVS.txt
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
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, <alex@barton.de>.
--
-$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 $
blob - 3f8f55e62c6f09ee7d72a5a8995a49d495f7ac7e
blob + 04a323252d4184d4d296f8e55ebad9780c14d02d
--- doc/Zeroconf.txt
+++ doc/Zeroconf.txt
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
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
[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 $