1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-11 06:46:01 +00:00

Include flags in RPL_WHOREPLY messages.

RPL_WHOREPLY messages generated by IRC_WHO don't include flags (*,@,+)
that should appear according to this description:

http://www.mishscript.de/reference/rawhelp3.htm#raw352

Other IRC servers do include the flags.

Modify who-test.e to expose missing flags,
modify ngircd-test.conf to accommodate who-test.e, and fix
irc-info.c to correct these problems.
This commit is contained in:
Dana Dahlstrom
2008-02-17 00:00:12 +00:00
committed by Florian Westphal
parent 1784180bf3
commit 2f71fbb2a1
6 changed files with 206 additions and 124 deletions

View File

@@ -11,6 +11,9 @@
ngIRCd HEAD
- RPL_WHOREPLY messages generated by IRC_WHO didn't
include flags (*,@,+) (Dana Dahlstrom)
- also add test cases for this (again, Dana)
- Under some circumstances ngIRCd issued
channel MODE messages with a trailing space. (Dana Dahlstrom)
- IRC_WHO now supports search patterns and will test this
@@ -746,4 +749,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.338 2008/02/16 11:27:48 fw Exp $
$Id: ChangeLog,v 1.339 2008/02/17 00:00:12 fw Exp $