mod_http: Link to docs on routes in error message
[prosody.git] / core /
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...
2012-02-21 Kim Alvefurcore.s2smanager: Fix check_cert_status() for when the...
2012-02-12 Matthew WildMerge with 0.9
2012-02-12 Matthew Wildhostmanager: Import select() (thanks Medics)
2012-02-11 Matthew WildMerge with 0.9
2012-02-11 Matthew Wildhostmanager: Import jid_split (thanks chris)
2012-01-26 Matthew WildMerge with 0.9
2012-01-24 Paul Aurichs2smanager: Log the host when marking it authenticated
2012-01-23 Matthew Wilds2smanager, mod_s2s, mod_s2s/s2sout: Split connection...
2012-01-23 Matthew Wildstanza_router: Replace s2s send logic with firing of...
2012-01-23 Matthew Wildstanza_router: Remove obsolete commented code
2012-01-23 Matthew Wildsessionmanager: Require uuid_generate()
2012-01-23 Matthew Wildsessionmanager, mod_c2s: Move timeout logic to mod_c2s
2012-01-23 Matthew Wildportmanager: Pass port to friendly_error_message()
2012-01-22 Matthew Wildmod_c2s, sessionmanager, xmppclient_listener: Move...
2012-01-22 Matthew Wildportmanager: One manager to, in the darkness, bind...
2012-01-22 Matthew WildMerge with trunk
2012-01-22 Matthew Wildmoduleapi: Add module:shared(), a way to easily share...
2012-01-22 Matthew Wildmoduleapi: Add module:depends(), a way to safely depend...
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-20 Matthew Wilds2smanager: Fix missing import of 'type' (thanks darkrain)
2011-12-16 Matthew Wildhostmanager: Add send() method to hosts
2011-12-14 Waqas Hussainusermanager: Prep admin JIDs (fixes issue#276).
2011-12-14 Waqas Hussains2smanager: Don't throw an error when the "interface...
2011-12-13 Matthew Wildsessionmanager: Remove unused reference to modulemanager
2011-12-13 Matthew Wilds2smanager: Remove unused reference to modulemanager
2011-12-13 Matthew Wildmodulemanager: Remove 'config' from module environments...
2011-12-10 Matthew Wildconfigmanager: get(): Make section (core) optional...
2011-12-07 Florian Zeitzs2smanager: Store port specified by SRV records
2011-11-28 Matthew Wilds2smanager: Use config over xmppserver's default interface
2011-11-26 Matthew WildMerge with Florob
2011-11-22 Matthew Wildloggingmanager: Remove unused 'critical' level
2011-11-01 Waqas Hussaincertmanager: More informative logging.
2011-10-26 Florian Zeitzs2smanager, net.dns: Fix handling for NXNAME and SRV...
2011-10-22 Florian Zeitzs2smanager, xmppserver_listener: Support for connecting...
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-25 Waqas Hussaincertmanager: Support setting ciphers in SSL config...
2011-08-25 Waqas Hussainconfigmanager: resolve_relative_path: Improved detectio...
2011-08-14 Matthew Wildmodulemanager: Add module:hook_global(name, handler...
2011-08-08 Kim Alvefurcore.modulemanager, mod_disco: Add support for XEP...
next