Log

plugins/mod_component.lua @ 13217:b264ea91e930 0.12

description author age
mod_c2s,etc: Identify stanza object with appropriate function Kim Alvefur Sun, 24 Oct 2021 15:17:01 +0200
Merge 0.11->trunk Matthew Wild Thu, 13 May 2021 11:17:13 +0100
mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limits 0.11 Matthew Wild Fri, 07 May 2021 17:03:49 +0100
mod_component: Distinguish missing stream @to from unknown local component (thanks Daniel_W) Kim Alvefur Fri, 18 Dec 2020 22:29:44 +0100
mod_component: Return extended error condition when not connected Kim Alvefur Mon, 13 Apr 2020 02:49:19 +0200
mod_component: Reply with a different error when not connected Kim Alvefur Mon, 13 Apr 2020 02:46:03 +0200
mod_component: Specify an error source for Component unavailable errors Kim Alvefur Sat, 11 Apr 2020 19:31:15 +0200
plugins: Remove tostring call from logging Kim Alvefur Tue, 30 Jul 2019 02:29:36 +0200
mod_component: Set module status to indicate whether component is connected Matthew Wild Tue, 19 Mar 2019 09:08:06 +0000
mod_c2s, mod_s2s, mod_component: Log invalid XML escaped (fixes #734) Kim Alvefur Tue, 15 Jan 2019 20:08:30 +0100
Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall Matthew Wild Fri, 26 Oct 2018 19:32:00 +0100
Merge 0.10->trunk Kim Alvefur Fri, 08 Jun 2018 16:15:32 +0200
mod_component: Fix a wrongly-placed closing parenthesis, fixes #1164. Emmanuel Gil Peyrot Fri, 08 Jun 2018 11:53:10 +0200
Merge 0.10->trunk Kim Alvefur Sun, 04 Feb 2018 01:40:11 +0100
mod_component: Advertise disco#info in fallback handling of disco#info query (fixes #1062) Kim Alvefur Sat, 06 Jan 2018 08:54:15 +0100
Merge 0.10->trunk Kim Alvefur Thu, 14 Sep 2017 02:48:34 +0200
Merge 0.9->0.10 Kim Alvefur Thu, 14 Sep 2017 02:47:40 +0200
mod_component, mod_s2s: Iterate over child tags instead of child nodes (can include text) in stream error (same as 176b7f4e4ac9) Kim Alvefur Thu, 14 Sep 2017 01:27:36 +0200
Merge 0.10->trunk Kim Alvefur Wed, 17 May 2017 01:06:20 +0200
mod_component: Use typed config API Kim Alvefur Wed, 26 Apr 2017 16:54:58 +0200
Merge 0.10->trunk Kim Alvefur Fri, 10 Feb 2017 21:34:16 +0100
mod_component: Add read timeout handler (same behaviour as c2s and s2s) Kim Alvefur Fri, 10 Feb 2017 21:25:12 +0100
Merge 0.10->trunk Kim Alvefur Sat, 28 Jan 2017 21:39:14 +0100
mod_component: Trim trailing whitespace Kim Alvefur Sat, 28 Jan 2017 21:38:47 +0100
Merge 0.10->trunk Matthew Wild Mon, 12 Sep 2016 22:31:25 +0100
mod_component: Fire 'component-disconnected' event on host, to maintain consistency - sessions with no host never authenticated. Fixes #737 Matthew Wild Mon, 12 Sep 2016 22:30:37 +0100
Update every link to the documentation to use HTTPS Emmanuel Gil Peyrot Sat, 16 Apr 2016 21:08:05 +0100
mod_component: Some cleanup [luacheck] Matthew Wild Fri, 18 Mar 2016 14:03:14 +0000
mod_component: Fire event when component disconnects Matthew Wild Fri, 18 Mar 2016 13:58:55 +0000
mod_component: Add config option for deciding what happens if a component connects while already connected (fixes #525) Kim Alvefur Wed, 21 Oct 2015 01:56:07 +0200
Merge 0.9->0.10 Kim Alvefur Mon, 10 Aug 2015 22:16:05 +0200
mod_component: Fire an event on successful component authentication (For Goffi) Kim Alvefur Mon, 10 Aug 2015 22:13:02 +0200
Merge 0.9->0.10 Kim Alvefur Tue, 02 Sep 2014 22:33:11 +0200
net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet, mod_net_multiplex: Add ondetach to release connection from 'sessions' table (or equivalent) Matthew Wild Fri, 29 Aug 2014 11:54:34 +0100
mod_c2s, mod_s2s, mod_component, util.xmppstream: Move all session:open_stream() functions to util.xmppstream Kim Alvefur Thu, 10 Apr 2014 13:13:07 +0200
Merge 0.9->0.10 Kim Alvefur Wed, 18 Dec 2013 18:36:54 +0100
mod_component: Enable TCP keepalives on component streams Kim Alvefur Wed, 18 Dec 2013 18:35:35 +0100
mod_component: Decrease priority of component auth hook Kim Alvefur Wed, 18 Dec 2013 18:34:22 +0100
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
mod_component: Local imports for some functions, including xpcall Matthew Wild Mon, 08 Jul 2013 23:59:51 +0100
mod_component: xpcall() stanza processing, as per other listeners, preventing potentially harmful 'top-level errors' Matthew Wild Mon, 08 Jul 2013 21:38:08 +0100
mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals Kim Alvefur Sat, 23 Mar 2013 01:27:16 +0100
mod_component: Look for the correct xmlns (thanks NebuK) Kim Alvefur Sun, 27 Jan 2013 17:11:45 +0100
s2smanager: Generate session names used for logging the same way everywhere Kim Alvefur Thu, 24 Jan 2013 00:58:17 +0100
mod_component: Make listener private (thanks Ge0rG) Kim Alvefur Thu, 17 Jan 2013 21:57:35 +0100
mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item(). Waqas Hussain Wed, 12 Sep 2012 22:22:31 +0500
mod_component: For disconnected external components, if a name is specified in config, return it in disco#info replies. Waqas Hussain Wed, 01 Aug 2012 01:36:13 +0500
mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table. Kim Alvefur Thu, 26 Jul 2012 04:33:17 +0200
Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages Matthew Wild Mon, 23 Jul 2012 17:32:33 +0100
mod_component: Allow unauthenticated components to authenticate (thanks Maranda) Matthew Wild Mon, 30 Apr 2012 01:20:13 +0100
mod_component: Components start out as component_unauthed until successful authentication (thanks xnyhps) Matthew Wild Mon, 30 Apr 2012 01:02:39 +0100
mod_component: Send <?xml on initial stream (thanks xnyhps) Matthew Wild Mon, 30 Apr 2012 00:42:02 +0100
mod_component: Remove unused variable Matthew Wild Sat, 28 Apr 2012 03:13:59 +0100
mod_component: Return true after denying a second component connection for a host (thanks xnyhps) Matthew Wild Fri, 27 Apr 2012 22:37:24 +0100
mod_component: Handle component connecting to non-existent host Matthew Wild Sun, 22 Apr 2012 16:35:26 +0100
mod_component: Make a shared module, and move the xmppcomponent_listener into it ('port'ing over to portmanager). Ha ha. Matthew Wild Sat, 21 Apr 2012 22:50:57 +0100
mod_component: removed unused variable reference, added "flagging" to assert if a component is connected or not. Marco Cirillo Fri, 06 Jan 2012 21:45:33 +0000
mod_component: Clearer log message when bouncing a stanza from a component that is not connected (thanks MK) Matthew Wild Sat, 18 Jun 2011 14:04:56 +0100
mod_component: Small code clarity fix Matthew Wild Sat, 04 Jun 2011 00:29:55 +0100
mod_component: Give stanza handlers a negative priority, to allow mod_iq to process them first. Waqas Hussain Thu, 02 Dec 2010 16:15:50 +0500