log core/modulemanager.lua @ 1581:4cdf9cefa0bc

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