r20100122102527-nolib

Details

  • Filename
    Spamalyzer-r20100122102527-nolib.zip
  • Uploaded by
  • Uploaded
    Jan 22, 2010
  • Size
    11.10 KB
  • Downloads
    36
  • MD5
    96b8fe080c3892aec501f880fd1a3a59

Supported WoW Retail Versions

  • 3.3.0

Changelog

James D. Callahan III:
    - Hooked SendAddonMessage() - calls StoreMessage() if the type is "WHISPER".
    - Re-named Spamalyzer:AddMessage() to StoreMessage().
    - Removed some unneeded code.
    - Utilized the AddOn-wide namespace to pull in the KNOWN_PREFIXES from Prefixes.lua and embedded AceHook-3.0
    - New file: Prefixes.lua - contains all of the known AddonMessage prefixes from FuBar_AddonSpamFu.
    - Added AceHook-3.0 to .pkgmeta and embeds.xml
    - Added plus/minus icons for the tooltip.
    - Populated embeds.xml so the packaged AddOn will load properly.
    - Updated DISPLAY_VALUES with new strings.
    - Added four more localization strings.
    - Added SORT_VALUES and DISPLAY_VALUES. DISPLAY_VALUES will be used for the LDB text.
    - Added config toggles for message-type tracking.
    - Added two new localization strings.
    - Mostly the skeleton of an AddOn, though configuration and localization layout is mostly complete and working.