log core/modulemanager.lua @ 610:d98106902f74

age author description
Mon, 08 Dec 2008 21:06:41 +0500 Waqas Hussain Don't try processing stanzas not of type get or set in module manager
Sat, 06 Dec 2008 23:23:08 +0000 Matthew Wild Merge from waqas
Sun, 07 Dec 2008 03:14:30 +0500 Waqas Hussain Removed unused variables
Sun, 07 Dec 2008 03:10:47 +0500 Waqas Hussain Combined and merged similar code
Sun, 07 Dec 2008 02:56:17 +0500 Waqas Hussain Removed pre-multitable code from module manager
Sat, 06 Dec 2008 23:15:48 +0000 Matthew Wild Temporary hack for global modules
Sat, 06 Dec 2008 20:25:51 +0000 Matthew Wild Merge from waqas
Sun, 07 Dec 2008 01:06:10 +0500 Waqas Hussain Changed module manager to use multitable (initial commit)
Sat, 06 Dec 2008 19:51:10 +0000 Matthew Wild Fix add_event_hook in module API
Sat, 06 Dec 2008 04:03:33 +0000 Matthew Wild Move module loading to modulemanager
Sat, 06 Dec 2008 03:41:49 +0000 Matthew Wild Add hostmanager, and eventmanager
Thu, 04 Dec 2008 20:07:22 +0500 Waqas Hussain Added function add_feature to modules API (for adding disco features)
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers
Sat, 29 Nov 2008 03:27:50 +0000 Matthew Wild Update Makefile to now pass config paths to prosody. Update prosody, modulemanager and connectionlisteners to obey these paths.
Thu, 27 Nov 2008 16:52:30 +0000 Matthew Wild is_loaded() and incomplete unload() for modules