Commit graph

164 commits

Author SHA1 Message Date
Matthew Wild
a4556fc67a sessionmanager: Improve logging around session destruction 2023-02-09 15:09:03 +00:00
Kim Alvefur
d616d70f3c core.sessionmanager: Mark session as destroyed to prevent reentry
If it reaches this point, then the session will be most definitely be
destroyed, so try to prevent destroy_session() from being called again.
2023-01-19 21:40:09 +01:00
Kim Alvefur
b89b219406 core.sessionmanager: Skip log when (not) destroying destroyed sessions
On regular disconnects, </stream> is sent, then
sessionmanager.destroy_session() is called, then
sessionmanager.destroy_session() is called again when the TCP connection
is closed, from ondisconnect in mod_c2s.

It is a bit annoying and doesn't really tell you much.
2023-01-19 21:38:14 +01:00
Kim Alvefur
1e3a250929 core.sessionmanager: Add a dummy rawsend() method to resting sessions
Should fix a traceback on attempted use after destruction, in case where
opportunistic_writes was in use.

Thanks Ge0rG
2021-04-15 15:12:35 +02:00
Matthew Wild
783af2135e sessionmanager: Support passing an auth scope to make_authenticated 2020-02-05 17:56:20 +00:00
Kim Alvefur
b1516ea8f0 core.sessionmanager: Require that client-requested resources pass strict resourceprep 2019-11-02 15:39:01 +01:00
Kim Alvefur
522916d7c7 core.sessionmanager: Fix traceback from passing nil to resourceprep 2019-11-02 13:24:33 +01:00
Kim Alvefur
8a87b70092 core.sessionmanager: Remove tostring call from logging
Taken care of by loggingmanager now
2019-07-30 02:19:27 +02:00
Maxime “pep” Buquet
331336cd83 core/sessionmanager: Remove unnecessary fallback in make_authenticated 2019-06-01 15:00:35 +02:00
Kim Alvefur
ae1009d110 core.sessionmanager: Use util.session to create sessions 2019-03-29 23:05:08 +01:00
Kim Alvefur
ee0fd8f1d9 sessionmanager: Split byte-level sending into separate session.rawsend 2019-03-24 08:18:19 +00:00
Kim Alvefur
15de51f8c5 sessionmanager, mod_s2s: Bring debug line for outgoing stanzas in line with that for incoming 2018-07-24 19:07:26 +02:00
Kim Alvefur
0bda4af7bb sessionmanager: Log top tag of outgoing stanzas on c2s (#776) 2018-07-22 19:41:29 +02:00
Kim Alvefur
5305e12336 sessionmanager: Generate shorter random resoures 2018-05-29 06:51:52 +02:00
Kim Alvefur
77fbea8cdc core: Use prosody.hosts instead of _G.hosts for consistency 2018-03-29 16:58:06 +02:00
Kim Alvefur
43b814a83b vairious: Add annotation when an empty environment is set [luacheck] 2018-02-28 20:06:26 +01:00
Matthew Wild
e9d37d780b Merge 0.10 -> trunk 2017-07-28 23:47:38 +01:00
Matthew Wild
15ee257b35 sessionmanager: Revert session.type if binding fails due to roster load error 2017-07-28 23:45:05 +01:00
Kim Alvefur
ca65f0d2d3 Merge 0.10->trunk 2017-03-06 01:14:32 +01:00
Kim Alvefur
e45c5961ac core: Allow select core modules to mutate some globals (needs luacheck 1.19) 2017-03-04 20:09:28 +01:00
Kim Alvefur
1ecc3a7918 core: Split some very long lines [luacheck] 2017-03-04 17:49:48 +01:00
Kim Alvefur
90de22b946 Merge 0.10->trunk 2016-12-14 01:47:19 +01:00
Kim Alvefur
e701756ba9 core.sessionmanager, mod_saslauth: Introduce intermediate session type for authenticated but unbound sessions so that resource binding is not treated as a normal stanza 2016-12-13 18:15:17 +01:00
Kim Alvefur
146627211b sessionmanager: Demote write error to debug message 2015-11-05 13:35:16 +01:00
Kim Alvefur
6c28def6cc sessionmanager: Clarify log message when failing to write data to connection 2015-11-04 12:21:46 +01:00
Kim Alvefur
4e24283711 sessionmanager: Make session.send() return true unless there really is an error 2015-09-21 23:19:48 +02:00
Kim Alvefur
13099c75ec mod_c2s: Remove use of util.async 2016-03-17 12:47:24 +01:00
Kim Alvefur
27265c20e2 core.*: Remove use of module() function 2015-02-21 10:42:19 +01:00
Matthew Wild
c9e911e284 sessionmanager: Rename argument to avoid name clash with local variable [luacheck] 2015-05-06 19:58:33 +01:00
Matthew Wild
75e0be19d8 sessionmanager: Rename unused loop variables to '_' [luacheck] 2015-05-06 19:58:03 +01:00
Matthew Wild
7b3df2bae6 portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, usermanager, util.xml: Add luacheck annotations 2015-05-06 19:20:07 +01:00
Matthew Wild
abbf2f1694 sessionmanager: Rename parameter to avoid varible name conflict 2015-04-03 19:31:05 +01:00
Matthew Wild
29f906c30d Merge 0.9->0.10 (third time lucky) 2015-03-27 22:11:58 +00:00
Matthew Wild
63789fc738 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. 2015-03-24 15:57:46 +00:00
Kim Alvefur
4b5e25cc41 sessionmanager: Add pre-resource-bind event that would let plugins have a say in resource binding 2015-01-30 15:38:54 +01:00
Matthew Wild
79dfda0f22 sessionmanager: Access bare_session and full_sessions through 'prosody' 2015-01-20 11:31:58 +00:00
Kim Alvefur
3202bca036 core.sessionmanager: Set a fake thread on destroyed sessions, fixes traceback if stanzas are emitted after a session is destroyed (thanks Sven Blumenstein) 2014-09-11 00:09:07 +02:00
Florian Zeitz
1d833bb807 Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
Matthew Wild
18889eae1b sessionmanager, s2smanager: Remove unused imports 2013-04-11 17:35:39 +01:00
Matthew Wild
a5e2b65c01 sessionmanager, s2smanager: Remove open_session tracing 2013-04-08 15:53:18 +01:00
Kim Alvefur
1acfdf5914 core.*: Complete removal of all traces of the "core" section and section-related code. 2013-03-23 02:33:15 +01:00
Kim Alvefur
4517552d8b s2smanager: Generate session names used for logging the same way everywhere 2013-01-24 00:58:17 +01:00
Waqas Hussain
55bd98c887 sessionmanager: Log the actual error message when roster loading fails. 2012-11-30 09:05:51 +05:00
Matthew Wild
99fee69edb sessionmanager: Lower 'destroying session' message to 'debug' level (from 'info') 2012-07-23 18:26:30 +01:00
Matthew Wild
e89b006f03 Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages 2012-07-23 17:32:33 +01:00
Matthew Wild
360e6eeeeb sessionmanager: Clean up some unused variables and imports 2012-07-22 23:38:21 +01:00
Matthew Wild
5e7ab4f153 sessionmanager: Have session.send() of a retired session return false to indicate failure 2012-07-22 16:50:14 +01:00
Matthew Wild
d5fc441c5e sessionmanager: Remove max_resources config option and check, incorrect anyway (thanks Zash) 2012-05-03 23:18:56 +01:00
Matthew Wild
b1b28066ba sessionmanager: Require uuid_generate() 2012-01-23 02:23:23 +00:00
Matthew Wild
b14f0af41d sessionmanager, mod_c2s: Move timeout logic to mod_c2s 2012-01-23 00:56:57 +00:00