Commit Graph

8 Commits

Author SHA1 Message Date
Anna 828aa6914f
chore: add packaging script 2020-09-04 14:03:10 -04:00
Anna 89c1bcfee6
feat: add reporting
Add a new window that can be opened from the config that allows
reporting messages and listings that NoSoliciting either didn't filter
but should have or did filter but shouldn't have.

This comes with the added benefit of showing why (both in the
reporting window and the log) a message was filtered for easier
debugging.
2020-08-31 13:47:51 -04:00
Anna 7b8d2fa4bc
feat: add option to filter unjoinable ilvl PFs 2020-08-23 10:59:48 -04:00
Anna 122c78e279
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
Anna dc249b2cbb
feat: add "advanced mode" with custom filters 2020-08-06 00:17:14 -04:00
Anna 5dca5fbd1f
fix: use appdata variable instead of path 2020-08-04 20:26:38 -04:00
Anna 057a48e5f3
feat: handle special characters 2020-08-04 19:30:29 -04:00
Anna 42c9026ff8
chore: initial commit 2020-08-04 18:22:57 -04:00