-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule irctest
updated
20 files
+2 −2 | .github/workflows/test-stable.yml | |
+6 −0 | Makefile | |
+10 −1 | irctest/cases.py | |
+3 −0 | irctest/controllers/anope_services.py | |
+1 −0 | irctest/controllers/ngircd.py | |
+12 −1 | irctest/dashboard/format.py | |
+0 −23 | irctest/irc_utils/ambiguities.py | |
+1 −1 | irctest/irc_utils/message_parser.py | |
+3 −3 | irctest/patma.py | |
+4 −4 | irctest/self_tests/cases.py | |
+3 −7 | irctest/server_tests/cap.py | |
+184 −151 | irctest/server_tests/chathistory.py | |
+3 −2 | irctest/server_tests/isupport.py | |
+18 −54 | irctest/server_tests/join.py | |
+4 −2 | irctest/server_tests/monitor.py | |
+48 −5 | irctest/server_tests/multi_prefix.py | |
+50 −8 | irctest/server_tests/names.py | |
+24 −9 | irctest/server_tests/utf8.py | |
+3 −1 | irctest/server_tests/whois.py | |
+2 −2 | workflows.yml |