File Details
v5.2.13-nolib
- R
- Nov 15, 2011
- 275.96 KB
- 19
- 4.2.0
- Retail
File Name
LFMonitor-v5.2.13-nolib.zip
Supported Versions
- 4.2.0
<font color="blue">5.2.13</font>
Bugfix: Custom searches should now work again.
<font color="blue">5.2.12</font> Adds a partial WoWUnit test suite.
Bugfix: Fuzzy word matches will no longer ignore the last letter of the word. Sensitivity has been adjusted to compensate. This should improve accuracy.
<font color="blue">5.2.11</font> Bugfix: Ticket 18 (error message when clicking a message in history window).
<font color="blue">5.2.10</font> Bugfix: Ticket 17 (error messages when monitoring WTB/WTS messages).
<font color="blue">5.2.9</font> Bugfix: Should now reliably appear when you log in, if enabled. Benign bugfix: No longer attempts to load non-existent Data.lua. <font color="blue">5.2.8</font> Bugfix: 2-word messages will now be matched.
Added: Your settings will no longer be reset unnecessarily when your cache is reset due to an update.
Added: The GetPlayerInfoByGUID cache is now persistent per realm. This should improve performance when playing on a realm you've played on before, when players post LFG or LFGuild requests without stating their class. For TradeForwarder and LFGForwarder users, it will also improve accuracy.
<font color="blue">5.2.7</font> Will now ignore messages filtered by other add-ons. This is accomplished through a post-hook to ChatFrame_AddMessageEventFilter. <font color="blue">5.2.6</font> Fixed: tickets 9 and 10.
Added: By default, monitors Firelands LFM messages that are seeking your class. This is intended to make LFMonitor functional "out of the box" for players who haven't configured it.
<font color="blue">5.2.5</font> Added: Option to ignore your own messages.
Now uses AceConfig and the LFMonitor.LOCALE_STRINGS table for the General panel.
<font color="blue">5.2.4</font> Emergency release to fix bugs involving external library embeds.
<font color="blue">5.2.3</font> Minor tweaks and bugfixes to keywords.
Removes some old debugging code.
<font color="blue">5.2.2</font> Emergency release to correct some packaging issues, per ticket 8. Also removes apostrophes from existing keywords. <font color="blue">5.2.1</font> Now uses link types to help identify message types.
Now associates LFG and LF Guild messages with the sending player's class if they don't specify a class or role.
Approximate word matching is now less sensitive on short words.
Apostrophes are now ignored.
New keywords have been added based on data mining that will improve message-type detection, especially for guild recruitment.
Further performance improvements to word matching.
<font color="blue">5.2</font> Added: Separate class/role/raid/profession watch lists for each request type.
Added: Support for services other than professions (Cooking, Lockpicking, mage portals, mount rides and [Have Group, Will Travel]).
Added: Support for the alchemical specializations.
Raid, class and profession option panels are consolidated into a new Filtering option panel, reimplemented using AceConfig to improve maintainability/extensibility.
Moves lists used by the Filtering panel to Options.lua to restore cohesion and maintainability in the locale file. Replaces most of the text in these lists with pre-localized global strings, and wraps the remainder with references to a new flat string table.
"Localizes" function references in LFMonitor.lua to further improve performance, especially on fuzzy matching of unrecognized words. In a benchmark, this decreased running time by 46% compared to version 5.1 and by 32% compared to version 5.1.2.
Allows the user to select larger cache sizes.
Adds the most common English words ("the", "and", "you", etc.) to the matching dictionary to increase speed and prevent false positives when they, or misspellings of them, are present in a message. <font color="blue">5.1.2</font> Fixes a regression bug that made the filter ineffective and greatly exaggerated the performance gain in version 5.1.1. <font color="blue">5.1.1</font> Performance refactor to wordSimilarity(). <font color="blue">5.1</font> Added: Guild Recruitment and LF Guild categories
Added: Type /lfmon history to see the classication of recent messages in a table form. Updates in real time, so it can be used as an alternate interface when watching chat.
Added: Now registers itself as a filter, so that messages filtered by other add-ons will be ignored where possible. (Won't always work, even if the other add-on loads first, but I have submitted a mod to SpamBayes that will avoid processing spam.)
Added: Dual cache (words & entire messages) to further reduce usage of the slow approximate-matching function.
Added: Options to configure cache size and filter sensitivity.
Many refinements to the filter keyword values in order to improve accuracy.
<font color="blue">5.0.2</font> Added: Option to explicitly choose what roles to monitor, rather than all roles the monitored classes can play
Various bug fixes and performance/accuracy improvements
<font color="blue">5.0.1</font> Implements a cache to improve performance, and now supports separate word lists for exact and fuzzy matching
<font color="blue">5.0beta</font> Upgrades to Bayesian-style filtering with fuzzy word matching
<font color="blue">4.0.3.3</font> Fixed: Improved class handling, provided by Seahen
<font color="blue">4.0.3.2</font> Added: Now handles raid marker icons
<font color="blue">4.0.3.1</font> Changed: ToC updated for 4.2.0
Added: Firelands
<font color="blue">4.0.3.0</font> Changed: ToC updated for 4.1.0
<font color="blue">4.0.2.9</font> Fixed: Packager externals issue
<font color="blue">4.0.2.8</font> Added: Cataclysm raids
Fixed: Minor dropdown menu bug
<font color="blue">4.0.2.7</font> Changed: German localisation elements (Craxton)
<font color="blue">4.0.2.6</font> Fixed: Error in German localisation reported by Craxton
<font color="blue">4.0.2.5</font> Changed: Improvements to raid localisation
<font color="blue">4.0.2.4</font> Changed: Raids moved into a scrollframe
Changed: Raid colour now scale with player level
Changed: Links can now be added to all Auto Responses, negating the need to the 'Send Crafting List option, which has now been removed
Fixed: Autoresponse now works for crafting requests
Fixed: ToC version number updated
Fixed: Included the replacement sound files
<font color="blue">4.0.2.3</font> Fixed: Convert sound files to .ogg as Blizzard has decided to stop supporting .wav and .mp3
Fixed: Colour selectors now work again
<font color="blue">4.0.2.2</font> Added: Specific raids can now be monitored
Changed: Basic search now supports multiple words separated by a space
Changed: Updated ToC for 4.0.1
Fixed: All references to obsolete functions removed
Fixed: Non-English clients will now work using the English locale files if no other locale is available
<font color="blue">3.3.1.14</font> Changed: updated for patch 3.3.5
<font color="blue">3.3.1.11</font> Added: Support for Trade Forwarder Added: Option to use class colouring Changed: Basic custom search is no longer case sensitive
<font color="blue">3.3.1.10</font> Added: Custom chat channel monitoring
Added: Anti-spam feature to ignore repeated messages within a 20 sec window
Fixed: Minor bug with the navigation buttons
<font color="blue">v3.3.1.9</font> Changed: Updated for 3.3 patch
<font color="blue">v3.3.1.8</font> Added: Option to monitor WTS and LFW
Added: Basic and advanced custom monitoring
Fixed: Corrected game version number
<font color="blue">v3.3.1.7</font> Added: Mousewheel scrolling enabled
<font color="blue">v3.2.1.5</font> Added: Now monitors the LFG channel
Added: Autoreply enabled for LFM requests (achievement links can be added to the response field)
Added: Now recognises "LF healer", "LF Tank", etc.
Added: Additional words added to recognised list
Changed: Options panel changed to reflect new features
<font color="blue">v3.2.1.4</font> Changed: More performance enhancments
<font color="blue">v3.2.1.3</font> Changed: Minor performance enhancements
<font color="blue">v3.2.1.2</font> Changed: Decreased the minimum size for the alert frame
<font color="blue">v3.2.1.1</font> Fixed: A minor bug with the colour picker layer
<font color="blue">5.2.12</font> Adds a partial WoWUnit test suite.
Bugfix: Fuzzy word matches will no longer ignore the last letter of the word. Sensitivity has been adjusted to compensate. This should improve accuracy.
<font color="blue">5.2.11</font> Bugfix: Ticket 18 (error message when clicking a message in history window).
<font color="blue">5.2.10</font> Bugfix: Ticket 17 (error messages when monitoring WTB/WTS messages).
<font color="blue">5.2.9</font> Bugfix: Should now reliably appear when you log in, if enabled. Benign bugfix: No longer attempts to load non-existent Data.lua. <font color="blue">5.2.8</font> Bugfix: 2-word messages will now be matched.
Added: Your settings will no longer be reset unnecessarily when your cache is reset due to an update.
Added: The GetPlayerInfoByGUID cache is now persistent per realm. This should improve performance when playing on a realm you've played on before, when players post LFG or LFGuild requests without stating their class. For TradeForwarder and LFGForwarder users, it will also improve accuracy.
<font color="blue">5.2.7</font> Will now ignore messages filtered by other add-ons. This is accomplished through a post-hook to ChatFrame_AddMessageEventFilter. <font color="blue">5.2.6</font> Fixed: tickets 9 and 10.
Added: By default, monitors Firelands LFM messages that are seeking your class. This is intended to make LFMonitor functional "out of the box" for players who haven't configured it.
<font color="blue">5.2.5</font> Added: Option to ignore your own messages.
Now uses AceConfig and the LFMonitor.LOCALE_STRINGS table for the General panel.
<font color="blue">5.2.4</font> Emergency release to fix bugs involving external library embeds.
<font color="blue">5.2.3</font> Minor tweaks and bugfixes to keywords.
Removes some old debugging code.
<font color="blue">5.2.2</font> Emergency release to correct some packaging issues, per ticket 8. Also removes apostrophes from existing keywords. <font color="blue">5.2.1</font> Now uses link types to help identify message types.
Now associates LFG and LF Guild messages with the sending player's class if they don't specify a class or role.
Approximate word matching is now less sensitive on short words.
Apostrophes are now ignored.
New keywords have been added based on data mining that will improve message-type detection, especially for guild recruitment.
Further performance improvements to word matching.
<font color="blue">5.2</font> Added: Separate class/role/raid/profession watch lists for each request type.
Added: Support for services other than professions (Cooking, Lockpicking, mage portals, mount rides and [Have Group, Will Travel]).
Added: Support for the alchemical specializations.
Raid, class and profession option panels are consolidated into a new Filtering option panel, reimplemented using AceConfig to improve maintainability/extensibility.
Moves lists used by the Filtering panel to Options.lua to restore cohesion and maintainability in the locale file. Replaces most of the text in these lists with pre-localized global strings, and wraps the remainder with references to a new flat string table.
"Localizes" function references in LFMonitor.lua to further improve performance, especially on fuzzy matching of unrecognized words. In a benchmark, this decreased running time by 46% compared to version 5.1 and by 32% compared to version 5.1.2.
Allows the user to select larger cache sizes.
Adds the most common English words ("the", "and", "you", etc.) to the matching dictionary to increase speed and prevent false positives when they, or misspellings of them, are present in a message. <font color="blue">5.1.2</font> Fixes a regression bug that made the filter ineffective and greatly exaggerated the performance gain in version 5.1.1. <font color="blue">5.1.1</font> Performance refactor to wordSimilarity(). <font color="blue">5.1</font> Added: Guild Recruitment and LF Guild categories
Added: Type /lfmon history to see the classication of recent messages in a table form. Updates in real time, so it can be used as an alternate interface when watching chat.
Added: Now registers itself as a filter, so that messages filtered by other add-ons will be ignored where possible. (Won't always work, even if the other add-on loads first, but I have submitted a mod to SpamBayes that will avoid processing spam.)
Added: Dual cache (words & entire messages) to further reduce usage of the slow approximate-matching function.
Added: Options to configure cache size and filter sensitivity.
Many refinements to the filter keyword values in order to improve accuracy.
<font color="blue">5.0.2</font> Added: Option to explicitly choose what roles to monitor, rather than all roles the monitored classes can play
Various bug fixes and performance/accuracy improvements
<font color="blue">5.0.1</font> Implements a cache to improve performance, and now supports separate word lists for exact and fuzzy matching
<font color="blue">5.0beta</font> Upgrades to Bayesian-style filtering with fuzzy word matching
<font color="blue">4.0.3.3</font> Fixed: Improved class handling, provided by Seahen
<font color="blue">4.0.3.2</font> Added: Now handles raid marker icons
<font color="blue">4.0.3.1</font> Changed: ToC updated for 4.2.0
Added: Firelands
<font color="blue">4.0.3.0</font> Changed: ToC updated for 4.1.0
<font color="blue">4.0.2.9</font> Fixed: Packager externals issue
<font color="blue">4.0.2.8</font> Added: Cataclysm raids
Fixed: Minor dropdown menu bug
<font color="blue">4.0.2.7</font> Changed: German localisation elements (Craxton)
<font color="blue">4.0.2.6</font> Fixed: Error in German localisation reported by Craxton
<font color="blue">4.0.2.5</font> Changed: Improvements to raid localisation
<font color="blue">4.0.2.4</font> Changed: Raids moved into a scrollframe
Changed: Raid colour now scale with player level
Changed: Links can now be added to all Auto Responses, negating the need to the 'Send Crafting List option, which has now been removed
Fixed: Autoresponse now works for crafting requests
Fixed: ToC version number updated
Fixed: Included the replacement sound files
<font color="blue">4.0.2.3</font> Fixed: Convert sound files to .ogg as Blizzard has decided to stop supporting .wav and .mp3
Fixed: Colour selectors now work again
<font color="blue">4.0.2.2</font> Added: Specific raids can now be monitored
Changed: Basic search now supports multiple words separated by a space
Changed: Updated ToC for 4.0.1
Fixed: All references to obsolete functions removed
Fixed: Non-English clients will now work using the English locale files if no other locale is available
<font color="blue">3.3.1.14</font> Changed: updated for patch 3.3.5
<font color="blue">3.3.1.11</font> Added: Support for Trade Forwarder Added: Option to use class colouring Changed: Basic custom search is no longer case sensitive
<font color="blue">3.3.1.10</font> Added: Custom chat channel monitoring
Added: Anti-spam feature to ignore repeated messages within a 20 sec window
Fixed: Minor bug with the navigation buttons
<font color="blue">v3.3.1.9</font> Changed: Updated for 3.3 patch
<font color="blue">v3.3.1.8</font> Added: Option to monitor WTS and LFW
Added: Basic and advanced custom monitoring
Fixed: Corrected game version number
<font color="blue">v3.3.1.7</font> Added: Mousewheel scrolling enabled
<font color="blue">v3.2.1.5</font> Added: Now monitors the LFG channel
Added: Autoreply enabled for LFM requests (achievement links can be added to the response field)
Added: Now recognises "LF healer", "LF Tank", etc.
Added: Additional words added to recognised list
Changed: Options panel changed to reflect new features
<font color="blue">v3.2.1.4</font> Changed: More performance enhancments
<font color="blue">v3.2.1.3</font> Changed: Minor performance enhancements
<font color="blue">v3.2.1.2</font> Changed: Decreased the minimum size for the alert frame
<font color="blue">v3.2.1.1</font> Fixed: A minor bug with the colour picker layer

