Main page updated
Erik L. Vonderscheer [07-16-09 - 03:20]
Main page updated
Added ChangeLog page
diff --git a/.docmeta b/.docmeta
index 7ba219f..932c1ce 100644
--- a/.docmeta
+++ b/.docmeta
@@ -1,3 +1,8 @@
-type: creole
-input-file: Docs/main.txt
-output-page: "Main"
+-
+ type: creole
+ input-file: Docs/main.txt
+ output-page: "Main"
+-
+ type: creole
+ input-file: Docs/changelog.txt
+ output-page: "ChangeLog"
diff --git a/Docs/changelog.txt b/Docs/changelog.txt
new file mode 100644
index 0000000..3f65086
--- /dev/null
+++ b/Docs/changelog.txt
@@ -0,0 +1,31 @@
+== ChangeLog
+*r145
+**++Rewrite on DB functions, Repeat Function and Friends functions++\\
+**++Show repeat count with ability to reset count++\\
+**++Ability to enable/disable Black and White list checking++\\
+**++Debug: Black and White list debugging messages contain whitespaces++\\
+**++Debug: Black and White list debugging messages now show what they matched in your pattern list++\\
+**++Debug: Option to strip "Checking for Match" when debugging++\\
+*r144
+**++Debug: Further Debug output cleanup++\\
+**++Better repeat detection++\\
+**++Whitelisted strings still have to pass repeat test++\\
+**++Whitelisted strings also needs to pass Blacklist++\\
+*r132
+**++Typo causing reset buttons to error out fixed++\\
+**++Added all strings to locale++\\
+**++Keys are no longer necessary when adding filter or list patterns++\\
+**++Debug: Cleaned up debugging output, will now show what pattern that was matched to allow it to not be filtered++\\
+*r131
+**++Repeat filtration++\\
+**++Configurable number of repeats before filtered++\\
+**++Configurable time required between repeats in seconds++\\
+*r126
+**++Option: Reset to default filters++\\
+*r122
+**++Distinguish between Trade channel and LFG/General for the ability to have differant filter tables for pattern matching.++\\
+**++Ability to edit entire filter tables rather than having static lists.++\\
+*r111
+**++ TradeFilter now contains a Black/White list, though not yet configurable through the GUI.++\\
+*r82
+**++ TradeFilter also will not filter any messages from your friends, they must be on your current characters friends list for this functionality to work.++\\
diff --git a/Docs/main.txt b/Docs/main.txt
index 2240e39..cff2754 100644
--- a/Docs/main.txt
+++ b/Docs/main.txt
@@ -47,36 +47,7 @@ The filtering priorities are as follows: Add-on is ON -> is NOT friend -> is NO
Nothing planned
==== ChangeLog
-*r145
-**++Rewrite on DB functions, Repeat Function and Friends functions++\\
-**++Show repeat count with ability to reset count++\\
-**++Ability to enable/disable Black and White list checking++\\
-**++Debug: Black and White list debugging messages contain whitespaces++\\
-**++Debug: Black and White list debugging messages now show what they matched in your pattern list++\\
-**++Debug: Option to strip "Checking for Match" when debugging++\\
-*r144
-**++Debug: Further Debug output cleanup++\\
-**++Better repeat detection++\\
-**++Whitelisted strings still have to pass repeat test++\\
-**++Whitelisted strings also needs to pass Blacklist++\\
-*r132
-**++Typo causing reset buttons to error out fixed++\\
-**++Added all strings to locale++\\
-**++Keys are no longer necessary when adding filter or list patterns++\\
-**++Debug: Cleaned up debugging output, will now show what pattern that was matched to allow it to not be filtered++\\
-*r131
-**++Repeat filtration++\\
-**++Configurable number of repeats before filtered++\\
-**++Configurable time required between repeats in seconds++\\
-*r126
-**++Option: Reset to default filters++\\
-*r122
-**++Distinguish between Trade channel and LFG/General for the ability to have differant filter tables for pattern matching.++\\
-**++Ability to edit entire filter tables rather than having static lists.++\\
-*r111
-**++ TradeFilter now contains a Black/White list, though not yet configurable through the GUI.++\\
-*r82
-**++ TradeFilter also will not filter any messages from your friends, they must be on your current characters friends list for this functionality to work.++\\
+[[http://www.wowace.com/addons/trade-filter/pages/main/|ChangeLog Page]]\\
=== Supported Translations
//Please help localize this project// [[http://www.wowace.com/projects/trade-filter/localization/|HERE]]\\
diff --git a/TradeFilter3.lua b/TradeFilter3.lua
index be19047..65c91d9 100644
--- a/TradeFilter3.lua
+++ b/TradeFilter3.lua
@@ -49,7 +49,6 @@ local find = _G.string.find
local sub = _G.string.gsub
local lower = _G.string.lower
local formatIt = _G.string.format
-local friendCache = {}
local repeatdata = {}
local currentFriend
local redirectFrame = L["redirectFrame"]