]> arthur.barton.de Git - ngircd-alex.git/commit
Include flags in RPL_WHOREPLY messages.
authorDana Dahlstrom <dana+70@cs.ucsd.edu>
Sun, 17 Feb 2008 00:00:12 +0000 (00:00 +0000)
committerFlorian Westphal <fw@strlen.de>
Tue, 26 Feb 2008 22:49:33 +0000 (23:49 +0100)
commit2f71fbb2a1319d1b0aca4c9564c2e51a88b4a578
tree52cfbeb9ce84e266f64b1b3cdc24a701b3922e3e
parent1784180bf346b6cbea86dabb0e4fdf592b19b012
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.
ChangeLog
src/ngircd/irc-info.c
src/testsuite/Makefile.am
src/testsuite/ngircd-test.conf
src/testsuite/who-away-test.e [deleted file]
src/testsuite/who-test.e [new file with mode: 0644]