* silent.py tests for channels with mode +s appearing in LIST only when the user is connected to that channel
* Added assertions for exact content of lines with command RPL_LIST and checks for exact number of RPL_LIST replies
* fix linter errors
* only validate the first two parameters of RPL_LIST
* rename to secret channel test, add citation
* ignore ngircd pseudo-channel
* attempt to fix charybdis/solanum and ircu issues
* review fixes
Co-authored-by: William Rehwinkel <willrehwinkel@gmail.com>
* Add tests for INFO
* Workaround remote INFO being oper-only on some ircds
* Skip testInfoNosuchserver on Ergo
* info: Mark tests with target as deprecated.
* Add tests for WHO
* Make the mask in RPL_ENDOFWHO case-insensitive + skip test when there is a space in the mask
* Remove 'o' flag of WHO, it's not consistently implemented
* Skip matches on username and realname (for now?)
* Add workarounds from irc2 and ircu2.
* Add test for 'WHO *'.
* Exclude mask tests in test_who.py for Bahamut
* Add tests for WALLOPS
* Add perms on plexus/hybrid, skip on ergo, laxer matching for ircu2
* Fix again for irc2 and ircu2
* Servers MAY send WALLOPS only to operators.
* Fix some mode tests not being collected because of their class name
* testBan: Remove unnecessary dependency on echo-message (fixes support for servers without CAP LS)
* Add testWhoisNumerics, to check Modern exhaustively covers known numerics
* ircu2: Workaround for server name in testWhoisNumerics.
* testWhoisUser: Work around ircu2 restrictions on nick and username
* testWhoisNumerics: Add variant with authenticated user
* testWhoisNumerics: Add support for RPL_AWAY and RPL_WHOISSPECIAL
* testWhoisNumerics: Add variant where the WHOIS sender opers up first
* testWhoisUser: Also test with targets
* inspircd: Fix oper configuration
* Fix RPL_WHOISACTUALLY matching for Unreal.