connectClient implicitly assumed that the CAP LS 302 output would be
a single registration message. This caused incorrect skipping of some tests
with `skip_if_cap_nak=True`, for example
RegisterEmailVerifiedTestCase.testAfterConnect on Ergo.
Technically there is no need for connectClient to send CAP LS before CAP REQ;
however, this provides additional test coverage for the syntactic correctness
of the CAP LS output in multiple server configurations, so we might as well
keep it.
* 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)