log core/modulemanager.lua @ 1776:d4835b79d2ca

age author description
Sat, 05 Sep 2009 23:01:06 +0100 matthew Merge with 0.5
Sun, 06 Sep 2009 01:31:18 +0500 Waqas Hussain modulemanager: Fixed: Internally generated stanzas could be missing namespaces, which causes tracebacks in logging (e.g., auto-generated offline presence)
Tue, 18 Aug 2009 12:55:37 +0500 Waqas Hussain modulemanager: Removed unused variables and reference to core.discomanager
Tue, 18 Aug 2009 12:54:16 +0500 Waqas Hussain modulemanager: Removed unnecessary code in the unload function
Tue, 18 Aug 2009 12:52:44 +0500 Waqas Hussain modulemanager: Removed legacy disco#items hook
Tue, 18 Aug 2009 12:51:14 +0500 Waqas Hussain modulemanager: add_feature and add_identity APIs updated to use only the add_item API
Tue, 18 Aug 2009 12:35:42 +0500 Waqas Hussain modulemanager: Added module API function to get all items for a given host based on a key
Tue, 18 Aug 2009 12:34:59 +0500 Waqas Hussain modulemanager: Module API functions add_item and add_feature updated to use the add_item API
Tue, 18 Aug 2009 12:32:38 +0500 Waqas Hussain modulemanager: Changed the add_identity module API to accept an optional name parameter (the 'name' attribute for the <identity/> element)
Tue, 18 Aug 2009 12:30:06 +0500 Waqas Hussain Added: functions add_item and remove_item to add and remove items to the module API
Sat, 25 Jul 2009 18:37:05 +0500 Waqas Hussain modulemanager: Added get_option(name, default_value) to plugin API
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
Thu, 09 Jul 2009 14:37:04 +0100 Matthew Wild modulemanager: Small code improvement, move autoloaded modules list to the top of the file
Thu, 09 Jul 2009 14:34:49 +0100 Matthew Wild configmanager, modulemanager: Allow components to have modules specified in the config (but don't load the global set of modules for them)
Mon, 29 Jun 2009 15:26:04 +0500 Waqas Hussain modulemanager: Don't close stream on stream:error with unsupported-stanza-type (fixes #102)
Tue, 23 Jun 2009 15:58:56 +0100 Matthew Wild Automated merge with http://waqas.ath.cx:8000/
Tue, 23 Jun 2009 02:15:04 +0500 Waqas Hussain modulemanager: Enabled access to the module API from plugin libraries
Sun, 21 Jun 2009 19:15:59 +0500 Waqas Hussain modulemanager: Added simple module:require implementation
Tue, 23 Jun 2009 01:48:01 +0100 Matthew Wild modulemanager: Expose api table to allow others to extend the module API
Mon, 22 Jun 2009 21:54:34 +0100 Matthew Wild modulemanager: Fix copy/paste error, should be name instead of module_name
Mon, 22 Jun 2009 02:58:05 +0100 Matthew Wild modulemanager: Call 'load' method when loading a module
Sun, 14 Jun 2009 21:06:43 +0500 Waqas Hussain modulemanager: Removed unused function get_module_filename(name)
Sun, 14 Jun 2009 21:03:59 +0500 Waqas Hussain modulemanager: Changed to use util.pluginloader
Sat, 13 Jun 2009 00:07:16 +0500 Waqas Hussain modulemanager: Change the ideitity attribute typ to type
Fri, 12 Jun 2009 14:32:32 +0500 Waqas Hussain modulemanager: Added function add_identity(category, type) to the modules API
Mon, 08 Jun 2009 13:25:10 +0100 Matthew Wild modulemanager: Use module_name in log entry to fix 'error initialising module "nil"' error
Sun, 07 Jun 2009 14:19:36 +0100 Matthew Wild Automated merge with http://waqas.ath.cx:8000/
Sun, 07 Jun 2009 18:04:56 +0500 Waqas Hussain modulemanager: Allow setting a priority while adding an event handler via the module:hook API
Sat, 06 Jun 2009 17:17:16 +0100 Matthew Wild modulemanager: Don't require xmlns to be non-nil
Sat, 06 Jun 2009 17:15:26 +0100 Matthew Wild modulemanager: module:log() -> self:log() fix