Commit Graph

13 Commits

Author SHA1 Message Date
c272dc5f85 feat: add some debug data collection buttons 2021-03-03 18:05:43 -05:00
3728decd61 fix: actually serialise ml field 2021-01-29 15:11:08 -05:00
48942ed5d9 feat: include if report is ml 2021-01-29 15:03:14 -05:00
45ab636d7e refactor: update for testing 2020-12-25 20:24:43 -05:00
22ebb14e40 fix: make plugin work on stock Dalamud
Use some horrible, cursed AppDomain shit to load dependencies that break on normal Dalamud in their own environment, then do classification there instead.
2020-12-23 03:52:19 -05:00
76462ff628 feat: add machine learning mode 2020-12-22 20:23:54 -05:00
0873aadd1b refactor: fix up some code and prepare for sdk 2020-12-19 20:19:03 -05:00
87d4bdc539 fix: correctly detect battle messages 2020-09-23 23:07:30 -04:00
1a6103892c fix: categorise messages better 2020-09-14 18:03:42 -04:00
a476c30093 fix: add more chat types 2020-09-05 12:44:17 -04:00
9abeb93564 feat: include defs version in reports 2020-09-04 15:27:34 -04:00
8cec085902 fix: classify more messages 2020-09-04 14:00:57 -04:00
fd406e4826 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