aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_component.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza...Matthew Wild2021-05-071-1/+2
* Many things: switch from hacky multi-arg xpcall implementations to a standard...Matthew Wild2018-10-261-2/+3
* Merge 0.10->trunkKim Alvefur2018-06-081-3/+4
|\
| * mod_component: Fix a wrongly-placed closing parenthesis, fixes #1164.Emmanuel Gil Peyrot2018-06-081-3/+4
* | Merge 0.10->trunkKim Alvefur2018-02-041-1/+2
|\|
| * mod_component: Advertise disco#info in fallback handling of disco#info query ...Kim Alvefur2018-01-061-1/+2
* | Merge 0.10->trunkKim Alvefur2017-09-141-10/+8
|\|
| * Merge 0.9->0.10Kim Alvefur2017-09-141-10/+8
| |\
| | * mod_component, mod_s2s: Iterate over child tags instead of child nodes (can i...Kim Alvefur2017-09-141-10/+8
* | | Merge 0.10->trunkKim Alvefur2017-05-171-1/+1
|\| |
| * | mod_component: Use typed config APIKim Alvefur2017-04-261-1/+1
* | | Merge 0.10->trunkKim Alvefur2017-02-101-0/+18
|\| |
| * | mod_component: Add read timeout handler (same behaviour as c2s and s2s)Kim Alvefur2017-02-101-0/+18
* | | Merge 0.10->trunkKim Alvefur2017-01-281-15/+15
|\| |
| * | mod_component: Trim trailing whitespaceKim Alvefur2017-01-281-15/+15
* | | Merge 0.10->trunkMatthew Wild2016-09-121-1/+3
|\| |
| * | mod_component: Fire 'component-disconnected' event on host, to maintain consi...Matthew Wild2016-09-121-1/+3
* | | Update every link to the documentation to use HTTPSEmmanuel Gil Peyrot2016-04-161-1/+1
|/ /
* | mod_component: Some cleanup [luacheck]Matthew Wild2016-03-181-4/+3
* | mod_component: Fire event when component disconnectsMatthew Wild2016-03-181-0/+1
* | mod_component: Add config option for deciding what happens if a component con...Kim Alvefur2015-10-211-3/+11
* | Merge 0.9->0.10Kim Alvefur2015-08-101-15/+16
|\|
| * mod_component: Fire an event on successful component authentication (For Goffi)Kim Alvefur2015-08-101-0/+1
* | Merge 0.9->0.10Kim Alvefur2014-09-021-0/+4
|\|
| * net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet,...Matthew Wild2014-08-291-0/+4
* | mod_c2s, mod_s2s, mod_component, util.xmppstream: Move all session:open_strea...Kim Alvefur2014-04-101-3/+1
* | Merge 0.9->0.10Kim Alvefur2013-12-181-1/+7
|\|
| * mod_component: Enable TCP keepalives on component streamsKim Alvefur2013-12-181-0/+6
| * mod_component: Decrease priority of component auth hookKim Alvefur2013-12-181-1/+1
* | Remove all trailing whitespaceFlorian Zeitz2013-08-091-16/+16
|/
* mod_component: Local imports for some functions, including xpcallMatthew Wild2013-07-081-0/+1
* mod_component: xpcall() stanza processing, as per other listeners, preventing...Matthew Wild2013-07-081-1/+6
* mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mo...Kim Alvefur2013-03-231-1/+1
* mod_component: Look for the correct xmlns (thanks NebuK)Kim Alvefur2013-01-271-1/+1
* s2smanager: Generate session names used for logging the same way everywhereKim Alvefur2013-01-241-1/+1
* mod_component: Make listener private (thanks Ge0rG)Kim Alvefur2013-01-171-0/+1
* mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides(...Waqas Hussain2012-09-121-1/+1
* mod_component: For disconnected external components, if a name is specified i...Waqas Hussain2012-08-011-0/+12
* mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep,...Kim Alvefur2012-07-261-2/+2
* Hopefully inert commit to clean up logging across a number of modules, removi...Matthew Wild2012-07-231-1/+1
* mod_component: Allow unauthenticated components to authenticate (thanks Maranda)Matthew Wild2012-04-301-1/+1
* mod_component: Components start out as component_unauthed until successful au...Matthew Wild2012-04-301-1/+2
* mod_component: Send <?xml on initial stream (thanks xnyhps)Matthew Wild2012-04-301-0/+1
* mod_component: Remove unused variableMatthew Wild2012-04-281-1/+0
* mod_component: Return true after denying a second component connection for a ...Matthew Wild2012-04-271-0/+1
* mod_component: Handle component connecting to non-existent hostMatthew Wild2012-04-221-1/+1
* mod_component: Make a shared module, and move the xmppcomponent_listener into...Matthew Wild2012-04-211-65/+268
* mod_component: removed unused variable reference, added "flagging" to assert ...Marco Cirillo2012-01-061-2/+2
* mod_component: Clearer log message when bouncing a stanza from a component th...Matthew Wild2011-06-181-1/+1
* mod_component: Small code clarity fixMatthew Wild2011-06-041-1/+1