|
7be29ad801
|
rename Oragono to Ergo
|
2021-05-27 00:07:32 -04:00 |
|
|
6bdfdf58b2
|
first pass at renaming oragono to ergo
|
2021-05-26 16:02:22 -04:00 |
|
|
db0c64fa30
|
remove draft/resume-0.5 tests
|
2021-05-19 08:49:49 +02:00 |
|
|
729b7cb8d8
|
regression test for oragono/oragono#1642
|
2021-05-05 22:08:22 +02:00 |
|
|
322cb7ae26
|
Skip testQuitErrors on charybdis, it's also very flaky
|
2021-04-18 09:21:50 +02:00 |
|
|
277f383e02
|
Skip testQuitErrors on ircd-seven, it's very flaky
|
2021-04-18 09:21:50 +02:00 |
|
|
cfe0b0d3dd
|
Add test for message matching commands
+ fix a bug in tested code
+ change conftest.py to allow missing --controller arg (which is
an UI improvement, as it allows using 'pytest --help' now)
|
2021-04-18 09:21:27 +02:00 |
|
|
498b67ae96
|
Remove CHATHISTORY * and znc.in/playback *self
CHATHISTORY * is being removed here:
https://github.com/ircv3/ircv3-specifications/pull/450
znc.in/playback *self was an Oragono extension that didn't catch on:
https://github.com/oragono/oragono/issues/1205
|
2021-04-17 23:26:06 +02:00 |
|
|
1846794466
|
Remove warning about Sopel
https://github.com/sopel-irc/sopel/issues/946 seems to be fixed
|
2021-04-17 22:28:58 +02:00 |
|
|
5e622a34d3
|
test_buffering: add support for ERR_INPUTTOOLONG
|
2021-03-05 20:29:44 +01:00 |
|
|
4d2976c7e6
|
Use TCP_NODELAY on the socket, it may be better to make test_buffering relevant
|
2021-03-05 20:21:48 +01:00 |
|
|
c58c238875
|
Add a set of buffering/truncation test cases.
Also checks for UTF8ONLY
|
2021-03-05 19:30:30 +01:00 |
|
|
a0bceabf80
|
fix the build by upgrading go
|
2021-03-05 19:30:15 +01:00 |
|
|
100b53fb18
|
test for Oragono disallowing truncation
|
2021-03-05 19:30:15 +01:00 |
|
|
6d74a06327
|
always negotiate batch with labeled-response, it's required by the spec
|
2021-03-04 17:38:50 +01:00 |
|
|
5b82b9b3d2
|
Merge pull request #46 from slingamn/inputtoolong.1
allow ERR_INPUTTOOLONG if a PRIVMSG cannot be relayed
|
2021-03-03 17:11:36 -05:00 |
|
|
0f2445c1eb
|
review fixes
|
2021-03-03 14:37:03 -05:00 |
|
|
74f40ad23d
|
allow ERR_INPUTTOOLONG if a PRIVMSG cannot be relayed
|
2021-03-03 13:57:11 -05:00 |
|
|
1e0de7aefb
|
assertMessageMatch: Add pattern-matching on tags, and start using it.
|
2021-03-01 21:59:50 +01:00 |
|
|
3c2db1531a
|
register: Update error name to COMPLETE_CONNECTION_REQUIRED to follow the spec
|
2021-02-28 23:34:23 +01:00 |
|
|
3f231403ba
|
Use assertMessageMatch whenever possible, and generalize listMatch to accept regexps
it's stricter this way + hopefully more readable and better error msgs
|
2021-02-28 23:22:31 +01:00 |
|
|
e012c5248b
|
Move list_match to its own module, and prepare generalizing AnyStr
|
2021-02-28 23:22:31 +01:00 |
|
|
b8867cf4a2
|
Use a new 'magic' class AnyStr instead of Ellipsis for pattern-matching messages.
|
2021-02-28 20:44:31 +01:00 |
|
|
1fbd51c0b5
|
Rename assertMessageEqual to assertMessageMatch
it describes the function better
|
2021-02-28 20:44:31 +01:00 |
|
|
62a87b5957
|
type-annotate all functions outside the tests themselves.
|
2021-02-28 18:45:13 +01:00 |
|
|
ac2a37362c
|
Use dataclasses instead of dicts/namedtuples
|
2021-02-28 18:45:13 +01:00 |
|
|
12da7e1e3b
|
Enable mypy, and do the minimal changes to make it pass
|
2021-02-28 18:45:13 +01:00 |
|
|
1c1b8214a0
|
normalize_namreply_params: Fix typo in function call
|
2021-02-28 18:45:13 +01:00 |
|
|
04ae1dcba1
|
echo_message: run black
|
2021-02-28 11:59:25 +01:00 |
|
|
00ff27f277
|
resume: rename bar/baz to observer/mainnick to improve readability
|
2021-02-28 11:31:56 +01:00 |
|
|
6125381598
|
fix typo in spec name
|
2021-02-28 10:00:24 +01:00 |
|
|
daa182bcd2
|
Make testDirectMessageEcho not Oragono-specific
|
2021-02-28 09:57:37 +01:00 |
|
|
f7be6cf016
|
Make all remaining tests not Oragono-specific when relevant.
|
2021-02-28 09:57:16 +01:00 |
|
|
6b6b86415d
|
Make testKeyValidation not Oragono-specific.
|
2021-02-28 09:43:08 +01:00 |
|
|
28ecfc4608
|
testStatusmsgFromOp: Fix interleaved events causing the test to be flaky.
|
2021-02-28 09:41:44 +01:00 |
|
|
96a8d1f7ff
|
Make MuteExtban not Oragono-specific.
|
2021-02-28 09:24:47 +01:00 |
|
|
8cefc57e61
|
cases: Get rid of the subcommand/subparams nonsense
Tt was specific to the CAP command but pretended to be generic.
Instead, allow matching on the params argument using Ellipsis.
|
2021-02-28 08:59:48 +01:00 |
|
|
70fcc15e00
|
statusmsg: Make tests non Oragono-specific.
|
2021-02-28 08:57:39 +01:00 |
|
|
da9567b612
|
Add BanMode tests.
|
2021-02-28 08:56:20 +01:00 |
|
|
51d0ce4483
|
Remove getIsupport(), it's redundant with server_support
|
2021-02-27 16:00:28 +01:00 |
|
|
22eb8d4369
|
inspircd: Enable all modules for caps/commands that we can test
Instead of skipping these tests.
|
2021-02-27 15:34:59 +01:00 |
|
|
06972fc1c4
|
Add Solanum
|
2021-02-27 15:34:59 +01:00 |
|
|
72eee6114f
|
Add ircd-seven
|
2021-02-27 15:23:33 +01:00 |
|
|
407fe663d1
|
Add Solanum
|
2021-02-27 15:23:33 +01:00 |
|
|
4d50c3eabc
|
Rewrite PART tests to actually follow the RFCs.
|
2021-02-27 14:27:22 +01:00 |
|
|
309a0e45e7
|
assertMessageEqual: fix error msg
|
2021-02-27 14:14:08 +01:00 |
|
|
0352a83a73
|
Change IRCv3 marks to reference capabilities instead of v3.1 / v3.2
|
2021-02-27 12:59:28 +01:00 |
|
|
5ab2fa709e
|
Fix testNickReleaseUnregistered on inspircd
PING is not valid before registration.
|
2021-02-27 10:33:57 +01:00 |
|
|
b405a94c34
|
Patch InspIRCd to make tests run faster
|
2021-02-27 00:32:36 +01:00 |
|
|
de243b38eb
|
Fix testCapRemovalByClient for Charybdis
|
2021-02-26 21:26:25 +01:00 |
|