Commit Graph

75 Commits

Author SHA1 Message Date
Shivaram Lingamneni bed3a4581a test 330 RPL_WHOISACCOUNT 2018-08-17 11:57:52 -04:00
Shivaram Lingamneni 481c6a03b2 add a test for MODE +i and RPL_WHOISCHANNELS 2018-04-22 16:48:44 -04:00
Daniel Oaks 9824bb2296 echo-message: Check server-time more accurately, and handle slight timing differences due to late application 2018-04-16 02:48:27 +10:00
Daniel Oaks a47e42f562 Add tests for labeled-responses 2018-02-11 08:56:30 +10:00
Daniel Oaks a9e0de4896 Make message tests less fragile 2017-12-26 12:56:17 +10:00
Shivaram Lingamneni b961f19922 Add tests for nonexistent channels
Inspired by oragono issue #165.
2017-11-13 22:53:56 -05:00
Daniel Oaks 97b3f4fb8b Add multi-prefix testcase 2017-11-02 01:04:15 +00:00
Daniel Oaks eda43b3cda tls -> starttls, to match feature name better 2017-11-02 00:15:30 +00:00
Daniel Oaks 39a90e5726 Don't send empty CAP REQ 2017-11-01 23:33:43 +00:00
Daniel Oaks 754f9ad250 Fix channel deterministic joining s'more 2017-11-01 17:42:44 +00:00
Daniel Oaks e4c3490787 Make tests around joining channels more deterministic 2017-11-01 17:29:45 +00:00
Daniel Oaks 59d5d2c76e channels: No-topic numeric isn't required after joining a channel, it's optional 2017-10-04 18:48:38 +10:00
Daniel Oaks 463733c772 channels: Check server casemapping before doing mapping checks 2017-10-04 18:44:43 +10:00
Daniel Oaks e670df8b56 account-tag: Remove MONITOR test since it doesn't make sense to have this in reality 2017-10-04 18:36:59 +10:00
Daniel Oaks 136e65eb13 chanops: Remove not-too-useful TOPIC test on setting mode? 2017-05-10 08:39:47 +10:00
Daniel Oaks dadf85c4a3 server: Fix double kick msgs test 2016-12-01 18:00:57 +10:00
Daniel Oaks c6663bc9b6 LIST: make RPL_LISTSTART optional (as it is today) 2016-11-30 01:40:03 +10:00
Daniel Oaks ca8b3cf625 Add Deprecated test classes, for ones that shouldn't be run by default these days 2016-11-30 01:19:19 +10:00
Daniel Oaks da25b59380 test_sasl: Unify successful auth checking a bit more 2016-11-29 22:37:08 +10:00
Valentin Lorentz 1f9e3a3546 Fix typo. 2016-07-20 10:24:06 +02:00
Valentin Lorentz 8948976bba Add tests for invite to non-existing channels. 2016-01-01 12:02:50 +01:00
Valentin Lorentz f91693eeea Mark case sensitivity tests as strict.
https://github.com/mammon-ircd/mammon/issues/76
2015-12-30 16:23:31 +01:00
Valentin Lorentz 68e6adda69 Add tests for extended-join. 2015-12-29 12:54:09 +01:00
Valentin Lorentz 027dce4ef7 Add test to check a “MONITOR -” has no effect on other users. 2015-12-28 14:50:03 +01:00
Valentin Lorentz a90490019f Fix test on servers not implementing server-time. 2015-12-28 12:40:08 +01:00
Valentin Lorentz 7fd17ad329 Proper synchronization instead of time.sleep() 2015-12-28 12:34:57 +01:00
Valentin Lorentz 1de1ca40d7 Add tests for account-tag. 2015-12-26 21:45:50 +01:00
Valentin Lorentz 9aed850271 Fix comment. 2015-12-26 21:45:39 +01:00
Valentin Lorentz 0f87ecde3f Add tests for “MONITOR -” and “MONITOR + <hostmask>”. 2015-12-26 20:13:41 +01:00
Valentin Lorentz 5f07025a4a Add basic MONITOR tests. 2015-12-25 22:47:11 +01:00
Valentin Lorentz 4d7ba5f247 Remove debug prints. 2015-12-25 21:49:40 +01:00
Valentin Lorentz e2583a67ca Add STARTTLS tests. 2015-12-25 15:45:06 +01:00
Valentin Lorentz 6e50d100e9 Add test for SASL PLAIN with no authzid. 2015-12-24 22:35:15 +01:00
Valentin Lorentz da54b76b78 Add test on the interaction of server-time and echo-message. 2015-12-24 21:14:59 +01:00
Valentin Lorentz 87301592d4 Add echo-message tests. 2015-12-24 20:52:36 +01:00
Valentin Lorentz eb46c39723 Add tests for IRCv3.1 CAP LS/LIST. 2015-12-24 01:12:50 +01:00
Valentin Lorentz 073a8a3183 Return all parsed messages before raising ConnectionClosed.
Caused testQuitErrors to fail with Charybdis.
2015-12-23 21:32:20 +01:00
Valentin Lorentz 76f0224f25 Fix assertion message. 2015-12-23 21:28:36 +01:00
Valentin Lorentz 5d4473b767 Add option --loose. 2015-12-23 19:39:34 +01:00
Valentin Lorentz 4ef79cbe45 Improve error messages. 2015-12-23 19:05:21 +01:00
Valentin Lorentz 53f916991f Add METADATA tests. 2015-12-22 22:33:23 +01:00
Valentin Lorentz 2cc4ad4f0f Make the set of tested specifications configurable. 2015-12-22 19:55:48 +01:00
Valentin Lorentz ef8adc7ede Rename irctest.optionality to irctest.runner, and clean code a bit. 2015-12-22 18:54:06 +01:00
Valentin Lorentz 95db1d4dfd Add tests for channel names sensitivity. 2015-12-22 12:14:55 +01:00
Valentin Lorentz 63671afcf4 Add TOPIC test cases. 2015-12-22 05:06:51 +01:00
Valentin Lorentz 8425bf7c2a Add test for KICKs with two targets. 2015-12-22 04:37:19 +01:00
Valentin Lorentz 3b196ce445 Add test testKickSendsMessages. 2015-12-22 01:56:01 +01:00
Valentin Lorentz 813f968321 Fix assertion messages. 2015-12-22 01:29:05 +01:00
Valentin Lorentz d5de337c8d Add tests for AUTHENTICATE with auth string longer than 399 characters. 2015-12-22 00:47:02 +01:00
Valentin Lorentz 1dd70a8b54 Better doc. 2015-12-22 00:46:18 +01:00