plugins/mod_c2s.lua
Tue, 22 Feb 2022 14:17:27 +0100 Kim Alvefur mod_c2s,mod_s2s: Fix error on shutdown (Thanks Martin)
Tue, 22 Feb 2022 12:35:31 +0100 Kim Alvefur mod_c2s,mod_s2s: Wrap callback to improve tracebacks
Fri, 18 Feb 2022 23:13:01 +0100 Kim Alvefur mod_c2s: Ignore unused event payload [luacheck]
Thu, 17 Feb 2022 03:49:47 +0100 Kim Alvefur mod_c2s,mod_s2s: Wait for sessions to close before proceeding with shutdown steps
Fri, 18 Feb 2022 14:25:22 +0100 Kim Alvefur mod_c2s: Close ports in a separate, earlier event from closing sessions
Fri, 11 Feb 2022 21:36:53 +0100 Kim Alvefur mod_c2s,mod_s2s: Disable and close port listeners before closing sessions
Sat, 18 Dec 2021 13:43:57 +0100 Kim Alvefur mod_c2s: Fire pre-closing event regardless of connected state
Wed, 01 Dec 2021 15:06:48 +0100 Kim Alvefur mod_c2s: Add event just before closing as session
Fri, 12 Nov 2021 13:26:05 +0000 Matthew Wild mod_c2s: Disconnect user sessions on a role change event
Sun, 24 Oct 2021 15:17:01 +0200 Kim Alvefur mod_c2s,etc: Identify stanza object with appropriate function
Thu, 09 Sep 2021 22:14:43 +0200 Kim Alvefur mod_c2s: Rename Direct TLS listener 'c2s_direct_tls' for clarity
Mon, 06 Sep 2021 23:21:25 +0200 Kim Alvefur mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 (thanks mjk)
Thu, 26 Aug 2021 16:42:42 +0100 Matthew Wild Merge 0.11->trunk
Tue, 06 Jul 2021 08:18:28 +0100 Matthew Wild mod_c2s: Indicate stream secure state in error text when no stream features to offer 0.11
Mon, 16 Aug 2021 12:45:14 +0200 Kim Alvefur mod_c2s,mod_s2s: Fire event just before writes
Mon, 21 Jun 2021 13:36:05 +0200 Kim Alvefur mod_c2s: Guard against LuaSec not returning TLS info (thanks Martin)
Sun, 20 Jun 2021 18:15:59 +0200 Kim Alvefur mod_c2s: Log the same messages for Direct TLS as with starttls
Sun, 20 Jun 2021 18:14:18 +0200 Kim Alvefur mod_c2s: Update a comment to reflect Direct TLS
Sun, 20 Jun 2021 16:51:08 +0200 Kim Alvefur mod_c2s: Add a Direct TLS listener
Wed, 16 Jun 2021 00:00:17 +0200 Kim Alvefur mod_c2s,mod_s2s: Collect stats on TLS versions and ciphers
Thu, 13 May 2021 11:17:13 +0100 Matthew Wild Merge 0.11->trunk
Fri, 07 May 2021 17:03:49 +0100 Matthew Wild mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limits 0.11
Sun, 18 Apr 2021 12:34:17 +0200 Jonas Schäfer mod_c2s: Port to new OpenMetrics API
Wed, 14 Apr 2021 16:02:47 +0200 Kim Alvefur mod_c2s: Fix traceback if session was destroyed while opening stream (thanks Ge0rG)
Sat, 10 Apr 2021 16:45:44 +0200 Kim Alvefur Merge 0.11->trunk
Thu, 18 Mar 2021 16:24:46 +0100 Kim Alvefur mod_c2s: Log about missing conn on async state changes 0.11
Thu, 18 Mar 2021 16:23:47 +0100 Kim Alvefur mod_c2s: Improve code style 0.11
Wed, 17 Mar 2021 12:47:16 +0100 Kim Alvefur mod_c2s: Fix traceback in session close when conn is nil 0.11
Thu, 18 Mar 2021 14:30:32 +0100 tmolitor mod_c2s: Don't throw errors in async code when connections are gone 0.11
Tue, 23 Mar 2021 21:46:11 +0100 Kim Alvefur mod_c2s: Log a debug message before closing due to c2s_timeout
Wed, 03 Feb 2021 21:41:45 +0100 Kim Alvefur mod_c2s: Reflect stream 'from' attribute back if set (fix #1625)
Wed, 30 Sep 2020 09:50:33 +0100 Matthew Wild Merge 0.11->trunk
Sun, 31 May 2020 22:39:34 +0200 Kim Alvefur mod_c2s,mod_s2s: Make stanza size limits configurable 0.11 0.11.7
Sun, 31 May 2020 22:39:34 +0200 Kim Alvefur mod_c2s,mod_s2s: Make stanza size limits configurable
Sun, 31 May 2020 22:25:48 +0200 Kim Alvefur mod_c2s,mod_s2s: Use a distinct stream error for hitting stanza size limit
Fri, 08 May 2020 23:58:24 +0200 Kim Alvefur mod_c2s: Run stream open and close events in async thread, fixes #1103
Sun, 19 Apr 2020 13:04:12 +0200 Kim Alvefur mod_c2s: Swap comments
Fri, 29 Nov 2019 23:27:51 +0100 Kim Alvefur mod_net_multiplex: Add support for using ALPN
Sat, 02 Nov 2019 15:39:40 +0100 Kim Alvefur mod_c2s: Validate that a 'to' attribute exists at all
Sun, 25 Aug 2019 23:12:55 +0200 Kim Alvefur Remove COMPAT with temporary luasec fork
Tue, 30 Jul 2019 02:29:36 +0200 Kim Alvefur plugins: Remove tostring call from logging
Sun, 26 May 2019 19:41:58 +0200 Kim Alvefur Merge 0.11->trunk
Sat, 18 May 2019 17:45:20 +0200 Kim Alvefur mod_c2s: Associate connection with session last (fixes #1313) 0.11
Sun, 24 Mar 2019 18:30:51 +0100 Kim Alvefur mod_c2s: Fire an event when outgoing buffers have been emptied
Tue, 15 Jan 2019 20:08:30 +0100 Kim Alvefur mod_c2s, mod_s2s, mod_component: Log invalid XML escaped (fixes #734)
Fri, 28 Dec 2018 00:13:03 +0100 Kim Alvefur mod_c2s: Improve log message in case there are no stream features on offer (thanks hexa)
Fri, 12 Oct 2018 02:16:24 +0200 Kim Alvefur mod_c2s: Fix fallback for missing session logger
Wed, 30 May 2018 22:43:45 +0100 Matthew Wild Merge 0.10->trunk
Wed, 30 May 2018 21:55:09 +0100 Matthew Wild Merge 0.9->0.10 0.10.2
Fri, 25 May 2018 21:09:34 +0200 Kim Alvefur mod_c2s: Do not allow the stream 'to' to change across stream restarts (fixes #1147) 0.9.14
Tue, 22 May 2018 22:25:59 +0200 Kim Alvefur Merge 0.10->trunk
Tue, 22 May 2018 22:22:57 +0200 Kim Alvefur mod_c2s: Avoid concatenating potential nil value (fixes #753)
Sat, 09 Sep 2017 14:45:23 +0100 Emmanuel Gil Peyrot mod_c2s: Add a counter for IPv6.
Fri, 10 Nov 2017 17:47:50 +0100 Kim Alvefur Merge 0.10->trunk
Fri, 10 Nov 2017 07:11:03 +0100 Kim Alvefur mod_c2s: Set a default value for c2s_timeout (fixes #1036)
Thu, 14 Sep 2017 02:48:34 +0200 Kim Alvefur Merge 0.10->trunk
Thu, 14 Sep 2017 02:47:40 +0200 Kim Alvefur Merge 0.9->0.10
Wed, 13 Sep 2017 18:18:57 +0200 Kim Alvefur mod_c2s: Iterate over child tags instead of child nodes in stream error (fixes traceback from #987)
Mon, 28 Aug 2017 21:05:12 +0200 Kim Alvefur Merge 0.10->trunk
Fri, 28 Jul 2017 13:15:29 +0200 Kim Alvefur core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512)
Sat, 01 Apr 2017 22:40:09 +0200 Kim Alvefur mod_c2s: Remove unused locals [luacheck]
Mon, 06 Mar 2017 15:31:21 +0100 Kim Alvefur Merge 0.10->trunk
Mon, 06 Mar 2017 15:24:44 +0100 Kim Alvefur mod_c2s: Rename unused loop variable to _ [luacheck]
Mon, 06 Mar 2017 15:24:33 +0100 Kim Alvefur mod_c2s: Rename variable no avoid name clash [luacheck]
Thu, 26 Jan 2017 19:47:33 +0100 Kim Alvefur Merge 0.10->trunk
Wed, 25 Jan 2017 11:18:00 +0100 Kim Alvefur mod_c2s, mod_s2s: Remove comment that no longer applies since 946871f6e3c8
Wed, 25 Jan 2017 10:47:31 +0100 Kim Alvefur mod_c2s: Clarify that there were no *stream* features to offer
Mon, 12 Sep 2016 22:31:25 +0100 Matthew Wild Merge 0.10->trunk
Mon, 12 Sep 2016 15:01:16 +0200 Kim Alvefur mod_c2s, mod_s2s: Switch connection counting to 'amount' type and enumerate once per statistics interval
Mon, 08 Aug 2016 16:41:09 +0200 Kim Alvefur Merge 0.10->trunk
Sun, 07 Aug 2016 20:51:34 +0200 Kim Alvefur mod_c2s: Don't try to keep alive sessions where the stream is not (yet) open
Sun, 07 Aug 2016 20:50:56 +0200 Kim Alvefur mod_c2s: Fix whitespace (why does it keep getting messed up?)
Fri, 08 Jul 2016 15:12:44 +0200 Kim Alvefur Merge 0.10->trunk
Thu, 07 Jul 2016 18:48:58 +0200 Kim Alvefur mod_c2s, mod_s2s: Bootstrap connection count statistic on module load
Sun, 03 Apr 2016 15:53:00 +0200 Kim Alvefur Merge 0.10->trunk
Sun, 03 Apr 2016 15:52:40 +0200 Kim Alvefur Merge 0.9->0.10
Sun, 03 Apr 2016 15:18:21 +0200 Kim Alvefur mod_c2s: Just destroy the session when it has no connection (see #641)
Thu, 17 Mar 2016 18:04:43 +0100 Kim Alvefur Merge 0.10->trunk
Thu, 17 Mar 2016 12:47:24 +0100 Kim Alvefur mod_c2s: Remove use of util.async
Wed, 02 Mar 2016 16:32:37 +0100 Kim Alvefur Merge 0.9->0.10
Wed, 02 Mar 2016 16:28:11 +0100 Kim Alvefur mod_c2s: Remove connection object from session object when connection disconnected to prevent accidental use (see #590)
Tue, 26 Jan 2016 14:15:00 +0100 Kim Alvefur Merge 0.9->0.10
Tue, 26 Jan 2016 00:28:07 +0100 Kim Alvefur mod_c2s, mod_s2s: Lower priority of session shutdown to negative, so that plugins hooking at the default priority run first (fixes #601)
Thu, 24 Sep 2015 20:05:23 +0200 Kim Alvefur mod_c2s, mod_s2s: Close incoming connections if there are no features to offer on incomplete streams (fixes #285)
Sun, 26 Apr 2015 00:06:11 +0200 Kim Alvefur mod_c2s, mod_s2s: Collect statistics on number of connections
Tue, 02 Sep 2014 22:33:11 +0200 Kim Alvefur Merge 0.9->0.10
Fri, 29 Aug 2014 11:54:34 +0100 Matthew Wild 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)
Thu, 28 Aug 2014 09:23:24 +0100 Matthew Wild Merge 0.9->0.10
Sat, 23 Aug 2014 09:29:17 +0100 Matthew Wild mod_c2s, mod_s2s: Log received invalid stream headers
Sat, 21 Jun 2014 15:05:21 +0200 Kim Alvefur Merge 0.9->0.10
Sat, 10 May 2014 02:12:51 +0200 Kim Alvefur mod_c2s: Fix traceback if c2s stream sent to component
Thu, 10 Apr 2014 13:13:07 +0200 Kim Alvefur mod_c2s, mod_s2s, mod_component, util.xmppstream: Move all session:open_stream() functions to util.xmppstream
Fri, 31 Jan 2014 12:01:12 +0100 Florian Zeitz mod_c2s: Break out stream opening into a separate function
Mon, 07 Oct 2013 12:43:00 +0200 Kim Alvefur mod_c2s, mod_s2s: Set session.encrypted as session.secure does not allways mean encrypted (eg consider_bosh_secure)
Wed, 14 Aug 2013 15:38:56 +0200 Kim Alvefur mod_c2s: Move another log message to debug level
Wed, 14 Aug 2013 15:00:36 +0200 Kim Alvefur mod_c2s, mod_s2s: Log cipher and encryption info in a more compact and (hopefully) less confusing way
Sun, 11 Aug 2013 14:46:27 +0100 Matthew Wild mod_c2s: Port coroutine code to util.async
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Fri, 09 Aug 2013 11:10:22 +0100 Matthew Wild mod_c2s: Add session:sleep() and session:wake() to pause a session (e.g. while waiting for an external event). Needs a gallon or two of testing.
Fri, 02 Aug 2013 15:12:24 +0200 Kim Alvefur mod_c2s, mod_s2s: Log a message that stream encryption has been enabled with some details
Wed, 24 Jul 2013 21:50:38 +0200 Kim Alvefur Merge 0.9->trunk
Wed, 24 Jul 2013 15:28:36 +0200 Kim Alvefur mod_c2s: Change default of tcp_keepalives to true, and make it individually configurable through c2s_tcp_keepalives
Mon, 15 Jul 2013 11:44:49 +0100 Matthew Wild mod_bosh, mod_c2s: No longer fire stream-features globally (nobody uses it, and shared modules make it easy for global modules to hook per-host now)
Tue, 11 Jun 2013 21:36:15 +0200 Kim Alvefur mod_c2s, mod_s2s: Fire an event on read timeouts
Tue, 11 Jun 2013 21:18:51 +0200 Kim Alvefur mod_c2s: Become a shared module and allow being disabled on some virtualhosts
Thu, 30 May 2013 14:32:40 +0200 Kim Alvefur mod_c2s, mod_c2s: Send a whitespace on read timeout, to prod TCP into detecting if the connection died
Fri, 10 May 2013 22:29:03 +0200 Kim Alvefur mod_c2s: Fix session:close() when a stanza is passed as reason
Thu, 25 Apr 2013 17:50:22 +0200 Kim Alvefur mod_c2s: Refactor <stream:error> building to allways tostring() it and only call send once
Mon, 22 Apr 2013 12:35:52 +0100 Matthew Wild mod_c2s, mod_s2s, net.http, net.http.server: Improve tracebacks (omit traceback function), to make it clearer where an error occured
Sat, 23 Mar 2013 01:27:16 +0100 Kim Alvefur mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals
Fri, 28 Dec 2012 14:33:47 +0100 Kim Alvefur prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective plugins
Sun, 09 Dec 2012 11:50:09 +0100 Kim Alvefur mod_c2s: Check if TLS compression is used
Wed, 12 Sep 2012 22:22:31 +0500 Waqas Hussain mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item().
Sat, 25 Aug 2012 01:28:38 +0200 Kim Alvefur mod_c2s: When a user gets deleted, drop all their sessions
Thu, 26 Jul 2012 04:33:17 +0200 Kim Alvefur mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table.
Mon, 23 Jul 2012 18:28:14 +0100 Matthew Wild mod_c2s, mod_s2s: Lower 'Disconnecting X' log messages from 'info' to 'debug'
Mon, 23 Jul 2012 12:56:47 +0100 Matthew Wild mod_c2s: Change 'reason' parameter of session:close() to take nil to mean 'graceful close initiated by us' and false for 'graceful close initiated by client'
Sun, 22 Jul 2012 16:59:12 +0100 Matthew Wild mod_c2s: Don't call ondisconnect manually on close, it is now called by net.server. Replace with inline code for destroying the session, and also waiting for a reply </stream:stream> if there is a chance of further data sent by the client. session.send() on a half-closed stream returns false (and does not deliver the data).
Fri, 11 May 2012 14:57:29 +0100 Matthew Wild mod_c2s: Another lurking string.format squashed.
Sat, 28 Apr 2012 03:05:03 +0100 Matthew Wild mod_c2s: Remove unused import of portmanager
less more (0) -120 tip