File Details
AddOnQuietLogin_2.0.4.zip
- R
- Feb 14, 2026
- 7.86 KB
- 20
- 5.5.3+1
- MoP Classic + 1
File Name
AddOnQuietLogin_2.0.4.zip
Supported Versions
- 5.5.3
- 2.5.5
- Added a hard safety layer protection in preventing dynamic string blockers from applying to Blizzard-generated messages and suppressing NPC speech lines. (NPC yell / whisper / exclaim style messages and character text-emote messages).
- Dynamic blocking now only activates when the call stack confirms the message originated from an AddOn.
- Introduced a new NPC/emote detection heuristic so real game-world text is never treated as addon spam and eliminated accidental suppression of NPC speech, world text, and text-emotes regardless of blocked string content.
- Updated blocking logic to include an additional safety layer beyond normal chat hyperlink detection.
- Resolved edge cases where common substrings could hide legitimate game messages.
- Eliminated the possibility of SavedVariables “always blocked” strings accidentally hiding NPC or emote chat and improved overall chat reliability while preserving full addon spam suppression behavior.
- Removed dependency on fragile text-pattern heuristics for NPC/emote protection.
- Made blocking behavior fully resilient to SavedVariables containing generic or high-frequency phrases and improved overall chat safety without reducing addon spam suppression effectiveness.
- Changed suppress duration back to 15 seconds instead of 10 seconds (some addons still might slip by after 10 seconds depending how long it takes to load in).

