1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-28 12:56:18 +00:00
ngircd/src
Dana Dahlstrom 1784180bf3 Don't send trailing space in MODE messages
Under some circumstances ngIRCd currently issues a channel MODE message
with a trailing space after the last parameter, which isn't permitted by
the grammar in RFC 2812 section 2.3.1:

http://tools.ietf.org/html/rfc2812#section-2.3.1

The following patch modifies mode-test.e to expose this, and modifies
irc-mode.c to correct it.
2008-02-26 23:49:33 +01:00
..
ngircd Don't send trailing space in MODE messages 2008-02-26 23:49:33 +01:00
portab added "portabtest" binary to list of files to ignore. 2006-12-28 13:34:43 +00:00
testsuite Don't send trailing space in MODE messages 2008-02-26 23:49:33 +01:00
tool include <arpa/inet.h> inside tool.h 2007-11-25 18:42:37 +00:00
.cvsignore Added .cvsignore files to hide generated files from CVS. 2006-12-28 13:20:07 +00:00
Makefile.am Removed "srcdoc" target for src/ tree (now in doc/ subdirectory). 2005-07-22 21:01:03 +00:00