Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default ↵ | Matthew Wild | 2021-05-07 | 1 | -1/+2 |
| | | | | | | | | | | | | stanza size limits c2s/bosh/ws streams will default to 256KB, s2s and components to 512KB. These values are aligned with ejabberd's default settings, which should reduce issues related to inconsistent size limits between servers on the XMPP network. The previous default (10MB) is excessive for any production server, and allows significant memory usage by even unauthenticated sessions. | ||||
* | Many things: switch from hacky multi-arg xpcall implementations to a ↵ | Matthew Wild | 2018-10-26 | 1 | -2/+3 |
| | | | | standard util.xpcall | ||||
* | 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 |
| | | | | | | | | (fixes #1062) | ||||
* | | 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 ↵ | Kim Alvefur | 2017-09-14 | 1 | -10/+8 |
| | | | | | | | | | | | | include text) in stream error (same as 176b7f4e4ac9) | ||||
* | | | 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 ↵ | Matthew Wild | 2016-09-12 | 1 | -1/+3 |
| | | | | | | | | | | | | consistency - sessions with no host never authenticated. Fixes #737 | ||||
* | | | 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 ↵ | Kim Alvefur | 2015-10-21 | 1 | -3/+11 |
| | | | | | | | | connects while already connected (fixes #525) | ||||
* | | 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, ↵ | Matthew Wild | 2014-08-29 | 1 | -0/+4 |
| | | | | | | | | mod_admin_telnet, mod_net_multiplex: Add ondetach to release connection from 'sessions' table (or equivalent) | ||||
* | | mod_c2s, mod_s2s, mod_component, util.xmppstream: Move all ↵ | Kim Alvefur | 2014-04-10 | 1 | -3/+1 |
| | | | | | | | | session:open_stream() functions to util.xmppstream | ||||
* | | 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, ↵ | Matthew Wild | 2013-07-08 | 1 | -1/+6 |
| | | | | preventing potentially harmful 'top-level errors' | ||||
* | mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, ↵ | Kim Alvefur | 2013-03-23 | 1 | -1/+1 |
| | | | | mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals | ||||
* | 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 ↵ | Waqas Hussain | 2012-09-12 | 1 | -1/+1 |
| | | | | module:provides() instead of module:add_item(). | ||||
* | mod_component: For disconnected external components, if a name is specified ↵ | Waqas Hussain | 2012-08-01 | 1 | -0/+12 |
| | | | | in config, return it in disco#info replies. | ||||
* | mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, ↵ | Kim Alvefur | 2012-07-26 | 1 | -2/+2 |
| | | | | mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table. | ||||
* | Hopefully inert commit to clean up logging across a number of modules, ↵ | Matthew Wild | 2012-07-23 | 1 | -1/+1 |
| | | | | removing all cases of concatenation when building log messages | ||||
* | mod_component: Allow unauthenticated components to authenticate (thanks Maranda) | Matthew Wild | 2012-04-30 | 1 | -1/+1 |
| | |||||
* | mod_component: Components start out as component_unauthed until successful ↵ | Matthew Wild | 2012-04-30 | 1 | -1/+2 |
| | | | | authentication (thanks xnyhps) | ||||
* | mod_component: Send <?xml on initial stream (thanks xnyhps) | Matthew Wild | 2012-04-30 | 1 | -0/+1 |
| | |||||
* | mod_component: Remove unused variable | Matthew Wild | 2012-04-28 | 1 | -1/+0 |
| | |||||
* | mod_component: Return true after denying a second component connection for a ↵ | Matthew Wild | 2012-04-27 | 1 | -0/+1 |
| | | | | host (thanks xnyhps) | ||||
* | mod_component: Handle component connecting to non-existent host | Matthew Wild | 2012-04-22 | 1 | -1/+1 |
| | |||||
* | mod_component: Make a shared module, and move the xmppcomponent_listener ↵ | Matthew Wild | 2012-04-21 | 1 | -65/+268 |
| | | | | into it ('port'ing over to portmanager). Ha ha. | ||||
* | mod_component: removed unused variable reference, added "flagging" to assert ↵ | Marco Cirillo | 2012-01-06 | 1 | -2/+2 |
| | | | | if a component is connected or not. | ||||
* | mod_component: Clearer log message when bouncing a stanza from a component ↵ | Matthew Wild | 2011-06-18 | 1 | -1/+1 |
| | | | | that is not connected (thanks MK) | ||||
* | mod_component: Small code clarity fix | Matthew Wild | 2011-06-04 | 1 | -1/+1 |
| |