log plugins/mod_component.lua @ 10882:1999bb052d49

age author description
Sat, 11 Apr 2020 19:31:15 +0200 Kim Alvefur mod_component: Specify an error source for Component unavailable errors
Tue, 30 Jul 2019 02:29:36 +0200 Kim Alvefur plugins: Remove tostring call from logging
Tue, 19 Mar 2019 09:08:06 +0000 Matthew Wild mod_component: Set module status to indicate whether component is connected
Tue, 15 Jan 2019 20:08:30 +0100 Kim Alvefur mod_c2s, mod_s2s, mod_component: Log invalid XML escaped (fixes #734)
Fri, 26 Oct 2018 19:32:00 +0100 Matthew Wild Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall
Fri, 08 Jun 2018 16:15:32 +0200 Kim Alvefur Merge 0.10->trunk
Fri, 08 Jun 2018 11:53:10 +0200 Emmanuel Gil Peyrot mod_component: Fix a wrongly-placed closing parenthesis, fixes #1164.
Sun, 04 Feb 2018 01:40:11 +0100 Kim Alvefur Merge 0.10->trunk
Sat, 06 Jan 2018 08:54:15 +0100 Kim Alvefur mod_component: Advertise disco#info in fallback handling of disco#info query (fixes #1062)
Thu, 14 Sep 2017 02:48:34 +0200 Kim Alvefur Merge 0.10->trunk
Thu, 14 Sep 2017 02:47:40 +0200 Kim Alvefur Merge 0.9->0.10
Thu, 14 Sep 2017 01:27:36 +0200 Kim Alvefur mod_component, mod_s2s: Iterate over child tags instead of child nodes (can include text) in stream error (same as 176b7f4e4ac9)
Wed, 17 May 2017 01:06:20 +0200 Kim Alvefur Merge 0.10->trunk
Wed, 26 Apr 2017 16:54:58 +0200 Kim Alvefur mod_component: Use typed config API
Fri, 10 Feb 2017 21:34:16 +0100 Kim Alvefur Merge 0.10->trunk
Fri, 10 Feb 2017 21:25:12 +0100 Kim Alvefur mod_component: Add read timeout handler (same behaviour as c2s and s2s)
Sat, 28 Jan 2017 21:39:14 +0100 Kim Alvefur Merge 0.10->trunk
Sat, 28 Jan 2017 21:38:47 +0100 Kim Alvefur mod_component: Trim trailing whitespace
Mon, 12 Sep 2016 22:31:25 +0100 Matthew Wild Merge 0.10->trunk
Mon, 12 Sep 2016 22:30:37 +0100 Matthew Wild mod_component: Fire 'component-disconnected' event on host, to maintain consistency - sessions with no host never authenticated. Fixes #737
Sat, 16 Apr 2016 21:08:05 +0100 Emmanuel Gil Peyrot Update every link to the documentation to use HTTPS
Fri, 18 Mar 2016 14:03:14 +0000 Matthew Wild mod_component: Some cleanup [luacheck]
Fri, 18 Mar 2016 13:58:55 +0000 Matthew Wild mod_component: Fire event when component disconnects
Wed, 21 Oct 2015 01:56:07 +0200 Kim Alvefur mod_component: Add config option for deciding what happens if a component connects while already connected (fixes #525)
Mon, 10 Aug 2015 22:16:05 +0200 Kim Alvefur Merge 0.9->0.10
Mon, 10 Aug 2015 22:13:02 +0200 Kim Alvefur mod_component: Fire an event on successful component authentication (For Goffi)
Tue, 02 Sep 2014 22:33:11 +0200 Kim Alvefur Merge 0.9->0.10
Fri, 29 Aug 2014 11:54:34 +0100 Matthew Wild 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)
Thu, 10 Apr 2014 13:13:07 +0200 Kim Alvefur mod_c2s, mod_s2s, mod_component, util.xmppstream: Move all session:open_stream() functions to util.xmppstream
Wed, 18 Dec 2013 18:36:54 +0100 Kim Alvefur Merge 0.9->0.10