Commit Briefs

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.


7df90846e1 Alexander Barton

Synchronized branch-0-12-x (ngIRCd 0.12.0-pre1) with master.

(cherry picked from commit 4ea29329674ff8ec6d772991a57c146b5d78d2ad)


92a9092208 Alexander Barton

Updated NEWS and ChangeLog for upcoming 0.12.0-pre1 release.


a0efcdccfa Alexander Barton

Updated copyright notice to read "2001-2008".


012aeca32b Alexander Barton

Added make target "testsuite"

This make target runs the testsuite located in src/testsuite without running alle the other tests that "make check" would run.