Log

plugins/mod_c2s.lua @ 12445:8d5fa022721c

description author age
mod_c2s,mod_s2s: Fix error on shutdown (Thanks Martin) Kim Alvefur 2022-02-22
mod_c2s,mod_s2s: Wrap callback to improve tracebacks Kim Alvefur 2022-02-22
mod_c2s: Ignore unused event payload [luacheck] Kim Alvefur 2022-02-18
mod_c2s,mod_s2s: Wait for sessions to close before proceeding with shutdown steps Kim Alvefur 2022-02-17
mod_c2s: Close ports in a separate, earlier event from closing sessions Kim Alvefur 2022-02-18
mod_c2s,mod_s2s: Disable and close port listeners before closing sessions Kim Alvefur 2022-02-11
mod_c2s: Fire pre-closing event regardless of connected state Kim Alvefur 2021-12-18
mod_c2s: Add event just before closing as session Kim Alvefur 2021-12-01
mod_c2s: Disconnect user sessions on a role change event Matthew Wild 2021-11-12
mod_c2s,etc: Identify stanza object with appropriate function Kim Alvefur 2021-10-24
mod_c2s: Rename Direct TLS listener 'c2s_direct_tls' for clarity Kim Alvefur 2021-09-09
mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 (thanks mjk) Kim Alvefur 2021-09-06
Merge 0.11->trunk Matthew Wild 2021-08-26
mod_c2s: Indicate stream secure state in error text when no stream features to offer 0.11 Matthew Wild 2021-07-06
mod_c2s,mod_s2s: Fire event just before writes Kim Alvefur 2021-08-16
mod_c2s: Guard against LuaSec not returning TLS info (thanks Martin) Kim Alvefur 2021-06-21
mod_c2s: Log the same messages for Direct TLS as with starttls Kim Alvefur 2021-06-20
mod_c2s: Update a comment to reflect Direct TLS Kim Alvefur 2021-06-20
mod_c2s: Add a Direct TLS listener Kim Alvefur 2021-06-20
mod_c2s,mod_s2s: Collect stats on TLS versions and ciphers Kim Alvefur 2021-06-15
Merge 0.11->trunk Matthew Wild 2021-05-13
mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limits 0.11 Matthew Wild 2021-05-07
mod_c2s: Port to new OpenMetrics API Jonas Schäfer 2021-04-18
mod_c2s: Fix traceback if session was destroyed while opening stream (thanks Ge0rG) Kim Alvefur 2021-04-14
Merge 0.11->trunk Kim Alvefur 2021-04-10
mod_c2s: Log about missing conn on async state changes 0.11 Kim Alvefur 2021-03-18
mod_c2s: Improve code style 0.11 Kim Alvefur 2021-03-18
mod_c2s: Fix traceback in session close when conn is nil 0.11 Kim Alvefur 2021-03-17
mod_c2s: Don't throw errors in async code when connections are gone 0.11 tmolitor 2021-03-18
mod_c2s: Log a debug message before closing due to c2s_timeout Kim Alvefur 2021-03-23
mod_c2s: Reflect stream 'from' attribute back if set (fix #1625) Kim Alvefur 2021-02-03
Merge 0.11->trunk Matthew Wild 2020-09-30
mod_c2s,mod_s2s: Make stanza size limits configurable 0.11 0.11.7 Kim Alvefur 2020-05-31
mod_c2s,mod_s2s: Make stanza size limits configurable Kim Alvefur 2020-05-31
mod_c2s,mod_s2s: Use a distinct stream error for hitting stanza size limit Kim Alvefur 2020-05-31
mod_c2s: Run stream open and close events in async thread, fixes #1103 Kim Alvefur 2020-05-08
mod_c2s: Swap comments Kim Alvefur 2020-04-19
mod_net_multiplex: Add support for using ALPN Kim Alvefur 2019-11-29
mod_c2s: Validate that a 'to' attribute exists at all Kim Alvefur 2019-11-02
Remove COMPAT with temporary luasec fork Kim Alvefur 2019-08-25
plugins: Remove tostring call from logging Kim Alvefur 2019-07-30
Merge 0.11->trunk Kim Alvefur 2019-05-26
mod_c2s: Associate connection with session last (fixes #1313) 0.11 Kim Alvefur 2019-05-18
mod_c2s: Fire an event when outgoing buffers have been emptied Kim Alvefur 2019-03-24
mod_c2s, mod_s2s, mod_component: Log invalid XML escaped (fixes #734) Kim Alvefur 2019-01-15
mod_c2s: Improve log message in case there are no stream features on offer (thanks hexa) Kim Alvefur 2018-12-27
mod_c2s: Fix fallback for missing session logger Kim Alvefur 2018-10-12
Merge 0.10->trunk Matthew Wild 2018-05-30
Merge 0.9->0.10 0.10.2 Matthew Wild 2018-05-30
mod_c2s: Do not allow the stream 'to' to change across stream restarts (fixes #1147) 0.9.14 Kim Alvefur 2018-05-25
Merge 0.10->trunk Kim Alvefur 2018-05-22
mod_c2s: Avoid concatenating potential nil value (fixes #753) Kim Alvefur 2018-05-22
mod_c2s: Add a counter for IPv6. Emmanuel Gil Peyrot 2017-09-09
Merge 0.10->trunk Kim Alvefur 2017-11-10
mod_c2s: Set a default value for c2s_timeout (fixes #1036) Kim Alvefur 2017-11-10
Merge 0.10->trunk Kim Alvefur 2017-09-14
Merge 0.9->0.10 Kim Alvefur 2017-09-14
mod_c2s: Iterate over child tags instead of child nodes in stream error (fixes traceback from #987) Kim Alvefur 2017-09-13
Merge 0.10->trunk Kim Alvefur 2017-08-28
core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512) Kim Alvefur 2017-07-28