Hello "World"!
Since the release of ngIRCd 0.10.0 there have been a few fixes and
enhancements to the CVS branch of ngIRCd 0.10.x, so here we go:
ngIRCd 0.10.1 has been released and can be downloaded from the usual
locations:
<ftp://ftp.berlios.de/pub/ngircd/ngircd-0.10.1.tar.gz>
<ftp://ngircd.barton.de/pub/ngircd/ngircd-0.10.1.tar.gz>
And soon it should be available via HTTP from this site:
<http://prdownload.berlios.de/ngircd/ngircd-0.10.1.tar.gz>
The GnuPG signature and a patch from 0.9.0 is available and can be
downloaded from here:
<ftp://ngircd.barton.de/pub/ngircd/>
All the above and more information, bug tracker, and CVS web frontend
can be found via the homepage of ngIRCd which can be found here:
<http://ngircd.barton.de/>
<http://ngircd.berlios.de/>
This release is tagged as "rel-0-10-1" in CVS.
Changes since ngIRCd 0.10.0 are:
- Fixed validation of server names containing digits.
- Update the "info text" of the local server after re-reading
configuration.
- Changed Numerics 265 and 266 to follow ircd 2.11.x "standards".
- Allow PASS syntax defined in RFC 1459 for server links, too.
- Enhanced ISUPPORT message (005 numeric).
- New configuration option "PredefChannelsOnly": if set, clients can
only join predefined channels.
- Code cleanups: use "LogDebug(...)" instead of "Log(LOG_DEBUG, ...)",
use "strcspn()", unsigned vs. signed, use "const", fix whitespaces,
...
Regards
Alex