Commit Briefs

03e6568079 Alexander Barton

ngIRCd Release 22.1 (tags/rel-22.1)


7dacc314f9 Alexander Barton

Update NEWS and ChangeLog for ngIRCd 22.1


24adfb88b4 Alexander Barton

Update some copyright notices for 2015


6ed440a030 Alexander Barton

Platforms.txt: Add and update systems

- Update powerpc/apple/darwin7.9.0 Thanks to Götz Hoffart <goetz@hoffart.de>!


c7bbc9a390 Alexander Barton

Fix spelling of RPL_WHOISBOT message text


6171beb7ab Alexander Barton

Don't send nick name as default PART reason

No other IRC daemon seems to do this (today?), don't remember why ngIRCd did it in the first place ... Closes #185. Reported by Cahata in #ngircd, thanks!


2196e945e4 Alexander Barton

Fix "WHO #<chan>" showing invisible users and hiding all visible

The logic is reversed ... This bug has been introduced by commit c74115f2, "Simplify mode checking on channels and users within a channel", ngIRCd releases 21, 21.1, and 22 are affected :-( Problem reported by Cahata in #ngircd, Thanks!


f16eb1b686 Alexander Barton

Fix typo in src/testsuite/README


c41f18e3f9 Alexander Barton

Auth PING: Fix our information text for manual sending of "PONG"

Up to now, ngIRCd doesn't send a valid IRC command at all, oops!


dbfe1beca8 Alexander Barton

Auth PING: The numeric ID is a "long", use atol()


6bdae55177 Alexander Barton

Auth PING: Don't send a prefix in our PING command

The prefix confuses WeeChat, at least, which doesn't send an appropriate PONG in the case ... Debugging and patch by "wowaname" on #ngircd, thanks!


fb5ae9e844 Alexander Barton

FAQ: How can I "auto-op" users in channels?


bd8d4e710c Alexander Barton

Fix syntax of ERR_LISTFULL_MSG(478) numeric

Pointed out by "wowaname" in #ngircd, thanks!


9a931a549b Alexander Barton

Enhance debug messages while sending CHANINFO commands


3c30490d54 Alexander Barton

Reset "last try" timer when enabling a passive server

This results in a new connection attempt as soon as possible.


6250335352 Alexander Barton

Change log message for "Can't resolve address"


7e14bd3b58 Alexander Barton

Change log messages issued for IP address forgeries


31b3c83c1f Alexander Barton

Merge remote-tracking branch 'alex/TestsuiteNoDNS'

* alex/TestsuiteNoDNS: Test suite: Don't use DNS lookups


6e4235443e Alexander Barton

Merge branch 'CipherListNoSSL3'

* CipherListNoSSL3: INSTALL: List the changed SSL CipherList default value. Update "CipherList" to not enable SSLv3 by default


3f807e1045 Alexander Barton

Test suite: Don't use DNS lookups

Different operating systems do behave quite differently when doing DNS lookups, for example "127.0.0.1" sometimes resolves to "localhost" and sometimes to "localhost.localdomain" (for example OpenBSD). And other systems resolve "localhost" to the real host name (for example Cygwin). So not using DNS at all makes the test site much more portable.


cdcf474f15 Alexander Barton

INSTALL: List the changed SSL CipherList default value.


f33a4067a1 Alexander Barton

HowToRelease.txt: Add note about the bug tracker


39b8fc65b6 Alexander Barton

Add "tests-skipped.lst" to src/testsuite/.gitignore


100de3e4cc Alexander Barton

Update "CipherList" to not enable SSLv3 by default

Idea, initial patch, and testing by Christoph Biedl <ngircd.anoy@manchmal.in-ulm.de>


7b58538074 Alexander Barton

ngIRCd Release 22 (tags/rel-22)