Log

core/sessionmanager.lua @ 2449:678ca4e9a479

description author age
sessionmanager: Added resource prepping, and invalid resource checking to the bind_resource function. Waqas Hussain 2010-01-11
core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls Matthew Wild 2009-11-24
Merged with 0.6. Waqas Hussain 2009-11-22
sessionmanager: Added function send_to_interested_resources(). Waqas Hussain 2009-11-22
sessionmanager: Fixed and cleaned function send_to_available_resources(). The 'to' attribute for presence subscription stanzas is now preserved. Waqas Hussain 2009-11-22
sessionmanager: Use : syntax for calling connection methods Matthew Wild 2009-11-21
sessionmanager: Mark client streams as opened sooner to avoid wrapping errors in unnecessary stream tags Paul Aurich 2009-10-06
sessionmanager: Use UUID for stream ids to clients, no math.random anymore :) Matthew Wild 2009-10-03
sessionmanager: Add c2s_timeout option for unauthenticated client connections Matthew Wild 2009-10-03
core.sessionmanager, xmppclient_listener: Move responsibility for setting session.log to the former from the latter, much more sensible Matthew Wild 2009-08-16
Remove version number from copyright headers Matthew Wild 2009-07-10
Moved automatic unavailable presence generation on disconnect from sessionmanager to mod_presence Waqas Hussain 2009-07-05
sessionmanager: Replace raw session by an event data table for resource bind/unbind events, allowing extra data Waqas Hussain 2009-07-05
sessionmanager: Reset bare_sessions[user] after resource conflict resolution. Fixes the other stanza gobbling bug \o/ Matthew Wild 2009-07-03
sessionmanager: Newly created sessions shouldn't have a priority. Fixes one of the stanza-gobbling bugs \o/ Matthew Wild 2009-07-03
Send xml:lang in stream headers, fixes #78 Matthew Wild 2009-07-01
sessionmanager: Fire event on resource unbind Waqas Hussain 2009-06-23
sessionmanager: Fire event on resource bind Matthew Wild 2009-06-22
sessionmanager: It really is username@host, not host@username :) Waqas Hussain 2009-06-04
sessionmanager: It's username@host, not host@username :) Matthew Wild 2009-06-02
sessionmanager: Removed a redundant check Waqas Hussain 2009-05-29
sessionmanager: Fixed an old FIXME: A problem caused by an error on an authenticated but unbound session Waqas Hussain 2009-05-29
sessionmanager: Add/remove sessions from full_sessions and bare_sessions when binding/unbinding sessions Waqas Hussain 2009-05-29
sessionmanager: Added reference to globals full_sessions and bare_sessions Waqas Hussain 2009-05-29
sessionmanager: Removed reference to global 'sessions' Waqas Hussain 2009-05-29
sessionmanager, mod_tls: Mark a session as secure when TLS is active Matthew Wild 2009-05-29
sessionmanager: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible Matthew Wild 2009-04-30
sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!) Matthew Wild 2009-04-08