Let Google Hangouts contacts appear offline
[prosody.git] / core / modulemanager.lua
2014-08-27 Kim Alvefurmodulemanager: Reduce warning to debug level message...
2014-03-22 Kim Alvefurmodulemanager: Load mod_saslauth on components by default
2013-05-01 Matthew WildMerge with Florob
2013-04-01 Marco Cirillomodulemanager: add missing ipairs import.
2013-04-01 Marco Cirillomodulemanager: add function to retrieve module items...
2013-03-23 Kim Alvefurcore.*: Complete removal of all traces of the "core...
2012-11-22 Matthew WildMerge with a merge (or something)
2012-11-22 Matthew WildMerge 0.9->trunk
2012-11-22 Matthew Wildmodulemanager: Set module.reloading when a module is...
2012-09-12 Waqas Hussainhostmanager, modulemanager: Ensure hosts[*].modules...
2012-07-28 Matthew WildMerge with Florob
2012-06-08 Florian ZeitzEliminate direct setfenv usage
2012-05-19 Matthew Wildmodulemanager, moduleapi: Turn module.event_handlers...
2012-05-18 Matthew Wildmoduleapi, modulemanager: Re-structure module.event_han...
2012-05-16 Matthew Wildmodulemanager: Components should inherit mod_s2s from...
2012-05-11 Matthew WildMerge with backout
2012-05-11 Matthew Wildmodulemanager: Set module.reloading = true when firing...
2012-04-29 Matthew Wildmodulemanager: Pass the module's final host (e.g. ...
2012-04-29 Matthew Wildmodulemanager: Hide deprecation warning for modules...
2012-04-28 Matthew Wildmodulemanager: Fixes to handle circular dependencies...
2012-04-28 Matthew Wildmodulemanager: Remove unused function imports
2012-04-28 Matthew Wildmodulemanager: Remove unused NULL declaration
2012-04-27 Matthew Wildmodulemanager: Clear modulemap when a host is deactivat...
2012-04-27 Matthew Wildmodulemanager: Set module.environment before calling...
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-04-23 Matthew Wildmodulemanager: Set module.loaded = false on unload
2012-04-23 Matthew Wildmodulemanager: Report errors that happen when loading...
2012-04-22 Matthew WildMerge with Zash
2012-04-21 Matthew Wildmodulemanager: For children of shared modules, set...
2012-04-21 Matthew Wildmodulemanager: When a shared module becomes global...
2012-04-21 Matthew Wildmodulemanager: Support for shared modules - function...
2012-04-21 Matthew Wildmodulemanager: Make module_has_method and module_call_m...
2012-04-21 Matthew Wildmodulemanager: Use modulemap rather than hosts[host...
2012-04-21 Matthew Wildmodulemanager: Use api_instance rather than pluginenv...
2012-04-21 Matthew Wildmodulemanager: Allow loading a module onto "*" (part...
2012-03-15 Matthew WildMerge with Zash
2012-03-14 Matthew Wildmodulemanager: Some refactoring. Deprecate module.host...
2012-03-14 Matthew Wildmodulemanager: Use appropriate events object for global...
2012-02-24 Matthew WildMerge Zash with Florob and Maranda
2012-02-24 Florian Zeitzmodulemanager: include mod_c2s and mod_s2s into autoloa...
2012-01-22 Matthew WildMerge with trunk
2012-01-22 Matthew Wildmodulemanager: load(): Return and use the correct modul...
2012-01-22 Matthew Wildmodulemanager: Cleanup some unused variables, imports...
2012-01-22 Matthew Wildmodulemanager, moduleapi: Replace hooks multitable...
2012-01-22 Matthew Wildmodulemanager: Drop unnecessary prosody_events local
2012-01-22 Matthew Wildmodulemanager: Some reorganisation. Only external chang...
2012-01-22 Matthew Wildmodulemanager: Move in-module API functions to core...
2011-12-13 Matthew Wildmodulemanager: Remove 'config' from module environments...
2011-09-20 Waqas Hussainmodulemanager: Fix undefined global access in handling...
2011-09-17 Waqas Hussainmodulemanager: Fixed undefined global access in broadca...
2011-08-29 Matthew Wildmodulemanager: Add module:handle_items() to allow a...
2011-08-14 Matthew Wildmodulemanager: Add module:hook_global(name, handler...
2011-08-08 Kim Alvefurcore.modulemanager, mod_disco: Add support for XEP...
2011-06-02 Matthew WildMerge 0.7->0.8
2011-06-02 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.7->0.8
2011-02-20 Waqas Hussainmodulemanager: Added module.path to the plugin API...
2011-02-20 Waqas Hussainmodulemanager: Added module.path to the plugin API...
2011-02-03 Waqas HussainMerge 0.8->trunk.
2011-02-02 Paul Aurichmodulemanager: Fix disabling a module on a single host
2011-02-24 Matthew WildMerge with waqas
2011-01-05 Waqas Hussainmodulemanager: Removed an unused variable.
2011-01-05 Waqas Hussainmodulemanager: Removed an unused variable.
2010-12-27 Waqas Hussainmodulemanager: Auto-load mod_offline.
2010-12-17 Matthew WildMerge Tobias->trunk
2010-12-17 Matthew Wildmodulemanager, mod_console: Rename mod_console -> mod_a...
2010-12-17 Matthew Wildmodulemanager, mod_console: Rename mod_console -> mod_a...
2010-12-27 Waqas Hussainmodulemanager: Auto-load mod_offline.
2010-12-02 Waqas Hussainmodulemanager: Allow components to inherit mod_iq....
2010-12-02 Waqas Hussainmodulemanager: Allow components to inherit mod_iq....
2010-11-13 Matthew WildMerge backout
2010-11-13 Matthew WildBacked out changeset bfc47564aaef (No need for _M with...
2010-11-13 Matthew Wildmodulemanager: Inside plugins, have global _M as a...
2010-11-10 Waqas Hussainmodulemanager, usermanager: Removed hooks for the ...
2010-11-10 Waqas Hussainmodulemanager: Return an error when loading a module...
2010-11-10 Waqas Hussainmodulemanager: load_modules_for_host(): For components...
2010-11-10 Waqas Hussainmodulemanager: load_modules_for_host(): Inherit 'tls...
2010-11-10 Waqas Hussainmodulemanager: Fixed: Locally defined pcall wasn't...
2010-11-09 Waqas Hussaincomponentmanager, hostmanager, modulemanager, mod_compo...
2010-10-16 Waqas Hussainmodulemanager, stanza_router: Moved modulemanager.handl...
2010-10-16 Waqas Hussainmodulemanager: Removed another legacy events API (add_e...
2010-10-16 Waqas Hussainmodulemanager: Removed legacy events API, and related...
2010-10-16 Waqas Hussainmodulemanager: Removed add_iq_handler() from the plugin...
2010-08-03 Matthew Wildmodulemanager: Remove dependency on eventmanager
2010-06-04 Waqas HussainMerge with trunk.
2010-06-04 Matthew WildRename mod_defaultauth -> mod_auth_internal, mod_hashpa...
2010-06-04 Matthew WildMerge trunk/MattJ with trunk
2010-05-27 Jeff MitchellHave defaultauth load by default
2010-05-21 Matthew WildMerge with backout
2010-05-07 Waqas HussainMerge 0.6->0.7
2010-05-06 Waqas HussainMerge 0.6->0.7
2010-05-05 Matthew WildMerge Tobias's fancy SASL branch->trunk
2010-05-04 Matthew WildMerge 0.7->trunk (with MUC needing checking, waqas)
2010-05-01 Waqas HussainMerge 0.6 into 0.7.
2010-04-19 Waqas Hussainmodulemanager: Log proper tracebacks on errors during...
2010-04-03 Matthew WildMerge 0.6->0.7
2010-04-03 Matthew WildMerge 0.6/MattJ -> 0.6
2010-03-30 Matthew WildMerge 0.7->trunk
2010-03-30 Matthew WildMerge 0.7/waqas->0.7/MattJ
next