Hi All!
After ngIRCd 20~rc1 a few weeks ago, I just released the second release candidate, ngIRCd 20~rc2.
There have been a few fixes and one "feature enhancement" since the first release candidate, see the ChangeLog:
• Rework cloaked hostname handling and implement the "METADATA cloakhost" subcommand: Now ngIRCd uses two fields internally, one to store the "real" hostname and one to save the "cloaked" hostname. This allows "foreign servers" (aka "IRC services") to alter the real and cloaked hostnames of clients without problems, even when the user itself issues additional "MODE +x" and "MODE -x" commands. • RPL_UMODEIS: send correct target name, even on server links. • Update platformtest.sh to follow autoconf changes and only generate the "configure" script when it is missing. • Fix the test suite to correctly execute test scripts even when stdout is redirected. • Fix some compiler warnings on NetBSD and OpenBSD.
You can find more information on our homepage at http://ngircd.barton.de/ and its mirror http://ngircd.berlios.de/. The primary download locations are:
• ftp://ftp.berlios.de/pub/ngircd/ • http://ngircd.barton.de/pub/ngircd/
Please test this release candidate and report any problems and bugs you encounter, either to this list, the #ngircd channel on irc.barton.de (irc://irc.barton.de/#ngircd), or our bug tracker:
• http://ngircd.barton.de/bugzilla/
Thanks! Alex
On 12/02/2012 01:18 PM, Alexander Barton wrote:
After ngIRCd 20~rc1 a few weeks ago, I just released the second release candidate, ngIRCd 20~rc2.
Hi Alexander,
Thanks for doing these RCs. I just checked this out, and I see that CLIENT_USER_LEN is still 10. Based on http://arthur.barton.de/pipermail/ngircd-ml/2012-October/000579.html, I thought it would be increased to at least 20. Any chance of a change making it into the final release?
Thanks again,
Hi Brett!
On Fri, Dec 07, 2012 at 11:51:41AM -0500, Brett Smith wrote:
On 12/02/2012 01:18 PM, Alexander Barton wrote:
After ngIRCd 20~rc1 a few weeks ago, I just released the second release candidate, ngIRCd 20~rc2.
Hi Alexander,
Thanks for doing these RCs. I just checked this out, and I see that CLIENT_USER_LEN is still 10. Based on http://arthur.barton.de/pipermail/ngircd-ml/2012-October/000579.html, I thought it would be increased to at least 20. Any chance of a change making it into the final release?
Ooops, thanks for pointing this out, my bad!
Now this change is committed to our master branch and _will_ be contained in the next release. (GIT commit ID 1342f78.)
Regards Alex