log Core.lua @ 135:9998d4ff8152

age author description
Fri, 12 Nov 2010 17:57:05 +0100 Zerotorescue A C stack overflow when clicking the mail opener options in the interface -> addons tab should no longer occur.
Wed, 20 Oct 2010 22:37:35 +0200 Zerotorescue Added support for the other QuickAuctions addon called ?AuctionProfitMaster?.
Wed, 20 Oct 2010 22:31:30 +0200 Zerotorescue I had a weird bug where MailOpener was waiting for itself to finish opening mail. This should no longer occur.
Sat, 16 Oct 2010 15:27:51 +0200 Zerotorescue Fixed double loading of ZeroAuctions when using AddonLoader.
Sat, 16 Oct 2010 14:46:04 +0200 Zerotorescue Removed all ?QuickAuctions? checks and replaced them with ZeroAuctions checks instead.
Tue, 12 Oct 2010 12:44:45 +0200 Zerotorescue ZA compatability fix. v1.2.5
Tue, 12 Oct 2010 11:38:36 +0200 Zerotorescue Now compatible with my version of QuickAuctions.
Thu, 07 Oct 2010 23:34:34 +0200 Zerotorescue Disabling Mail Opener will now also stop the overriding of the CheckInbox function.
Fri, 01 Oct 2010 23:39:44 +0200 Zerotorescue Localized the overrideCheckInbox option info and set the default DB value to true.
Thu, 30 Sep 2010 15:21:38 +0200 Zerotorescue Added an experimental option to override the CheckInbox function to delay mailbox refresh while there is still mail remaining.
Sun, 19 Sep 2010 16:08:53 +0200 Zerotorescue Had removed the changelog files some time ago, but never updated the .hgignore.
Sat, 18 Sep 2010 15:37:27 +0200 Zerotorescue Extremely small irrelevant cleaning up changes I made while looking through the code.
Fri, 17 Sep 2010 11:44:08 +0200 Zerotorescue Fixed an error when toggling auto mail on or off.
Wed, 15 Sep 2010 13:10:56 +0200 Zerotorescue Localization of all files. Testing packager settings (especially automatic locale exports), localization is not yet finished.
Tue, 14 Sep 2010 11:17:38 +0200 Zerotorescue Added a tip.
Mon, 13 Sep 2010 23:58:48 +0200 Zerotorescue Added a part for Mail Opener tips to the bottom of the general config. Also, the first time you start the config you will be prompted to enable continuous opening or not.
Sun, 12 Sep 2010 22:12:31 +0200 Zerotorescue Fixed an error when you logged in.
Sun, 12 Sep 2010 21:13:27 +0200 Zerotorescue You can now toggle the help tooltips for the Mail Opener-added MailFrame buttons in the general config.
Sun, 12 Sep 2010 21:06:05 +0200 Zerotorescue Added neat(er) tooltips for both the mail opener status toggler as the config button.
Sun, 12 Sep 2010 16:36:18 +0200 Zerotorescue Only when holding the shift key while opening the mailbox will toggle the opening status. If you want to do it somewhere in the middle of your mailbox visit, just untick the mail opener checkbox.
Sat, 11 Sep 2010 21:31:26 +0200 Zerotorescue Added a new option to both sound notifications to limit playing of the sound to once per mailbox visit, instead of once per mailbox refresh / bags update.
Fri, 10 Sep 2010 18:59:58 +0200 Zerotorescue - Removed all BeanCounter checks in files.
Thu, 09 Sep 2010 22:15:41 +0200 Zerotorescue Moved previous fix to a more logic place in the code. v1.0.2
Thu, 09 Sep 2010 17:43:17 +0200 Zerotorescue Added a popup dialog to confirm whether the user wants to always enable automatic mail opening when opening the mailbox.
Thu, 09 Sep 2010 16:32:15 +0200 Zerotorescue A FailSafe timer will now be stopped when another is started to prevent multiple running simultaneously and eventually warning you for nothing.
Thu, 09 Sep 2010 10:53:19 +0200 Zerotorescue Now using the global MailAddonBusy to indicate MailOpener is busy, read comments in Core.lua for more info.
Wed, 08 Sep 2010 22:18:07 +0200 Zerotorescue Removed BETA popup.
Wed, 08 Sep 2010 00:48:37 +0200 Zerotorescue The ALPHA help request popup should pop when the addon is enabled for every 15th time. I really would like some data to.
Tue, 07 Sep 2010 20:57:49 +0200 Zerotorescue Added a ?FailSafe? module which will safe you from mail failing to open. The opening of a single mail may get stuck when other things occur such as mail being send at the exact same time. This module will continue with the next mail after a set timeout (default set to 20 seconds).
Tue, 07 Sep 2010 17:46:27 +0200 Zerotorescue Default value for the welcome / bye notification is now set to false
Sun, 05 Sep 2010 17:26:35 +0200 Zerotorescue Reducing amount of calculations regarding mail updates, all mail changes are now addon-wide broadcasted messages. Main reason for this is to allow for another plugin.
Sun, 05 Sep 2010 17:02:19 +0200 Zerotorescue MO will now request a server refresh when mail opening has finished, ignoring the timer.
Fri, 03 Sep 2010 12:43:36 +0200 Zerotorescue Initial commit