log Modules/OpenAll.lua @ 180:0dd1499be23d

age author description
Wed, 29 Jun 2011 10:33:35 +0200 Zerotorescue Hopefully fixed the auction house mail filters.
Tue, 28 Jun 2011 21:40:40 +0200 Zerotorescue Fixed a bug in the OpenAll module where the remove string.replace function was being used.
Wed, 20 Oct 2010 22:32:51 +0200 Zerotorescue Fixed the retrieval of a single attachment from mail when you are close to the keep free space limit.
Fri, 01 Oct 2010 23:41:04 +0200 Zerotorescue Mail opening will now be interrupted when middle or alt-clicking the open all button.
Thu, 30 Sep 2010 14:30:02 +0200 Zerotorescue Only announce mail skipped the first OpenAll after a server refresh.
Sat, 18 Sep 2010 15:37:27 +0200 Zerotorescue Extremely small irrelevant cleaning up changes I made while looking through the code.
Thu, 16 Sep 2010 18:28:28 +0200 Zerotorescue My own tests did not suffice, error when opening cash mail.
Thu, 16 Sep 2010 17:20:34 +0200 Zerotorescue The keep free space will now cause the opener to partially loot mail when you are near the keep free space requirement, rather than skipping the entire mail. The config has been changed to reflect this.
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 00:32:00 +0200 Zerotorescue Changelog update.
Sun, 12 Sep 2010 22:07:12 +0200 Zerotorescue Hopefully fixed the usage of "mails".
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 20:30:46 +0200 Zerotorescue Added a tooltip to the "Open all"-button showing the possible events (shift click and right click).
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.
Sat, 11 Sep 2010 14:12:23 +0200 Zerotorescue Reworded the QuickAuctions automail status changer config options. (old: auto mailing, new: auto mail status)
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 22:10:59 +0200 Zerotorescue The opener will no longer lock when a mailbox refresh happens while opening.
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.
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