log Modules/Utils.lua @ 24:554b30908b33 v0.1

age author description
Sun, 11 Jul 2010 09:24:33 -0700 Asa Ayers - Fixed a bug with the mail where items get recorded by the mail scanner and the bag scanner. v0.1
Sun, 04 Jul 2010 09:33:25 -0700 Asa Ayers Added options for the crafting threshold and auction threshold. I also fixed the queue to use the item cost to determine if there is enough profit instead of the auction (QA) threshold which already has profit built in.
Sat, 03 Jul 2010 10:05:53 -0700 Asa Ayers Cleaned up the messages. You can turn the notifications of price changes off and those messages will only show gold or silver if they are more than 0. I have also removed the dependency on AceConsole because it doesn't allow changing the color of the addon name when I print messages.
Sat, 03 Jul 2010 07:40:01 -0700 Asa Ayers Merged utils into ItemAuditor.
Wed, 30 Jun 2010 22:56:06 -0700 Asa Ayers Fixed the ability to toggle debug
Fri, 25 Jun 2010 01:17:58 -0700 Asa Ayers Changed the way things are stored so that items known only by name, usually from AH mail, will be stored by their name, but will get converted if the link is discovered through a tooltip. This version is funcioning again
Wed, 23 Jun 2010 23:47:48 -0700 Asa Ayers Working on converting the database to store items as links instead of names.