modulemanager: Change the ideitity attribute typ to type
[prosody.git] / core / modulemanager.lua
2009-06-12 Waqas Hussainmodulemanager: Change the ideitity attribute typ to...
2009-06-12 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-12 Waqas Hussainmodulemanager: Added function add_identity(category...
2009-06-12 Waqas HussainMerge
2009-06-08 Matthew Wildmodulemanager: Use module_name in log entry to fix...
2009-06-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-07 Waqas Hussainmodulemanager: Allow setting a priority while adding...
2009-06-06 Matthew Wildmodulemanager: Don't require xmlns to be non-nil
2009-06-06 Matthew Wildmodulemanager: module:log() -> self:log() fix
2009-06-06 Matthew Wildmodulemanager: Allow setting priority of stanza handlers
2009-06-06 Matthew Wildmodulemanager: Add module:hook([xmlns, ] name, handler...
2009-06-04 Waqas Hussainmodulemanager: Load mod_message, mod_iq and mod_presenc...
2009-06-01 Matthew WildMerge backout with following commits
2009-06-01 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-05-31 Waqas Hussainmodulemanager: Keep track of event handlers added by...
2009-05-30 Waqas Hussainmodulemanager: Stopped using core.eventmanager in modul...
2009-05-30 Waqas Hussainmodulemanager: module:fire_event now fires on the globa...
2009-05-30 Waqas Hussainmodulemanager: Made some code more concise
2009-05-30 Waqas Hussainmodulemanager: module:hook now allows global modules...
2009-05-30 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-05-30 Waqas Hussainmodulemanager: Added hook(event, handler) to the plugin API
2009-05-22 Matthew WildMerge with 0.4
2009-05-22 Matthew WildMerge with 0.4
2009-05-21 Matthew WildMerge with 0.4
2009-05-19 Matthew WildMerge with 0.4
2009-05-19 Matthew Wildmodulemanager: Add module:fire_event() to module API
2009-05-16 Waqas Hussainmodulemanager: require util.stanza
2009-05-16 Waqas Hussainmodulemanager: Don't close the stream on unhandled...
2009-05-15 Waqas Hussainstanza_router: Removed global function core_handle_stanza
2009-05-04 Matthew WildMerge with 0.4
2009-05-03 Matthew WildMerge with 0.4
2009-05-02 Matthew Wildmodulemanager: Don't load modules when modules_enable...
2009-04-30 Matthew WildMerge with 0.4
2009-04-30 Matthew Wildmodulemanager: Update logger when a module becomes...
2009-05-04 Matthew Wildmodulemanager: No need for print()
2009-03-30 Matthew WildAutomated merge with ssh://hg@prosody.im/prosody-hg
2009-03-29 Waqas HussainFixed: modulemanager: IQs with extended elements in...
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-03-04 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-03-04 Waqas HussainLet global modules add disco features for all hosts
2009-03-04 Waqas HussainAllow global modules to hook stanza handlers
2009-02-11 Matthew WildMerge with waqas for MUC/routing fixes
2009-02-11 Waqas Hussainmodulemanager initializes hosts[host] if it isn't alrea...
2009-02-04 Matthew WildFix for never checking if the first module for a host...
2009-01-30 Matthew WildUpdate copyright notices for 2009
2009-01-30 Matthew Wild0.2->0.3
2009-01-30 Matthew WildGPL->MIT!
2009-01-29 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-29 Matthew Wildmodulemanager: Really fix call_module_method to work...
2009-01-29 Matthew Wildmodulemanager: Add get_host_type() API method, and...
2009-01-24 Matthew Wildmodulemanager: Add module:set_global() as a cleaner...
2009-01-24 Matthew Wildcore.modulemanager: Some refactoring to make upcoming...
2009-01-16 Matthew Wildmodulemanager: Comment out logging of modules hooking...
2009-01-13 Waqas Hussainmodulemanager: Check for syntax errors before reloading...
2009-01-13 Waqas Hussainmodulemanager: Added reload support, with callbacks...
2009-01-13 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-13 Waqas Hussainmodulemanager: Fixed error on unloading modules with...
2009-01-12 Matthew WildAdd core.actions for managing server 'actions'; and...
2009-01-12 Matthew Wildmodulemanager: Change pairs() to ipairs() to allow...
2009-01-09 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-09 Waqas Hussainmodulemanager: Per-host event hooks for plugins - solve...
2009-01-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-07 Waqas Hussainmodulemanager: module.unload now gets called when modul...
2009-01-04 Matthew WildRemove warning of already-loaded modules at startup
2009-01-03 Waqas HussainModulemanager: Basic modules can now be unloaded correctly
2008-12-25 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-24 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-24 Matthew WildFix for not loading global modules when host-specific...
2008-12-16 Matthew WildMerge from waqas
2008-12-10 Matthew Wild0.1 -> 0.2
2008-12-08 Waqas HussainDon't try processing stanzas not of type get or set...
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Matthew WildTemporary hack for global modules
2008-12-06 Waqas HussainRemoved unused variables
2008-12-06 Waqas HussainCombined and merged similar code
2008-12-06 Waqas HussainRemoved pre-multitable code from module manager
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Waqas HussainChanged module manager to use multitable (initial commit)
2008-12-06 Matthew WildFix add_event_hook in module API
2008-12-06 Matthew WildMove module loading to modulemanager
2008-12-06 Matthew WildMerge from waqas/myself
2008-12-06 Matthew WildAdd hostmanager, and eventmanager
2008-12-04 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-04 Waqas HussainAdded function add_feature to modules API (for adding...
2008-12-03 Matthew WildMerge from waqas
2008-12-03 Matthew WildInsert copyright/license headers
2008-11-29 Tobias MarkmannAutomated merge.
2008-11-29 Matthew WildMerfe from Tobias
2008-11-29 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-11-29 Matthew WildUpdate Makefile to now pass config paths to prosody...
2008-11-28 Matthew WildMerge from waqas
2008-11-27 Matthew WildMerge from waqas
2008-11-27 Matthew WildMerge from waqas
2008-11-27 Matthew Wildis_loaded() and incomplete unload() for modules
2008-11-27 Matthew WildBumper commit for the new modulemanager API \o/ Updates...
2008-11-23 Tobias MarkmannMerging with main branch.
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Matthew WildBacked out the backout. Now we're back out.
2008-11-23 Matthew WildReverted my change to modulemanager, to restore those...
next