core/sessionmanager.lua
Sun, 07 May 2023 12:27:55 +0200 Kim Alvefur core.sessionmanager: Delay closing a replaced connection after replacement
Wed, 29 Mar 2023 13:01:53 +0100 Matthew Wild sessionmanager: Preserve 'since' property of original session after resumption
Fri, 17 Mar 2023 16:23:07 +0100 Kim Alvefur core: Prefix module imports with prosody namespace
Thu, 09 Feb 2023 22:34:05 +0000 Matthew Wild Merge 0.12->trunk
Thu, 09 Feb 2023 15:09:03 +0000 Matthew Wild sessionmanager: Improve logging around session destruction 0.12
Thu, 19 Jan 2023 21:40:09 +0100 Kim Alvefur core.sessionmanager: Mark session as destroyed to prevent reentry 0.12
Thu, 19 Jan 2023 21:38:14 +0100 Kim Alvefur core.sessionmanager: Skip log when (not) destroying destroyed sessions 0.12
Thu, 29 Dec 2022 16:25:00 +0000 Matthew Wild sessionmanager: Fire event before retiring old session
Thu, 29 Dec 2022 16:23:08 +0000 Matthew Wild sessionmanager: Pluck sasl_handler from old session when resuming (fixes #1785)
Fri, 26 Aug 2022 17:04:15 +0100 Matthew Wild mod_smacks: Long overdue cleanup of resumption code, fixes some old TODOs
Wed, 17 Aug 2022 16:38:53 +0100 Matthew Wild mod_authz_internal, and more: New iteration of role API
Tue, 19 Jul 2022 18:02:02 +0100 Matthew Wild mod_authz_internal: Use util.roles, some API changes and config support
Wed, 15 Jun 2022 12:15:01 +0100 Matthew Wild Switch to a new role-based authorization framework, removing is_admin()
Thu, 15 Apr 2021 15:12:35 +0200 Kim Alvefur core.sessionmanager: Add a dummy rawsend() method to resting sessions
Wed, 05 Feb 2020 17:56:20 +0000 Matthew Wild sessionmanager: Support passing an auth scope to make_authenticated
Sat, 02 Nov 2019 15:39:01 +0100 Kim Alvefur core.sessionmanager: Require that client-requested resources pass strict resourceprep
Sat, 02 Nov 2019 13:24:33 +0100 Kim Alvefur core.sessionmanager: Fix traceback from passing nil to resourceprep
Tue, 30 Jul 2019 02:19:27 +0200 Kim Alvefur core.sessionmanager: Remove tostring call from logging
Sat, 01 Jun 2019 15:00:35 +0200 Maxime “pep” Buquet core/sessionmanager: Remove unnecessary fallback in make_authenticated
Fri, 29 Mar 2019 23:05:08 +0100 Kim Alvefur core.sessionmanager: Use util.session to create sessions
Sun, 24 Mar 2019 08:18:19 +0000 Kim Alvefur sessionmanager: Split byte-level sending into separate session.rawsend
Mon, 30 Jul 2018 15:13:54 +0100 Matthew Wild Merge 0.10->trunk
Tue, 24 Jul 2018 19:07:26 +0200 Kim Alvefur sessionmanager, mod_s2s: Bring debug line for outgoing stanzas in line with that for incoming
Sun, 22 Jul 2018 19:41:29 +0200 Kim Alvefur sessionmanager: Log top tag of outgoing stanzas on c2s (#776)
Tue, 24 Jul 2018 19:07:26 +0200 Kim Alvefur sessionmanager, mod_s2s: Bring debug line for outgoing stanzas in line with that for incoming
Sun, 22 Jul 2018 19:41:29 +0200 Kim Alvefur sessionmanager: Log top tag of outgoing stanzas on c2s (#776)
Tue, 29 May 2018 06:51:52 +0200 Kim Alvefur sessionmanager: Generate shorter random resoures
Thu, 29 Mar 2018 16:58:06 +0200 Kim Alvefur core: Use prosody.hosts instead of _G.hosts for consistency
Wed, 28 Feb 2018 20:06:26 +0100 Kim Alvefur vairious: Add annotation when an empty environment is set [luacheck]
Fri, 28 Jul 2017 23:47:38 +0100 Matthew Wild Merge 0.10 -> trunk
Fri, 28 Jul 2017 23:45:05 +0100 Matthew Wild sessionmanager: Revert session.type if binding fails due to roster load error
Mon, 06 Mar 2017 01:14:32 +0100 Kim Alvefur Merge 0.10->trunk
Sat, 04 Mar 2017 20:09:28 +0100 Kim Alvefur core: Allow select core modules to mutate some globals (needs luacheck 1.19)
Sat, 04 Mar 2017 17:49:48 +0100 Kim Alvefur core: Split some very long lines [luacheck]
Wed, 14 Dec 2016 01:47:19 +0100 Kim Alvefur Merge 0.10->trunk
Tue, 13 Dec 2016 18:15:17 +0100 Kim Alvefur core.sessionmanager, mod_saslauth: Introduce intermediate session type for authenticated but unbound sessions so that resource binding is not treated as a normal stanza
Wed, 13 Jul 2016 18:43:33 +0200 Kim Alvefur Merge 0.10->trunk
Wed, 13 Jul 2016 18:43:28 +0200 Kim Alvefur Merge 0.9->0.10
Mon, 21 Sep 2015 23:19:48 +0200 Kim Alvefur sessionmanager: Make session.send() return true unless there really is an error [backported from 0.10]
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
Thu, 05 Nov 2015 13:35:16 +0100 Kim Alvefur sessionmanager: Demote write error to debug message
Wed, 04 Nov 2015 12:21:46 +0100 Kim Alvefur sessionmanager: Clarify log message when failing to write data to connection
Mon, 21 Sep 2015 23:19:48 +0200 Kim Alvefur sessionmanager: Make session.send() return true unless there really is an error
Sat, 21 Feb 2015 10:42:19 +0100 Kim Alvefur core.*: Remove use of module() function
Wed, 06 May 2015 19:58:33 +0100 Matthew Wild sessionmanager: Rename argument to avoid name clash with local variable [luacheck]
Wed, 06 May 2015 19:58:03 +0100 Matthew Wild sessionmanager: Rename unused loop variables to '_' [luacheck]
Wed, 06 May 2015 19:20:07 +0100 Matthew Wild portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, usermanager, util.xml: Add luacheck annotations
Fri, 03 Apr 2015 19:31:05 +0100 Matthew Wild sessionmanager: Rename parameter to avoid varible name conflict
Thu, 26 Mar 2015 16:48:39 +0000 Matthew Wild Merge 0.9->0.10
Tue, 24 Mar 2015 15:57:46 +0000 Matthew Wild sessionmanager: Return 'not-allowed' error instead of the non-existent 'already-bound' error when client tries to bind a resource twice on the same stream (thanks Flow) fixes issue #484.
Fri, 30 Jan 2015 15:38:54 +0100 Kim Alvefur sessionmanager: Add pre-resource-bind event that would let plugins have a say in resource binding
Tue, 20 Jan 2015 11:31:58 +0000 Matthew Wild sessionmanager: Access bare_session and full_sessions through 'prosody'
Thu, 11 Sep 2014 00:09:07 +0200 Kim Alvefur core.sessionmanager: Set a fake thread on destroyed sessions, fixes traceback if stanzas are emitted after a session is destroyed (thanks Sven Blumenstein)
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Thu, 11 Apr 2013 17:35:39 +0100 Matthew Wild sessionmanager, s2smanager: Remove unused imports
Mon, 08 Apr 2013 15:53:18 +0100 Matthew Wild sessionmanager, s2smanager: Remove open_session tracing
Sat, 23 Mar 2013 02:33:15 +0100 Kim Alvefur core.*: Complete removal of all traces of the "core" section and section-related code.
Thu, 24 Jan 2013 00:58:17 +0100 Kim Alvefur s2smanager: Generate session names used for logging the same way everywhere
Fri, 30 Nov 2012 09:05:51 +0500 Waqas Hussain sessionmanager: Log the actual error message when roster loading fails.
Mon, 23 Jul 2012 18:26:30 +0100 Matthew Wild sessionmanager: Lower 'destroying session' message to 'debug' level (from 'info')
Mon, 23 Jul 2012 17:32:33 +0100 Matthew Wild Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages
Sun, 22 Jul 2012 23:38:21 +0100 Matthew Wild sessionmanager: Clean up some unused variables and imports
Sun, 22 Jul 2012 16:50:14 +0100 Matthew Wild sessionmanager: Have session.send() of a retired session return false to indicate failure
Thu, 03 May 2012 23:18:56 +0100 Matthew Wild sessionmanager: Remove max_resources config option and check, incorrect anyway (thanks Zash)
Mon, 23 Jan 2012 02:23:23 +0000 Matthew Wild sessionmanager: Require uuid_generate()
Mon, 23 Jan 2012 00:56:57 +0000 Matthew Wild sessionmanager, mod_c2s: Move timeout logic to mod_c2s
Sun, 22 Jan 2012 23:57:13 +0000 Matthew Wild mod_c2s, sessionmanager, xmppclient_listener: Move all c2s network and stream logic into a new module, mod_c2s
Tue, 13 Dec 2011 15:42:21 +0000 Matthew Wild sessionmanager: Remove unused reference to modulemanager
Mon, 27 Jun 2011 14:57:31 +0100 Matthew Wild sessionmanager: Remove dependency on util.import
Sat, 07 May 2011 21:15:34 +0500 Waqas Hussain sessionmanager: Log reason when destroying a session.
Tue, 29 Mar 2011 14:10:00 +0100 Matthew Wild sessionmanager: Fire pre-resource-unbind to allow plugins (such as mod_smacks) to hook and prevent/override session destruction
Sun, 22 Aug 2010 21:23:37 +0100 Matthew Wild sessionmanager, s2smanager: Give resting sessions a pass-through filter, fixes #202
Tue, 03 Aug 2010 10:58:15 +0100 Matthew Wild sessionmanager: Remove dependency on eventmanager
Sat, 12 Jun 2010 02:39:18 +0100 Matthew Wild Merge 0.7->trunk
Fri, 11 Jun 2010 21:30:24 +0500 Waqas Hussain sessionmanager: Fixed a traceback on invalid usernames (typo in previous commit). 0.7.0
Fri, 11 Jun 2010 20:34:00 +0500 Waqas Hussain sessionmanager: Moved nodeprep to sessionmanager.make_authenticated.
Wed, 02 Jun 2010 18:22:23 +0100 Matthew Wild sessionmanager: Rename filters_initialize->initialize_filters
Wed, 02 Jun 2010 17:51:14 +0100 Matthew Wild sessionmanager: Initialize new sessions for filtering, and add filters for outgoing bytes and stanzas
Sun, 23 May 2010 05:46:52 +0500 Waqas Hussain rostermanager: Correctly clear the bare_sessions table on roster load errors during bind.
Sat, 22 May 2010 05:53:27 +0500 Waqas Hussain sessionmanager: Change error for reaching resource limit from 'conflict' to 'resource-constraint' during session bind.
Sat, 22 May 2010 05:52:24 +0500 Waqas Hussain sessionmanager: If roster loading fails during resource bind, kick the user with an internal-server-error.
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Mon, 22 Mar 2010 14:58:25 +0000 Matthew Wild sessionmanager, s2smanager: Add type of ?2s_destroyed to resting sessions (fixes a logging traceback, thanks Flo)
Fri, 12 Feb 2010 17:27:53 +0000 Matthew Wild sessionmanager, s2smanager: Fix for syntax of null_data_handler() (thanks Nolan)
Fri, 12 Feb 2010 17:14:54 +0000 Matthew Wild sessionmanager, s2smanager: Give sessions dummy data handlers that log when data is received by a destroyed session
Mon, 11 Jan 2010 18:59:06 +0500 Waqas Hussain sessionmanager: Added resource prepping, and invalid resource checking to the bind_resource function.
Tue, 24 Nov 2009 20:34:22 +0000 Matthew Wild core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls
Sun, 14 Mar 2010 02:59:41 +0000 Matthew Wild sessionmanager: Don't re-destroy destroyed sessions
Sun, 14 Mar 2010 02:59:16 +0000 Matthew Wild sessionmanager: Return stream error when incoming stream header is missing 'to' attribute
Sun, 14 Mar 2010 02:58:11 +0000 Matthew Wild sessionmanager: Add close method to resting sessions
Thu, 11 Mar 2010 01:04:19 +0000 Matthew Wild sessionmanager, s2smanager: Close session on </stream:stream>
Mon, 08 Mar 2010 02:13:41 +0000 Matthew Wild sessionmanager, s2smanager: Destroyed sessions are now simply resting (not dead) until they are collected - prevents a whole class of tracebacks
Fri, 12 Feb 2010 17:27:53 +0000 Matthew Wild sessionmanager, s2smanager: Fix for syntax of null_data_handler() (thanks Nolan)
Fri, 12 Feb 2010 17:14:54 +0000 Matthew Wild sessionmanager, s2smanager: Give sessions dummy data handlers that log when data is received by a destroyed session
Fri, 12 Feb 2010 03:49:05 +0500 Waqas Hussain sessionmanager: Fire stream-features event using new events API.
Thu, 11 Feb 2010 19:34:23 +0000 Matthew Wild sessionmanager: Fire resource-unbind event after removing session from sessions table
Wed, 10 Feb 2010 07:53:25 +0000 Matthew Wild sessionmanager: Whitespace fix
Mon, 11 Jan 2010 18:59:06 +0500 Waqas Hussain sessionmanager: Added resource prepping, and invalid resource checking to the bind_resource function.
Tue, 24 Nov 2009 20:34:22 +0000 Matthew Wild core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls
Sun, 22 Nov 2009 21:55:58 +0500 Waqas Hussain Merged with 0.6.
Sun, 22 Nov 2009 21:41:09 +0500 Waqas Hussain sessionmanager: Added function send_to_interested_resources().
Sun, 22 Nov 2009 21:40:01 +0500 Waqas Hussain sessionmanager: Fixed and cleaned function send_to_available_resources(). The 'to' attribute for presence subscription stanzas is now preserved.
Sat, 21 Nov 2009 17:07:22 +0000 Matthew Wild sessionmanager: Use : syntax for calling connection methods
Tue, 06 Oct 2009 11:15:55 +0100 Paul Aurich sessionmanager: Mark client streams as opened sooner to avoid wrapping errors in unnecessary stream tags
Sat, 03 Oct 2009 18:40:47 +0100 Matthew Wild sessionmanager: Use UUID for stream ids to clients, no math.random anymore :)
Sat, 03 Oct 2009 02:41:28 +0100 Matthew Wild sessionmanager: Add c2s_timeout option for unauthenticated client connections
Sun, 16 Aug 2009 21:34:53 +0100 Matthew Wild core.sessionmanager, xmppclient_listener: Move responsibility for setting session.log to the former from the latter, much more sensible
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
Sun, 05 Jul 2009 17:45:44 +0500 Waqas Hussain Moved automatic unavailable presence generation on disconnect from sessionmanager to mod_presence
Sun, 05 Jul 2009 16:21:58 +0500 Waqas Hussain sessionmanager: Replace raw session by an event data table for resource bind/unbind events, allowing extra data
Fri, 03 Jul 2009 21:47:26 +0100 Matthew Wild sessionmanager: Reset bare_sessions[user] after resource conflict resolution. Fixes the other stanza gobbling bug \o/
Fri, 03 Jul 2009 21:37:09 +0100 Matthew Wild sessionmanager: Newly created sessions shouldn't have a priority. Fixes one of the stanza-gobbling bugs \o/
Wed, 01 Jul 2009 17:53:18 +0100 Matthew Wild Send xml:lang in stream headers, fixes #78
Tue, 23 Jun 2009 23:54:57 +0500 Waqas Hussain sessionmanager: Fire event on resource unbind
Mon, 22 Jun 2009 02:58:28 +0100 Matthew Wild sessionmanager: Fire event on resource bind
Thu, 04 Jun 2009 05:54:32 +0500 Waqas Hussain sessionmanager: It really is username@host, not host@username :)
Tue, 02 Jun 2009 19:08:36 +0100 Matthew Wild sessionmanager: It's username@host, not host@username :)
Fri, 29 May 2009 23:23:56 +0500 Waqas Hussain sessionmanager: Removed a redundant check
less more (0) -120 tip