| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_c2s: Make c2s_timeout timer reachable to allow access from other modules | Kim Alvefur | 2023-12-03 | 1 | -1/+3 |
* | mod_saslauth, mod_c2s: Disable tls-server-end-point channel binding by default | Matthew Wild | 2023-10-26 | 1 | -7/+0 |
* | mod_c2s: Add session.ssl_cfg/ssl_ctx for direct TLS connections | Matthew Wild | 2022-09-07 | 1 | -0/+8 |
* | plugins: Handle how get_option_period returns "never" | Kim Alvefur | 2023-07-21 | 1 | -1/+1 |
* | plugins: Use integer config API with interval specification where sensible | Kim Alvefur | 2023-07-17 | 1 | -1/+1 |
* | plugins: Switch to :get_option_period() for time range options | Kim Alvefur | 2023-07-16 | 1 | -2/+2 |
* | core.sessionmanager: Delay closing a replaced connection after replacement | Kim Alvefur | 2023-05-07 | 1 | -0/+1 |
* | mod_c2s,mod_s2s: Fix tag name for SLA (thanks mjk) | Kim Alvefur | 2023-05-03 | 1 | -1/+1 |
* | plugins: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-24 | 1 | -9/+9 |
* | mod_c2s: Disconnect accounts when they are disabled | Kim Alvefur | 2023-02-23 | 1 | -0/+1 |
* | mod_c2s,mod_s2s: Adapt to XEP-xxxx: Stream Limits Advertisement | Kim Alvefur | 2022-10-20 | 1 | -1/+2 |
* | mod_c2s: Advertise stanza size limit to clients | Kim Alvefur | 2021-03-16 | 1 | -0/+4 |
* | mod_c2s: Include stream attributes in stream-features event | Matthew Wild | 2022-10-14 | 1 | -1/+1 |
* | mod_smacks: Long overdue cleanup of resumption code, fixes some old TODOs | Matthew Wild | 2022-08-26 | 1 | -0/+8 |
* | mod_authz_internal, and more: New iteration of role API | Matthew Wild | 2022-08-17 | 1 | -1/+1 |
* | net: isolate LuaSec-specifics | Jonas Schäfer | 2022-04-27 | 1 | -4/+2 |
* | mod_c2s,mod_s2s: Fix error on shutdown (Thanks Martin) | Kim Alvefur | 2022-02-22 | 1 | -1/+1 |
* | mod_c2s,mod_s2s: Wrap callback to improve tracebacks | Kim Alvefur | 2022-02-22 | 1 | -1/+1 |
* | mod_c2s: Ignore unused event payload [luacheck] | Kim Alvefur | 2022-02-18 | 1 | -1/+1 |
* | mod_c2s,mod_s2s: Wait for sessions to close before proceeding with shutdown s... | Kim Alvefur | 2022-02-17 | 1 | -1/+16 |
* | mod_c2s: Close ports in a separate, earlier event from closing sessions | Kim Alvefur | 2022-02-18 | 1 | -0/+2 |
* | mod_c2s,mod_s2s: Disable and close port listeners before closing sessions | Kim Alvefur | 2022-02-11 | 1 | -0/+7 |
* | mod_c2s: Fire pre-closing event regardless of connected state | Kim Alvefur | 2021-12-18 | 1 | -3/+3 |
* | mod_c2s: Add event just before closing as session | Kim Alvefur | 2021-12-01 | 1 | -0/+3 |
* | mod_c2s: Disconnect user sessions on a role change event | Matthew Wild | 2021-11-12 | 1 | -18/+16 |
* | mod_c2s,etc: Identify stanza object with appropriate function | Kim Alvefur | 2021-10-24 | 1 | -2/+2 |
* | mod_c2s: Rename Direct TLS listener 'c2s_direct_tls' for clarity | Kim Alvefur | 2021-09-09 | 1 | -1/+1 |
* | mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 ... | Kim Alvefur | 2021-09-06 | 1 | -1/+5 |
* | mod_c2s,mod_s2s: Fire event just before writes | Kim Alvefur | 2021-08-16 | 1 | -0/+7 |
* | mod_c2s: Guard against LuaSec not returning TLS info (thanks Martin) | Kim Alvefur | 2021-06-21 | 1 | -4/+4 |
* | mod_c2s: Log the same messages for Direct TLS as with starttls | Kim Alvefur | 2021-06-20 | 1 | -1/+6 |
* | mod_c2s: Update a comment to reflect Direct TLS | Kim Alvefur | 2021-06-20 | 1 | -1/+1 |
* | mod_c2s: Add a Direct TLS listener | Kim Alvefur | 2021-06-20 | 1 | -0/+10 |
* | mod_c2s,mod_s2s: Collect stats on TLS versions and ciphers | Kim Alvefur | 2021-06-16 | 1 | -0/+7 |
* | Merge 0.11->trunk | Matthew Wild | 2021-05-13 | 1 | -1/+1 |
|\ |
|
| * | mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza... | Matthew Wild | 2021-05-07 | 1 | -1/+1 |
* | | mod_c2s: Port to new OpenMetrics API | Jonas Schäfer | 2021-04-18 | 1 | -10/+16 |
* | | mod_c2s: Fix traceback if session was destroyed while opening stream (thanks ... | Kim Alvefur | 2021-04-14 | 1 | -0/+3 |
* | | Merge 0.11->trunk | Kim Alvefur | 2021-04-10 | 1 | -4/+12 |
|\| |
|
| * | mod_c2s: Log about missing conn on async state changes | Kim Alvefur | 2021-03-18 | 1 | -0/+4 |
| * | mod_c2s: Improve code style | Kim Alvefur | 2021-03-18 | 1 | -2/+6 |
| * | mod_c2s: Fix traceback in session close when conn is nil | Kim Alvefur | 2021-03-17 | 1 | -2/+2 |
| * | mod_c2s: Don't throw errors in async code when connections are gone | tmolitor | 2021-03-18 | 1 | -2/+2 |
| * | mod_c2s,mod_s2s: Make stanza size limits configurable0.11.7 | Kim Alvefur | 2020-05-31 | 1 | -1/+2 |
* | | mod_c2s: Log a debug message before closing due to c2s_timeout | Kim Alvefur | 2021-03-23 | 1 | -0/+1 |
* | | mod_c2s: Reflect stream 'from' attribute back if set (fix #1625) | Kim Alvefur | 2021-02-03 | 1 | -1/+1 |
* | | mod_c2s,mod_s2s: Make stanza size limits configurable | Kim Alvefur | 2020-05-31 | 1 | -1/+2 |
* | | mod_c2s,mod_s2s: Use a distinct stream error for hitting stanza size limit | Kim Alvefur | 2020-05-31 | 1 | -1/+5 |
* | | mod_c2s: Run stream open and close events in async thread, fixes #1103 | Kim Alvefur | 2020-05-08 | 1 | -2/+18 |
* | | mod_c2s: Swap comments | Kim Alvefur | 2020-04-19 | 1 | -2/+2 |