Matthew Wild
4c4e764e23
mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default 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.
2021-05-07 17:03:49 +01:00
Kim Alvefur
72cb2e0362
mod_c2s: Log about missing conn on async state changes
2021-03-18 16:24:46 +01:00
Kim Alvefur
846862e1e7
mod_c2s: Improve code style
...
We don't use the quoted table indexing style that often, it's not needed
here and it's enough to check for falsyness rather than `nil`.
2021-03-18 16:23:47 +01:00
Kim Alvefur
b5f808c769
mod_c2s: Fix traceback in session close when conn is nil
...
Unclear how this happens.
2021-03-17 12:47:16 +01:00
tmolitor
2b0c472f87
mod_c2s: Don't throw errors in async code when connections are gone
...
Fixes #1507
2021-03-18 14:30:32 +01:00
Kim Alvefur
c90918837e
mod_c2s,mod_s2s: Make stanza size limits configurable
2020-05-31 22:39:34 +02:00
Kim Alvefur
4512a6266d
mod_c2s: Associate connection with session last ( fixes #1313 )
...
This way, any fatal error in the callback will not leave a
half-established session.
2019-05-18 17:45:20 +02:00
Kim Alvefur
0f11cd3a54
mod_c2s: Fix fallback for missing session logger
2018-10-12 02:16:24 +02:00
Matthew Wild
55969635f1
Merge 0.10->trunk
2018-05-30 22:43:45 +01:00
Matthew Wild
b294f1695c
Merge 0.9->0.10
2018-05-30 21:55:09 +01:00
Kim Alvefur
32b507c866
mod_c2s: Do not allow the stream 'to' to change across stream restarts ( fixes #1147 )
2018-05-25 21:09:34 +02:00
Kim Alvefur
c931751893
Merge 0.10->trunk
2018-05-22 22:25:59 +02:00
Kim Alvefur
0f78fff909
mod_c2s: Avoid concatenating potential nil value ( fixes #753 )
2018-05-22 22:22:57 +02:00
Kim Alvefur
12cdea49b3
mod_c2s: Iterate over child tags instead of child nodes in stream error (fixes traceback from #987 )
2017-09-13 18:18:57 +02:00
Emmanuel Gil Peyrot
bf5d8303ce
mod_c2s: Add a counter for IPv6.
2017-09-09 14:45:23 +01:00
Kim Alvefur
7896770380
Merge 0.10->trunk
2017-11-10 17:47:50 +01:00
Kim Alvefur
b395681f11
mod_c2s: Set a default value for c2s_timeout ( fixes #1036 )
2017-11-10 07:11:03 +01:00
Kim Alvefur
4c6c255113
Merge 0.10->trunk
2017-09-14 02:48:34 +02:00
Kim Alvefur
989c0783cb
Merge 0.9->0.10
2017-09-14 02:47:40 +02:00
Kim Alvefur
73b75571e6
core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) ( fixes #512 )
2017-07-28 13:15:29 +02:00
Kim Alvefur
38f73e28ae
Merge 0.10->trunk
2017-08-28 21:05:12 +02:00
Kim Alvefur
a5612dad90
mod_c2s: Remove unused locals [luacheck]
2017-04-01 22:40:09 +02:00
Kim Alvefur
2a77d2a3a4
Merge 0.10->trunk
2017-03-06 15:31:21 +01:00
Kim Alvefur
7e8dcd944e
mod_c2s: Rename unused loop variable to _ [luacheck]
2017-03-06 15:24:44 +01:00
Kim Alvefur
71d437db39
mod_c2s: Rename variable no avoid name clash [luacheck]
2017-03-06 15:24:33 +01:00
Kim Alvefur
4c6a84a00e
Merge 0.10->trunk
2017-01-26 19:47:33 +01:00
Kim Alvefur
befdc64576
mod_c2s, mod_s2s: Remove comment that no longer applies since 946871f6e3c8
2017-01-25 11:18:00 +01:00
Kim Alvefur
bdeb5cc9c5
mod_c2s: Clarify that there were no *stream* features to offer
2017-01-25 10:47:31 +01:00
Matthew Wild
f4690a6063
Merge 0.10->trunk
2016-09-12 22:31:25 +01:00
Kim Alvefur
522f448b35
mod_c2s, mod_s2s: Switch connection counting to 'amount' type and enumerate once per statistics interval
2016-09-12 15:01:16 +02:00
Kim Alvefur
68f3c9dede
Merge 0.10->trunk
2016-08-08 16:41:09 +02:00
Kim Alvefur
8631e529ba
mod_c2s: Don't try to keep alive sessions where the stream is not (yet) open
2016-08-07 20:51:34 +02:00
Kim Alvefur
0c9ea08015
mod_c2s: Fix whitespace (why does it keep getting messed up?)
2016-08-07 20:50:56 +02:00
Kim Alvefur
8c0ca748b5
Merge 0.10->trunk
2016-07-08 15:12:44 +02:00
Kim Alvefur
ddccdcd00d
mod_c2s, mod_s2s: Bootstrap connection count statistic on module load
2016-07-07 18:48:58 +02:00
Kim Alvefur
d00290510d
Merge 0.10->trunk
2016-04-03 15:53:00 +02:00
Kim Alvefur
5e64753929
Merge 0.9->0.10
2016-04-03 15:52:40 +02:00
Kim Alvefur
4308f867bb
mod_c2s: Just destroy the session when it has no connection (see #641 )
2016-04-03 15:18:21 +02:00
Kim Alvefur
89a474d458
mod_c2s: Remove connection object from session object when connection disconnected to prevent accidental use (see #590 )
2016-03-02 16:28:11 +01:00
Kim Alvefur
70a7adc1c1
Merge 0.9->0.10
2016-03-02 16:32:37 +01:00
Kim Alvefur
1875b4a83d
mod_c2s, mod_s2s: Lower priority of session shutdown to negative, so that plugins hooking at the default priority run first ( fixes #601 )
2016-01-26 00:28:07 +01:00
Kim Alvefur
13099c75ec
mod_c2s: Remove use of util.async
2016-03-17 12:47:24 +01:00
Kim Alvefur
ab4c6bee84
Merge 0.9->0.10
2016-01-26 14:15:00 +01:00
Kim Alvefur
7dda205176
mod_c2s, mod_s2s: Close incoming connections if there are no features to offer on incomplete streams ( fixes #285 )
2015-09-24 20:05:23 +02:00
Kim Alvefur
48652fb9d3
mod_c2s, mod_s2s: Collect statistics on number of connections
2015-04-26 00:06:11 +02:00
Kim Alvefur
c80b30a71c
Merge 0.9->0.10
2014-09-02 22:33:11 +02:00
Matthew Wild
899b6d53ae
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)
2014-08-29 11:54:34 +01:00
Matthew Wild
878efeecd5
Merge 0.9->0.10
2014-08-28 09:23:24 +01:00
Matthew Wild
933bb5a869
mod_c2s, mod_s2s: Log received invalid stream headers
2014-08-23 09:29:17 +01:00
Kim Alvefur
57940a8351
mod_c2s: Fix traceback if c2s stream sent to component
2014-05-10 02:12:51 +02:00