r20100122122744

Details

  • Filename
    Spamalyzer-r20100122122744.zip
  • Uploaded by
  • Uploaded
    Jan 22, 2010
  • Size
    134.21 KB
  • Downloads
    94
  • MD5
    87c629ddebc2111ef279a0e51cbf620e

Supported WoW Retail Versions

  • 3.3.0

Changelog

James D. Callahan III:
    - Changed event registry for CHAT_MSG_ADDON - call StoreMessage() directly from there using the correct parameters.
    - Removed TRACKING_CHECKS - found a cleaner way to do what I wanted.
    - Added code for StoreMessage() - at present all it does is look for the prefix in the database and add it if not found, and if output_frame is non-nil sends the information to the designated frame colored by whether or not tooltip-tracking is enabled for the message type. Fixed variable names in Spamalyzer:SendAddonMessage()
    - Added output_frame for displaying AddOn message information. Uses CHAT_FRAME_MAP for assignment.
    - 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.

Additional Files