diff MailOpener.toc @ 31:90d58723ac0a

- Removed all BeanCounter checks in files. + Added a new module: BeanCounter Support. This module will now take care of preventing mail opening while BeanCounter is scanning. + Added AceHook library for the BeanCounter Support module. ~ Sorted the Core.lua OnInitialize to properly toggle modules before doing time consuming things. ~ All module comments are now a property of the modules themselves and can be retrieved with (string)?.moduleDescription? and (bool)?.moduleRequired?. ~ All module references are now called ?mod?. ! Added a new config group: Modules. This group will show the module statuses and descriptions and it will contain all optional modules (with their settings) as subgroups. - Removed all libraries from the repository.
author Zerotorescue
date Fri, 10 Sep 2010 18:59:58 +0200
parents f10c8a083d2a
children dc3da5dff1ea
line wrap: on
line diff
--- a/MailOpener.toc	Thu Sep 09 22:16:50 2010 +0200
+++ b/MailOpener.toc	Fri Sep 10 18:59:58 2010 +0200
@@ -2,7 +2,7 @@
 ## Title: Mail Opener
 ## Notes: This addon will automatically retrieve all your mail from the mailbox.
 ## Author: Zerotorescue
-## Version: 1.0-ALPHA6
+## Version: 1.0.3
 ## SavedVariables: MailOpenerDB
 ## LoadManagers: AddonLoader
 ## X-LoadOn-Slash: /mo, /mailopen, /mailopener
@@ -13,6 +13,7 @@
 
 Core.lua
 
+Modules\BeanCounterSupport.lua
 Modules\Collected.lua
 Modules\Config.lua
 Modules\FailSafe.lua