Merge from waqas
[prosody.git] / core / modulemanager.lua
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...
2008-11-23 Matthew WildBacked out changeset 79bd7a3e906c
2008-11-23 Waqas HussainCheck to prevent error on IQs from completely unhandled...
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Matthew WildTypo prevented modulemanager.load() from returning...
2008-11-23 Matthew WildMerge from waqas
2008-11-22 Waqas HussainCheck to prevent error for IQs from completely unhandle...
2008-11-15 Matthew WildMerge with myself (!)
2008-11-15 Matthew WildIf iq child element has no xmlns, use parent's
2008-11-08 Waqas HussainWe now fail if modules fail to load at startup.
2008-11-06 Waqas HussainReworked the way lxmppd.cfg is used
2008-11-02 Matthew Wildmerge from waqas
2008-11-02 Matthew WildFix for previous commit (again)
2008-11-02 Matthew WildFix for previous commit
2008-11-02 Matthew WildFix for add_iq_handler to allow multiple origin types too
2008-11-01 Matthew WildFix s2s once and for all
2008-10-30 Matthew Wildmod_version is here
2008-10-26 Waqas HussainAdded support for XEP-0049: Private XML Storage (mod_pr...
2008-10-08 Waqas HussainMerge from Matthew. datamanager.simplesave fix
2008-10-08 Waqas HussainAdded: vCard plugin: mod_vcard
2008-10-05 Matthew WildMerged local TLS branch
2008-10-05 Matthew WildTLS: Handshake works, no data after that
2008-10-05 Matthew Wildmod_InBandRegistration -> mod_register
2008-10-05 Matthew WildMerged mod_InBandRegistration from waqas
2008-10-04 Waqas HussainUser registration, etc (jabber:iq:register)
2008-10-04 Matthew WildMerge from waqas
2008-10-04 Matthew WildMerge docs from waqas
2008-10-04 Matthew WildDEPENDS updated by waqas
2008-10-04 Matthew WildFix stanza handlers to use xmlns also for matching
2008-10-04 Matthew WildSmall fixes
2008-10-03 Matthew WildAdd support for arbitrary events and event hooks
2008-10-02 Matthew WildSASL!
2008-09-30 Matthew WildHuge commit to: