sessionmanager: Generate shorter random resoures
|
Kim Alvefur |
2018-05-29 |
core: Use prosody.hosts instead of _G.hosts for consistency
|
Kim Alvefur |
2018-03-29 |
vairious: Add annotation when an empty environment is set [luacheck]
|
Kim Alvefur |
2018-02-28 |
Merge 0.10 -> trunk
|
Matthew Wild |
2017-07-28 |
sessionmanager: Revert session.type if binding fails due to roster load error
|
Matthew Wild |
2017-07-28 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-03-06 |
core: Allow select core modules to mutate some globals (needs luacheck 1.19)
|
Kim Alvefur |
2017-03-04 |
core: Split some very long lines [luacheck]
|
Kim Alvefur |
2017-03-04 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-12-14 |
core.sessionmanager, mod_saslauth: Introduce intermediate session type for authenticated but unbound sessions so that resource binding is not treated as a normal stanza
|
Kim Alvefur |
2016-12-13 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-07-13 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-07-13 |
sessionmanager: Make session.send() return true unless there really is an error [backported from 0.10]
|
Kim Alvefur |
2015-09-21 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-03-17 |
mod_c2s: Remove use of util.async
|
Kim Alvefur |
2016-03-17 |
sessionmanager: Demote write error to debug message
|
Kim Alvefur |
2015-11-05 |
sessionmanager: Clarify log message when failing to write data to connection
|
Kim Alvefur |
2015-11-04 |
sessionmanager: Make session.send() return true unless there really is an error
|
Kim Alvefur |
2015-09-21 |
core.*: Remove use of module() function
|
Kim Alvefur |
2015-02-21 |
sessionmanager: Rename argument to avoid name clash with local variable [luacheck]
|
Matthew Wild |
2015-05-06 |
sessionmanager: Rename unused loop variables to '_' [luacheck]
|
Matthew Wild |
2015-05-06 |
portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, usermanager, util.xml: Add luacheck annotations
|
Matthew Wild |
2015-05-06 |
sessionmanager: Rename parameter to avoid varible name conflict
|
Matthew Wild |
2015-04-03 |
Merge 0.9->0.10
|
Matthew Wild |
2015-03-26 |
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.
|
Matthew Wild |
2015-03-24 |
sessionmanager: Add pre-resource-bind event that would let plugins have a say in resource binding
|
Kim Alvefur |
2015-01-30 |
sessionmanager: Access bare_session and full_sessions through 'prosody'
|
Matthew Wild |
2015-01-20 |
core.sessionmanager: Set a fake thread on destroyed sessions, fixes traceback if stanzas are emitted after a session is destroyed (thanks Sven Blumenstein)
|
Kim Alvefur |
2014-09-10 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
sessionmanager, s2smanager: Remove unused imports
|
Matthew Wild |
2013-04-11 |
sessionmanager, s2smanager: Remove open_session tracing
|
Matthew Wild |
2013-04-08 |
core.*: Complete removal of all traces of the "core" section and section-related code.
|
Kim Alvefur |
2013-03-23 |
s2smanager: Generate session names used for logging the same way everywhere
|
Kim Alvefur |
2013-01-23 |
sessionmanager: Log the actual error message when roster loading fails.
|
Waqas Hussain |
2012-11-30 |
sessionmanager: Lower 'destroying session' message to 'debug' level (from 'info')
|
Matthew Wild |
2012-07-23 |
Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages
|
Matthew Wild |
2012-07-23 |
sessionmanager: Clean up some unused variables and imports
|
Matthew Wild |
2012-07-22 |
sessionmanager: Have session.send() of a retired session return false to indicate failure
|
Matthew Wild |
2012-07-22 |
sessionmanager: Remove max_resources config option and check, incorrect anyway (thanks Zash)
|
Matthew Wild |
2012-05-03 |
sessionmanager: Require uuid_generate()
|
Matthew Wild |
2012-01-23 |
sessionmanager, mod_c2s: Move timeout logic to mod_c2s
|
Matthew Wild |
2012-01-23 |
mod_c2s, sessionmanager, xmppclient_listener: Move all c2s network and stream logic into a new module, mod_c2s
|
Matthew Wild |
2012-01-22 |
sessionmanager: Remove unused reference to modulemanager
|
Matthew Wild |
2011-12-13 |
sessionmanager: Remove dependency on util.import
|
Matthew Wild |
2011-06-27 |
sessionmanager: Log reason when destroying a session.
|
Waqas Hussain |
2011-05-07 |
sessionmanager: Fire pre-resource-unbind to allow plugins (such as mod_smacks) to hook and prevent/override session destruction
|
Matthew Wild |
2011-03-29 |
sessionmanager, s2smanager: Give resting sessions a pass-through filter, fixes #202
|
Matthew Wild |
2010-08-22 |
sessionmanager: Remove dependency on eventmanager
|
Matthew Wild |
2010-08-03 |
Merge 0.7->trunk
|
Matthew Wild |
2010-06-12 |
sessionmanager: Fixed a traceback on invalid usernames (typo in previous commit).
0.7.0
|
Waqas Hussain |
2010-06-11 |
sessionmanager: Moved nodeprep to sessionmanager.make_authenticated.
|
Waqas Hussain |
2010-06-11 |
sessionmanager: Rename filters_initialize->initialize_filters
|
Matthew Wild |
2010-06-02 |
sessionmanager: Initialize new sessions for filtering, and add filters for outgoing bytes and stanzas
|
Matthew Wild |
2010-06-02 |
rostermanager: Correctly clear the bare_sessions table on roster load errors during bind.
|
Waqas Hussain |
2010-05-23 |
sessionmanager: Change error for reaching resource limit from 'conflict' to 'resource-constraint' during session bind.
|
Waqas Hussain |
2010-05-22 |
sessionmanager: If roster loading fails during resource bind, kick the user with an internal-server-error.
|
Waqas Hussain |
2010-05-22 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
sessionmanager, s2smanager: Add type of ?2s_destroyed to resting sessions (fixes a logging traceback, thanks Flo)
|
Matthew Wild |
2010-03-22 |
sessionmanager, s2smanager: Fix for syntax of null_data_handler() (thanks Nolan)
|
Matthew Wild |
2010-02-12 |