Adblock for FFXIV.
Go to file
Anna Clemens e24c54cfbc
refactor(training): compute properties in pipeline
Hopefully no longer required the data structure to be updated when new computed properties are added. This should also reduce duplication and make it easier to make bigger changes to the model without needing to update the plugin.
2020-12-28 21:01:35 -05:00
NoSoliciting chore: update DalamudPackager 2020-12-28 20:23:56 -05:00
NoSoliciting.CursedWorkaround refactor(model): add weight column 2020-12-28 15:09:32 -05:00
NoSoliciting.Interface fix: make plugin work on stock Dalamud 2020-12-23 03:52:19 -05:00
NoSoliciting.Tests chore: add some PF RMT tests (already covered) 2020-12-28 20:23:24 -05:00
NoSoliciting.Trainer refactor(training): compute properties in pipeline 2020-12-28 21:01:35 -05:00
.gitattributes chore: initial commit 2020-08-04 18:22:57 -04:00
.gitignore chore: add packaging script 2020-09-04 14:03:10 -04:00
LICENCE chore: add readme and licence 2020-09-01 10:18:57 -04:00
NoSoliciting.sln feat(trainer): add trainer to actual repo 2020-12-28 20:14:19 -05:00
README.md chore: add readme and licence 2020-09-01 10:18:57 -04:00

NoSoliciting

Adblock for FFXIV.

Summary

NoSoliciting filters chat messages and Party Finder listings based on various built-in and custom filters. The built-in filters are updated in the definitions.yaml file and can be updated without a plugin update. Custom filters are user-defined and are either case-insensitive substrings or regular expressions.

All messages and listings filtered are logged in case of false positives, and there is a reporting mechanism in which users can report if NoSoliciting had a false positive or a false negative.