Kim Alvefur
5abc2e6a5c
mod_c2s,mod_s2s: Make stanza size limits configurable
2020-05-31 22:39:34 +02:00
Kim Alvefur
d22e85debc
mod_c2s,mod_s2s: Use a distinct stream error for hitting stanza size limit
...
Since this is not a real parse error, it should not be reported as such.
2020-05-31 22:25:48 +02:00
Kim Alvefur
0747cbea53
mod_c2s: Run stream open and close events in async thread, fixes #1103
...
Enables async processing during stream opening and closing.
2020-05-08 23:58:24 +02:00
Kim Alvefur
a63e5be1b7
mod_c2s: Swap comments
2020-04-19 13:04:12 +02:00
Kim Alvefur
0fdb85997a
mod_net_multiplex: Add support for using ALPN
...
Potentially a bit more efficient since it can jump to the selected
protocol on connect instead of waiting for some data to look at.
Adds a 'protocol' field to net providers for this purpose.
2019-11-29 23:27:51 +01:00
Kim Alvefur
e131bbd3a4
mod_c2s: Validate that a 'to' attribute exists at all
...
Prevents traceback from nameprep(nil)
2019-11-02 15:39:40 +01:00
Kim Alvefur
b16782257d
Remove COMPAT with temporary luasec fork
...
The changes in the temporary fork were merged into mainline luasec ca
2013 and included in the 0.5 release in 2014.
2019-08-25 23:12:55 +02:00
Kim Alvefur
40b1e3e0ed
plugins: Remove tostring call from logging
...
Taken care of by loggingmanager now
Mass-rewrite using lua pattern like `tostring%b()`
2019-07-30 02:29:36 +02:00
Kim Alvefur
48d6fa1aa1
Merge 0.11->trunk
2019-05-26 19:41:58 +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