| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_c2s,etc: Identify stanza object with appropriate function | Kim Alvefur | 2021-10-24 | 1 | -3/+3 |
* | Merge 0.11->trunk | Matthew Wild | 2021-05-13 | 1 | -1/+2 |
|\ |
|
| * | mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza... | Matthew Wild | 2021-05-07 | 1 | -1/+2 |
* | | mod_component: Distinguish missing stream @to from unknown local component (t... | Kim Alvefur | 2020-12-18 | 1 | -0/+4 |
* | | mod_component: Return extended error condition when not connected | Kim Alvefur | 2020-04-13 | 1 | -1/+2 |
* | | mod_component: Reply with a different error when not connected | Kim Alvefur | 2020-04-13 | 1 | -1/+1 |
* | | mod_component: Specify an error source for Component unavailable errors | Kim Alvefur | 2020-04-11 | 1 | -1/+1 |
* | | plugins: Remove tostring call from logging | Kim Alvefur | 2019-07-30 | 1 | -7/+7 |
* | | mod_component: Set module status to indicate whether component is connected | Matthew Wild | 2019-03-19 | 1 | -0/+2 |
* | | mod_c2s, mod_s2s, mod_component: Log invalid XML escaped (fixes #734) | Kim Alvefur | 2019-01-15 | 1 | -1/+1 |
|/ |
|
* | Many things: switch from hacky multi-arg xpcall implementations to a standard... | Matthew Wild | 2018-10-26 | 1 | -2/+3 |
* | Merge 0.10->trunk | Kim Alvefur | 2018-06-08 | 1 | -3/+4 |
|\ |
|
| * | mod_component: Fix a wrongly-placed closing parenthesis, fixes #1164. | Emmanuel Gil Peyrot | 2018-06-08 | 1 | -3/+4 |
* | | Merge 0.10->trunk | Kim Alvefur | 2018-02-04 | 1 | -1/+2 |
|\| |
|
| * | mod_component: Advertise disco#info in fallback handling of disco#info query ... | Kim Alvefur | 2018-01-06 | 1 | -1/+2 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-09-14 | 1 | -10/+8 |
|\| |
|
| * | Merge 0.9->0.10 | Kim Alvefur | 2017-09-14 | 1 | -10/+8 |
| |\ |
|
| | * | mod_component, mod_s2s: Iterate over child tags instead of child nodes (can i... | Kim Alvefur | 2017-09-14 | 1 | -10/+8 |
* | | | Merge 0.10->trunk | Kim Alvefur | 2017-05-17 | 1 | -1/+1 |
|\| | |
|
| * | | mod_component: Use typed config API | Kim Alvefur | 2017-04-26 | 1 | -1/+1 |
* | | | Merge 0.10->trunk | Kim Alvefur | 2017-02-10 | 1 | -0/+18 |
|\| | |
|
| * | | mod_component: Add read timeout handler (same behaviour as c2s and s2s) | Kim Alvefur | 2017-02-10 | 1 | -0/+18 |
* | | | Merge 0.10->trunk | Kim Alvefur | 2017-01-28 | 1 | -15/+15 |
|\| | |
|
| * | | mod_component: Trim trailing whitespace | Kim Alvefur | 2017-01-28 | 1 | -15/+15 |
* | | | Merge 0.10->trunk | Matthew Wild | 2016-09-12 | 1 | -1/+3 |
|\| | |
|
| * | | mod_component: Fire 'component-disconnected' event on host, to maintain consi... | Matthew Wild | 2016-09-12 | 1 | -1/+3 |
* | | | Update every link to the documentation to use HTTPS | Emmanuel Gil Peyrot | 2016-04-16 | 1 | -1/+1 |
|/ / |
|
* | | mod_component: Some cleanup [luacheck] | Matthew Wild | 2016-03-18 | 1 | -4/+3 |
* | | mod_component: Fire event when component disconnects | Matthew Wild | 2016-03-18 | 1 | -0/+1 |
* | | mod_component: Add config option for deciding what happens if a component con... | Kim Alvefur | 2015-10-21 | 1 | -3/+11 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2015-08-10 | 1 | -15/+16 |
|\| |
|
| * | mod_component: Fire an event on successful component authentication (For Goffi) | Kim Alvefur | 2015-08-10 | 1 | -0/+1 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2014-09-02 | 1 | -0/+4 |
|\| |
|
| * | net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet,... | Matthew Wild | 2014-08-29 | 1 | -0/+4 |
* | | mod_c2s, mod_s2s, mod_component, util.xmppstream: Move all session:open_strea... | Kim Alvefur | 2014-04-10 | 1 | -3/+1 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2013-12-18 | 1 | -1/+7 |
|\| |
|
| * | mod_component: Enable TCP keepalives on component streams | Kim Alvefur | 2013-12-18 | 1 | -0/+6 |
| * | mod_component: Decrease priority of component auth hook | Kim Alvefur | 2013-12-18 | 1 | -1/+1 |
* | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -16/+16 |
|/ |
|
* | mod_component: Local imports for some functions, including xpcall | Matthew Wild | 2013-07-08 | 1 | -0/+1 |
* | mod_component: xpcall() stanza processing, as per other listeners, preventing... | Matthew Wild | 2013-07-08 | 1 | -1/+6 |
* | mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mo... | Kim Alvefur | 2013-03-23 | 1 | -1/+1 |
* | mod_component: Look for the correct xmlns (thanks NebuK) | Kim Alvefur | 2013-01-27 | 1 | -1/+1 |
* | s2smanager: Generate session names used for logging the same way everywhere | Kim Alvefur | 2013-01-24 | 1 | -1/+1 |
* | mod_component: Make listener private (thanks Ge0rG) | Kim Alvefur | 2013-01-17 | 1 | -0/+1 |
* | mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides(... | Waqas Hussain | 2012-09-12 | 1 | -1/+1 |
* | mod_component: For disconnected external components, if a name is specified i... | Waqas Hussain | 2012-08-01 | 1 | -0/+12 |
* | mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep,... | Kim Alvefur | 2012-07-26 | 1 | -2/+2 |
* | Hopefully inert commit to clean up logging across a number of modules, removi... | Matthew Wild | 2012-07-23 | 1 | -1/+1 |
* | mod_component: Allow unauthenticated components to authenticate (thanks Maranda) | Matthew Wild | 2012-04-30 | 1 | -1/+1 |