thelounge/test
Reto Brunner 67503efd21 Allow wildcards in hostmask
According to https://modern.ircdocs.horse/#wildcard-expressions
masks should support "*" and "?" wildcards.
Within TL this only impacts the /ignore functionality.

The reasoning for doing this is to ignore say GuestNNNN!*@* with
guest*!*@* and be done with it if someone spams a gateway.
2021-11-04 20:16:20 +01:00
..
client Fix length of the link in tests 2021-05-26 13:59:04 +02:00
commands Add firstCommand and do further checks on mode tests 2021-07-06 18:15:37 +00:00
fixtures Add the default IRC network for tests 2021-05-26 13:41:33 +02:00
models Save the proxy password so you don't have to reenter it after restart 2021-10-24 21:27:43 +02:00
plugins add highlight exceptions 2020-08-19 00:00:56 +02:00
src Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
tests Allow wildcards in hostmask 2021-11-04 20:16:20 +01:00
.mocharc.yml Upgrade mocha and remove mochapack 2020-04-11 12:27:08 +03:00
.nycrc-mocha.json Set up Prettier on md, html, json, and yaml 2019-07-17 10:22:30 +01:00
.nycrc-report.json Set up Prettier on md, html, json, and yaml 2019-07-17 10:22:30 +01:00
server.js Combine displayNetwork into lockNetwork 2020-04-15 10:56:05 +03:00
util.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00