1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-01-18 19:42:50 +00:00
ngircd/src
Alexander Barton 258143897c Return 461 (syntax error) on "JOIN :" and "PART :"
Up to this patch ngIRCd did not return any result (GIT master) or a badly
formated 403 (":irc.server 403 test  :No such channel" [note the two
spaces!], branch-0-12-x) on the above commands, this patch changes the
behaviour to reflect ircd 2.11 which returns 461 in both cases.
2008-07-22 13:18:19 +02:00
..
ipaddr make Listen parameter a comma-seperated list of addresses. 2008-05-19 14:27:35 +02:00
ngircd Return 461 (syntax error) on "JOIN :" and "PART :" 2008-07-22 13:18:19 +02:00
portab Use strtok_r instead of strchr in IRC_JOIN. 2008-05-26 21:20:03 +02:00
testsuite Fixes to misc-test: accept "localhost.<domain>" as well as "localhost" 2008-07-21 13:40:22 +02:00
tool Moved .cvsignore files to .gitignore 2008-04-09 18:54:52 +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