log Core.lua @ 38:5dd069184eb9

age author description
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