Commit Briefs

f44007f42f Alexander Barton

ngIRCd 0.12.0 (tags/rel-0-12-0)


1a56c77751 Alexander Barton

Updated NEWS and ChangeLog for ngIRCd 0.12.0.



fc93044909 Florian Westphal

Fix complie on FreeBSD 5.4 and AIX.

This is picked from commits d9c26f3aeb35e979b72f7b0ac4220dbd07d7bc15 "ng_ipaddr.h must include netinet/in.h." and 4e507881f30c8b4296d87de519658e45f8cb417f "On AIX (for example) socklen_t is defined in sys/socket.h"


2e0c62df91 Florian Westphal

Fix secret channel information leak

/who on a secret channel that the user is not a member of now returns proper RPL_ENDOFWHO_MSG instead of nothing. [picked from 12cd554af1709c44f35024d7d2fc368fb22f133d; without testcase]


c5ba599140 Alexander Barton

ngIRCd 0.12.0-pre2 (tags/rel-0-12-0-pre2)


afc67ff323 Alexander Barton

Merge branch 'master' into branch-0-12-x


6cfc56064e Alexander Barton

Updated NEWS and ChangeLog for ngIRCd 0.12.0-pre2.


6052d04c60 Alexander Barton

Merge branch 'master' into branch-0-12-x


4a81367dac Alexander Barton

--configtest: fix missing whitespace at "ConnectIPv4" option.


9194319399 Alexander Barton

Testsuite: remove erroneous ConfUID setting in config file.

The config file for ngircds test suite contained obsolete ConfUID/ConfGID settings, causing ngircd to needlesly complain when started as non-root (which is hopefully the _normal_ case...)


32bf6d4de0 Alexander Barton

Merge branch 'master' into branch-0-12-x

Fixed bug 81: When trying to part a channel ("PART #channel") the client is not member of the daemon now correctly reports the numeric ERR_NOTONCHANNEL (442) insted of ERR_NOSUCHCHANNEL (403).


8c425945a2 Alexander Barton

--enable-ipv6: fix indentation in ./configure --help output.


33b1204349 Alexander Barton

Get rid of cvs-version.* and CVSDATE definition.

(cherry picked from commit b187fac244f4e14705f882ba7c43eef0238e2830)


b187fac244 Alexander Barton

Get rid of cvs-version.* and CVSDATE definition.


bb6ee46892 Alexander Barton

Merge branch 'master' of git://git.breakpoint.cc/fw/ngircd-fw


09968ee843 Alexander Barton

Documentation: get rid of some more references to CVS, switch to GIT.

(cherry picked from commit 6e9389b86c906c53a7797b8ced87a19195e16333)



523a6fad09 Alexander Barton

Report ERR_NOTONCHANNEL when trying to part a channel one is not member of.

When trying to part a channel ("PART #channel") the client is not member of the daemon now correctly reports the numeric ERR_NOTONCHANNEL (442) insted of ERR_NOSUCHCHANNEL (403).


22fa782be7 Florian Westphal

IPv6: Add config options to disabe ipv4/ipv6 support.

This also enables ipv6-only setups.


a8e0eb62e9 Alexander Barton

Don't include doc/CVS.txt in distribution archive, use doc/GIT.txt now! (tags/rel-0-12-0-pre1)


54b17fc201 Alexander Barton

Channel_Part(): Code and comment cleanup.


2f6d7a649c Alexander Barton

Don't include doc/CVS.txt in distribution archive, use doc/GIT.txt now!

(cherry picked from commit a8e0eb62e9dce81ca4a5c5911428561b90bf2c6e)


4ea2932967 Alexander Barton

ngIRCd 0.12.0-pre1


25f48a2a34 Alexander Barton

IRC_PART(): code and comment cleanup.