plugins/mod_component.lua
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
Wed, 18 Dec 2013 18:35:35 +0100 Kim Alvefur mod_component: Enable TCP keepalives on component streams
Wed, 18 Dec 2013 18:34:22 +0100 Kim Alvefur mod_component: Decrease priority of component auth hook
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Mon, 08 Jul 2013 23:59:51 +0100 Matthew Wild mod_component: Local imports for some functions, including xpcall
Mon, 08 Jul 2013 21:38:08 +0100 Matthew Wild mod_component: xpcall() stanza processing, as per other listeners, preventing potentially harmful 'top-level errors'
Sat, 23 Mar 2013 01:27:16 +0100 Kim Alvefur 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
Sun, 27 Jan 2013 17:11:45 +0100 Kim Alvefur mod_component: Look for the correct xmlns (thanks NebuK)
Thu, 24 Jan 2013 00:58:17 +0100 Kim Alvefur s2smanager: Generate session names used for logging the same way everywhere
Thu, 17 Jan 2013 21:57:35 +0100 Kim Alvefur mod_component: Make listener private (thanks Ge0rG)
Wed, 12 Sep 2012 22:22:31 +0500 Waqas Hussain mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item().
Wed, 01 Aug 2012 01:36:13 +0500 Waqas Hussain mod_component: For disconnected external components, if a name is specified in config, return it in disco#info replies.
Thu, 26 Jul 2012 04:33:17 +0200 Kim Alvefur 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.
Mon, 23 Jul 2012 17:32:33 +0100 Matthew Wild Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages
Mon, 30 Apr 2012 01:20:13 +0100 Matthew Wild mod_component: Allow unauthenticated components to authenticate (thanks Maranda)
Mon, 30 Apr 2012 01:02:39 +0100 Matthew Wild mod_component: Components start out as component_unauthed until successful authentication (thanks xnyhps)
Mon, 30 Apr 2012 00:42:02 +0100 Matthew Wild mod_component: Send <?xml on initial stream (thanks xnyhps)
Sat, 28 Apr 2012 03:13:59 +0100 Matthew Wild mod_component: Remove unused variable
Fri, 27 Apr 2012 22:37:24 +0100 Matthew Wild mod_component: Return true after denying a second component connection for a host (thanks xnyhps)
Sun, 22 Apr 2012 16:35:26 +0100 Matthew Wild mod_component: Handle component connecting to non-existent host
Sat, 21 Apr 2012 22:50:57 +0100 Matthew Wild mod_component: Make a shared module, and move the xmppcomponent_listener into it ('port'ing over to portmanager). Ha ha.
Fri, 06 Jan 2012 21:45:33 +0000 Marco Cirillo mod_component: removed unused variable reference, added "flagging" to assert if a component is connected or not.
Sat, 18 Jun 2011 14:04:56 +0100 Matthew Wild mod_component: Clearer log message when bouncing a stanza from a component that is not connected (thanks MK)
Sat, 04 Jun 2011 00:29:55 +0100 Matthew Wild mod_component: Small code clarity fix
Thu, 02 Dec 2010 16:15:50 +0500 Waqas Hussain mod_component: Give stanza handlers a negative priority, to allow mod_iq to process them first.
Fri, 12 Nov 2010 23:43:30 +0500 Waqas Hussain mod_component: Logging tweaks.
Fri, 12 Nov 2010 23:35:02 +0500 Waqas Hussain mod_component: Use module:get_option() instead of configmanager.
Fri, 12 Nov 2010 23:32:51 +0500 Waqas Hussain mod_component: Rearranged the code a little.
Fri, 12 Nov 2010 22:39:37 +0500 Waqas Hussain mod_component: Return true from stanza handler to indicate that we actually did handle the stanza.
Wed, 10 Nov 2010 20:59:16 +0500 Waqas Hussain prosody: Removed all references to componentmanager from Prosody, except the main componentmanager file.
Wed, 10 Nov 2010 03:39:38 +0500 Waqas Hussain componentmanager, hostmanager, modulemanager, mod_component: Got rid of the useless hosts[*].connected property.
Wed, 10 Nov 2010 01:51:03 +0500 Waqas Hussain mod_component: Updated to use events for hooking stanzas instead of the component stanza handler, and the on_destroy callback.
Tue, 09 Nov 2010 20:23:28 +0500 Waqas Hussain mod_component: Send back a <conflict/> stream error when multiple sessions attempt to bind.
Sat, 16 Oct 2010 23:00:42 +0500 Waqas Hussain Monster whitespace commit (beware the whitespace monster).
Sat, 16 Oct 2010 06:38:38 +0500 Waqas Hussain mod_component: Updated to use the new events API.
Tue, 21 Sep 2010 17:37:11 +0500 Waqas Hussain net.xmppcomponent_listener, mod_component: Removed useless undocumented option 'component_address'.
Sun, 04 Jul 2010 19:14:27 +0100 Matthew Wild mod_component: Read validate_from_addresses option from the config
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Sun, 24 Jan 2010 05:36:25 +0500 Waqas Hussain mod_component: Cleaned up unused variables.
Sat, 23 Jan 2010 02:53:44 +0000 Matthew Wild mod_component: Fix name of config option in error message (thanks nulani!)
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
Thu, 25 Jun 2009 01:38:53 +0100 Matthew Wild mod_component: Rewrite jabber:client stanzas to jabber:component:accept, thanks JaredH!
Mon, 04 May 2009 19:36:16 +0100 Matthew Wild mod_component: Vastly reduce the code, having split most of it to where it should be, xmppcomponent_listener
Wed, 22 Apr 2009 21:32:23 +0100 Matthew Wild mod_*: Fix a load of global accesses
Sat, 11 Apr 2009 22:22:24 +0100 Matthew Wild mod_component: Deregister component on disconnect
Fri, 10 Apr 2009 10:49:58 +0100 Matthew Wild mod_component: Update for new net_activate_ports
Sun, 05 Apr 2009 20:06:39 +0100 Matthew Wild sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when client closes stream
Sun, 22 Mar 2009 17:54:29 +0000 Matthew Wild mod_component: Remove some commented code
Sun, 22 Mar 2009 15:02:07 +0000 Matthew Wild mod_component: Use net_activate_ports to start port listener based on config
Sun, 22 Mar 2009 15:01:23 +0000 Matthew Wild mod_component: Set default listening interface to 127.0.0.1
Sat, 21 Mar 2009 21:47:09 +0000 Matthew Wild Add initial mod_component for XEP-0114 support. Albert, where are you?
less more (0) tip