log core/sessionmanager.lua @ 2105:fecf33cb2913

age author description
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 :)