Download
(10Kb)
Download
Updated: 01-30-11 08:24 PM
Pictures
File Info
Updated:01-30-11 08:24 PM
Created:07-05-10 12:40 AM
Downloads:4,144
Favorites:44
MD5:

QuestSpamFilter

Version: v12
by: Mortilus [More]

By Myrilandell of Lothar

QuestSpamFilter was chosen as a "Pick of the Week" on WoWInterface! This is a huge honor, thank you!

QuestSpamFilter is an addon that consolidates the "quest sharing" information from 20 lines of quest sharing spam into condensed summaries. In other words, QuestSpamFilter turns this
Sharing quest with Person1...
Person2 has completed that quest.
Person3 is already on that quest.
Person4 is not eligible for that quest.
Person5's quest log is full.
Person6 is already on that quest.
Sharing quest with Person7...
Person8 is already on that quest.
Person9 has completed that quest.


into this
2 Completed: Person2, Person9
1 Not Eligible: Person4
1 Questlog Full: Person5
3 Already On: Person3, Person6, Person8
2 Sharing ...: Person1, Person7


QuestSpamFilter is localized for all languages (English (enUS), British English (enGB), Spanish (esES), Latin American Spanish (esMX), German (deDE), French (frFR), Russian (ruRU), Chinese (zhCN), Traditional Chinese (zhTW), and Korean (koKR)), though some are better than others, due to feedback . If your localization isn't perfect, give me a better translation (located in qsf_translations.lua).

12
  • Fixed an issue where the code checking for false positives was unnecessarily inefficient.
  • Separated the translations into their own file, so users can more easily make and share changes for their language.



11
  • Updated ToC for beta. Otherwise QSF seems to work just fine.
  • Fixed a bug where the initial state was not "single line".



10
  • Added Global Strings which could be incorrectly filtered by QuestSpamFilter. This should fix the filtered "X Busy: Player right now." message gotten when a player is busy and you try to trade with them.



9
  • Fixed the interface number in the toc file, it was incorrectly 30500 (should be 30300)
  • Fixed a missed special character in the frFR "Questlog Full" title. Thanks oXid_FoX!
  • Fixed a bug introduced in v8 where I'd undone stuff when creating strings for matching. This only affected non-english localizations.



8
  • Updated French translations for "Questlog Full", "Already On", and "Too Far Away". Thanks oXid_FoX!
  • Moved locale-specific stuff to a new file: qsf_translations.lua. This should make it easier for people to find and provide better localizations.
  • Encoded special characters (such as à, è, ì, ò, ù) using Lua escape sequences. That's a fancy way of saying "They should work now". Thanks to oXid_FoX for pointing this out.
  • Changed the code to makeFragments a bit, shouldn't change anything.
  • Fixed a potential bug with the "Colorize" option, where non-English clients would have incorrect output.
  • Changed the code wiping the tables a bit, shouldn't change anything.



7
  • Fixed the ugly code from v2.
  • Fixed an improperly-matching pattern in German.



6
  • Localization! The patterns I am using are the Global Strings in World of Warcraft, so I need feedback on how well this works, if it does at all (for your localization). Works fine for English and German (rather, "it *seems* to work now" :P).



5
  • Added the option to color player names in the summaries based on their class.



4
  • Added a GUI.
  • Added the option to add yourself to the "Already On" table. This way, if you're the kind of person that thinks, "There's 7 people in the raid, but I only shared it with 6 people ... ?", then this is the option for you!
  • Added the option to make the name lists begin on the same line as the consolidated title. I didn't expect to like this option nearly as much as I do. It is now the default display option.
  • Added the option to change the result consolidation pause duration.



3
  • Removed a debugging printout which (left in) defeated the point of the mod, or caused errors.



2
  • Fixed a bug where everything was broken. Apparently the "." character is a wildcard, so I was removing all but 2 letters in people's names. This is now fixed in an ugly but (most important) working manner.



1
  • Initial Release.
Post A Reply Comment Options
Unread 07-05-10, 01:53 PM  
Mortilus
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 207
Uploads: 7
ok so, this version is slightly broken

please don't download it, or download v2 that i will be posting very soon
Report comment to moderator  
Reply With Quote
Unread 07-05-10, 02:09 PM  
Mortilus
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 207
Uploads: 7
Version 2 is out!
  • Fixed a bug where everything was broken. Apparently the "." character is a wildcard, so I was removing all but 2 letters in people's names. This is now fixed in an ugly but (most important) working manner.

this is so embarassing
Report comment to moderator  
Reply With Quote
Unread 07-05-10, 02:14 PM  
Mortilus
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 207
Uploads: 7
Version 3 is out!
  • Removed a debugging printout which (left in) defeated the point of the mod, or caused errors.

Report comment to moderator  
Reply With Quote
Unread 07-09-10, 10:26 AM  
Mortilus
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 207
Uploads: 7
Version 4 is out!
  • Added a GUI.
  • Added the option to add yourself to the "Already On" table. This way, if you're the kind of person that thinks, "There's 7 people in the raid, but I only shared it with 6 people ... ", then this is the option for you!
  • Added the option to make the name lists begin on the same line as the consolidated title. I didn't expect to like this option nearly as much as I do. It is now the default display option.
  • Added the option to change the result consolidation pause duration.

Let me know of any suggestions or requests
Last edited by Mortilus : 07-09-10 at 03:11 PM.
Report comment to moderator  
Reply With Quote
Unread 07-12-10, 12:29 AM  
flaicher
A Cyclonian
 
flaicher's Avatar

Forum posts: 46
File comments: 30
Uploads: 0
Simple but really good idea. Can't try it yet though
Report comment to moderator  
Reply With Quote
Unread 07-13-10, 08:14 PM  
Selina
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 14
Uploads: 2
Really great idea. I like this mod.
Report comment to moderator  
Reply With Quote
Unread 07-14-10, 05:12 AM  
Mortilus
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 207
Uploads: 7
Originally posted by Selina
Really great idea. I like this mod.
Thanks
Report comment to moderator  
Reply With Quote
Unread 07-14-10, 07:10 AM  
Wolf936
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Seems not to work for the german client, but great idea
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 07-14-10, 10:02 AM  
Mortilus
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 207
Uploads: 7
Originally posted by Wolf936
Seems not to work for the german client, but great idea
Nope, only works for the English Client I'm working on figuring out how to use the global system messages. In the meantime, you could modify the code yourself, you should only need to open up questspamfilter.lua and then modify the QSF_addon.patterns and QSF_addon.title tables.

I can add localization options soon, right now i'm working on adding the option to color-code players in the summary (have it working with one person in party, I just want to test on a raid so I can see if it works with 10-25 people)
Last edited by Mortilus : 07-14-10 at 10:23 AM.
Report comment to moderator  
Reply With Quote
Unread 07-15-10, 09:16 AM  
Wolf936
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Originally posted by Mortilus
Nope, only works for the English Client I'm working on figuring out how to use the global system messages. In the meantime, you could modify the code yourself, you should only need to open up questspamfilter.lua and then modify the QSF_addon.patterns and QSF_addon.title tables.
[...]
Works great, thank you
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 07-15-10, 10:27 AM  
Mortilus
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 207
Uploads: 7
Originally posted by Wolf936
Works great, thank you
if you want to share your modifications with me, I can add them to the official release

I don't think that the global strings route will work out very well ...
Report comment to moderator  
Reply With Quote
Unread 07-15-10, 10:33 AM  
Mortilus
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 207
Uploads: 7
Version 5 is out!
  • Added the option to color player names in the summaries based on their class.

The only thing I can think to add to this addon is localization. If you wish to contribute a localization, please say which region the localization is for, and then provide translations for the QSF_addon.patterns and QSF_addon.title tables in questspamfilter.lua.

If you have a localization, suggestion, comment, bug report, or whatever, please feel free to share it!
Last edited by Mortilus : 07-15-10 at 10:34 AM.
Report comment to moderator  
Reply With Quote
Unread 07-15-10, 12:48 PM  
excitor
A Murloc Raider
 
excitor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 40
Uploads: 1
Bug Report

Alot of text that doesn't make sence appears when someone is busy and you try to open trade with them, It's caused by this addon.
Report comment to moderator  
Reply With Quote
Unread 07-16-10, 03:22 AM  
Wolf936
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Originally posted by Mortilus
if you want to share your modifications with me, I can add them to the official release

I don't think that the global strings route will work out very well ...
I'll share them when I've tested all messages

Questlog full message doesn't work because of the german format
Last edited by : 07-17-10 at 02:42 PM.
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 07-21-10, 12:05 PM  
Mortilus
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 207
Uploads: 7
Version 6 is out!
  • Localization! The patterns I am using are the Global Strings in World of Warcraft, so I need feedback on how well this works, if it does at all (for your localization). Works fine for English and German (rather, "it *seems* to work now" :P).

This version should work for any language WoW is localized for. A big thanks to Wolf936 for all his help debugging in German!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: