hostmanager: Use prosody.hosts instead of 'hosts' global
[prosody.git] / core /
2012-05-14 Kim Alvefurprosody, stanza_router: Load stanza_router earlier...
2012-05-12 Matthew WildMerge with Zash
2012-05-12 Matthew Wildstanza_router: Fix variable name
2012-05-12 Matthew Wildstanza_router: Close stream for unhandled stanzas from...
2012-05-11 Matthew Wildstanza_router: Remove FIXME comment and close stream...
2012-05-11 Matthew Wildstanza_router: Catch s2s stanzas to hosts we don't...
2012-05-11 Matthew Wildportmanager: Fix missing variable declaration
2012-05-11 Matthew WildMerge with backout
2012-05-11 Matthew Wildportmanager: Remove unused import of 'package'
2012-05-11 Matthew Wildportmanager: Support for per-port SSL certificates
2012-05-11 Matthew Wildcertmanager: Adjust error messages to be non-specific...
2012-05-11 Matthew Wildmoduleapi: Don't auto-reload self when already reloadin...
2012-05-11 Matthew Wildmodulemanager: Set module.reloading = true when firing...
2012-05-10 Matthew Wildmod_s2s, mod_auth_anonymous, hostmanager: Remove disall...
2012-05-10 Matthew WildMerge with Zash
2012-05-10 Matthew Wildmod_s2s, s2smanager, mod_dialback: Move addition of...
2012-05-10 Kim Alvefurs2smanager, mod_s2s: Move checking DNS timeout option...
2012-05-10 Kim Alvefurs2smanager: Clean up unused imports.
2012-05-04 Matthew Wildstanza_router: Fire route/remote per-host
2012-05-04 Matthew Wildstanza_router: Allow route/remote handlers to return...
2012-05-03 Matthew Wildsessionmanager: Remove max_resources config option...
2012-05-03 Matthew WildMerge with Zash
2012-05-03 Kim Alvefurportmanager: Import pairs
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-29 Matthew Wildportmanager: Import ipairs (thanks Maranda)
2012-04-28 Matthew Wildmoduleapi: Add module:get_directory() to get module...
2012-04-28 Matthew Wildportmanager: Import tonumber (thanks Zash)
2012-04-28 Matthew Wildportmanager: Ensure port is always a number (thanks...
2012-04-28 Matthew Wildmodulemanager: Fixes to handle circular dependencies...
2012-04-28 Matthew Wildusermanager: Add log error for use of COMPAT config...
2012-04-28 Matthew Wildstoragemanager: Fix incorrect variable name
2012-04-28 Matthew Wildmoduleapi: Import util.timer
2012-04-28 Matthew Wildhostmanager: Remove import of unused setmetatable
2012-04-28 Matthew Wildmoduleapi: Remove unused variable 'module_items'
2012-04-28 Matthew Wildmodulemanager: Remove unused function imports
2012-04-28 Matthew Wildmodulemanager: Remove unused NULL declaration
2012-04-28 Matthew Wildportmanager: Fix breakage (import ALL the functions)
2012-04-28 Matthew Wildportmanager: Rename activate_service() to activate...
2012-04-28 Matthew Wildportmanager: Add module() definition
2012-04-28 Matthew Wildportmanager: Explicitly import some libraries
2012-04-27 Matthew Wildmodulemanager: Clear modulemap when a host is deactivat...
2012-04-27 Matthew Wildhostmanager: Remove unused host_config parameter from...
2012-04-27 Matthew Wildhostmanager: Add some TODO comments
2012-04-27 Matthew Wildhostmanager: Convert host-deactivating event parameters...
2012-04-27 Matthew Wildmodulemanager: Set module.environment before calling...
2012-04-27 Matthew Wildmoduleapi: Rename module:hook_stanza() -> module:hook_t...
2012-04-27 Matthew Wildmoduleapi: get_host_type(): Return nil for global modul...
2012-04-26 Matthew Wildmoduleapi: Fix parameters to unhook_object_event()
2012-04-26 Matthew Wildmoduleapi: module:depends(): Don't load shared modules...
2012-04-26 Matthew Wildmoduleapi: Add module:unhook_object_event()
2012-04-25 Kim Alvefurportmanager: Fix selecting bind_interfaces from pre...
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-04-24 Matthew Wildportmanager: Add get_service_at(interface, port) and...
2012-04-23 Matthew Wildmoduleapi: Add module:add_timer(delay, callback) -...
2012-04-23 Matthew Wildmodulemanager: Set module.loaded = false on unload
2012-04-23 Matthew Wildmoduleapi: module:depends(): Load shared modules onto...
2012-04-23 Matthew Wildmodulemanager: Report errors that happen when loading...
2012-04-23 Matthew Wildmoduleapi: module:provides(): Add "-provider" onto...
2012-04-23 Matthew Wildmoduleapi: module:provides(): Fix usage of wrong table
2012-04-22 Matthew WildMerge with Zash
2012-04-21 Matthew Wildmodulemanager: For children of shared modules, set...
2012-04-21 Matthew Wildmoduleapi: Have modules internally store a reference...
2012-04-21 Kim Alvefurcore.certmanager: Log a message when a password is...
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 Wildloggingmanager, util.logger: Remove name sinks and...
2012-03-15 Matthew Wildportmanager: Support 'default_port' in service options
2012-03-15 Matthew WildMerge with Zash
2012-03-15 Matthew Wildportmanager: Add get_registered_services() to the publi...
2012-03-15 Matthew Wildportmanager: Remove check for service_info.multiplex...
2012-03-15 Matthew Wildportmanager: Fix pre-0.9 compatibility by taking defaul...
2012-03-15 Matthew Wildportmanager: Allow services to specify their config...
2012-03-15 Matthew Wildmoduleapi: Add module:send() as an alias for core_post_...
2012-03-15 Matthew Wildmoduleapi: Add module:provides(), a shortcut to add...
2012-03-14 Matthew Wildportmanager: Fire service-removed on unregister
2012-03-14 Matthew Wildportmanager: Fix log message when multiple services...
2012-03-14 Matthew Wildportmanager: Support item-added/net-provider (global...
2012-03-14 Matthew Wildportmanager: Add unregister_service(), and allow multip...
2012-03-14 Matthew Wildmodulemanager: Some refactoring. Deprecate module.host...
2012-03-14 Matthew Wildmoduleapi: Set module.global = true when module:set_glo...
2012-03-14 Matthew Wildmodulemanager: Use appropriate events object for global...
2012-03-11 Matthew WildMerge with Zash
2012-03-11 Matthew Wildportmanager: Add get_active_services()
2012-03-11 Kim Alvefurs2smanager, mod_s2s: Move import of dns_max_depth to...
2012-03-11 Matthew Wildportmanager: Add get_service()
2012-03-09 Matthew WildMerge 0.9->trunk
2012-03-04 Kim Alvefurcore.s2smanager: Log the entire stream header.
2012-03-03 Matthew WildMerge with Zash
2012-03-02 Kim Alvefurcore.portmanager: Make sure the private flag takes...
2012-02-25 Matthew WildMerge with 0.9
2012-02-25 Matthew Wilds2smanager: Fix traceback when socket.tcp6 isn't available
2012-02-24 Marco Cirillos2smanager, mod_s2s: clear up ip_hosts after s2s is...
2012-02-24 Matthew WildMerge Zash with Florob and Maranda
2012-02-24 Florian Zeitzs2smanager: remove send_to_host.
2012-02-24 Florian Zeitzmodulemanager: include mod_c2s and mod_s2s into autoloa...
next