Commit Graph

8 Commits

Author SHA1 Message Date
9ad9d89951 feat: add option to filter unjoinable ilvl PFs 2020-08-23 10:59:48 -04:00
40a705312c feat: substrings now case-insensitive + fast regex 2020-08-21 23:27:12 -04:00
ec2bfc03d0 feat: allow specifying main filters dynamically
Main filters (e.g. RMT, RP, FC) can now be fully specified by the
definitions file, allowing entire new classes of filters to be added
without a plugin update.
2020-08-21 13:46:42 -04:00
37b9694144 feat: add online definitions and FC/RP filters
Definitions for the built-in filters (RMT, FC, and RP) are now
downloaded from the git repo on plugin start and whenever the update
button is pressed. This will allow faster response to messages that
slip through, as updates can be pushed right away without needing to
release a new version.

After a successful download, the plugin writes the result to a cache
file in its config directory. In the event a download fails, the
plugin will fall back to that cached file. If that cached file does
not exist or fails to deserialise, the plugin will fall back to a file
included with each release after this commit called
default_definitions.yaml. If that file is missing (really only
possible because the user deleted it), an exception will be thrown.

Free Company recruitment messages and roleplaying advertisements are
now able to be filtered using built-in filters, hopefully making shout
chat and the Party Finder more bearable. As always, these are optional
filters (both default to disabled).
2020-08-21 05:00:04 -04:00
c10a8266b4 refactor: remove useless import 2020-08-07 18:08:32 -04:00
628ccea03e feat: add "advanced mode" with custom filters 2020-08-06 00:17:14 -04:00
15f0df08f3 feat: handle special characters 2020-08-04 19:30:29 -04:00
6443c8421e chore: initial commit 2020-08-04 18:22:57 -04:00