ngircd-tor/src
Florian Westphal 95e8320ca9 irc.c: Fix handling of channels containing dots
commit 2546a13ad2
('Cumulative Message Patch') broke PRIVMSG to channels
containing dots.

Fix this by switching evaluation order:
Check first if the target matches a existing channel and only do a check
for target masks if that failed.

PRIVMSG with host/server masks is described in RFC 2812, section 3.3.1.

Makes one wonder how a server is _really_ supposed to tell the difference
between hostmasks and channel names.

Sigh.
2009-01-18 00:20:38 +01:00
..
ipaddr make Listen parameter a comma-seperated list of addresses. 2008-05-19 14:27:35 +02:00
ngircd irc.c: Fix handling of channels containing dots 2009-01-18 00:20:38 +01:00
portab Added some missing files of GIT tree to distribution archives 2008-11-13 23:17:32 +01:00
testsuite Testsuite start-server.sh: return correct exit code. 2008-12-03 16:49:55 +01:00
tool New function ngt_UpperStr() 2008-09-23 11:53:15 +02:00
.gitignore GIT: added src/src/config.h.in~ to ignore list. 2008-06-11 16:02:06 +02:00
Makefile.am IPv6 support. 2008-02-26 23:50:35 +01:00