log core/sessionmanager.lua @ 621:cd2cab5400fc

age author description
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2
Wed, 10 Dec 2008 15:32:51 +0000 Matthew Wild Newline at end of file for sessionmanager
Sun, 07 Dec 2008 19:04:23 +0000 Matthew Wild stanza_dispatch = core_process_stanza, fixed for xmpp{client,server} listeners, and sessionmanager for the new syntax
Sat, 06 Dec 2008 23:14:39 +0000 Matthew Wild Remove print()s from sessionmanager and s2smanager
Sat, 06 Dec 2008 03:41:49 +0000 Matthew Wild Add hostmanager, and eventmanager
Fri, 05 Dec 2008 19:49:16 +0000 Matthew Wild Backed out changeset 099d8a102deb (committed too much)
Fri, 05 Dec 2008 19:24:01 +0000 Matthew Wild Add TLS socket to readlist before handshake starts, fixes major slow-down on TLS connections
Wed, 03 Dec 2008 18:06:04 +0000 Matthew Wild Added an error log message for this case
Wed, 03 Dec 2008 18:01:56 +0000 Matthew Wild Quick fix for an issue that needs more looking into
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers
Thu, 27 Nov 2008 02:48:08 +0500 Waqas Hussain Added options to limit the number of resources and for handling of resource conflicts
Thu, 20 Nov 2008 01:33:25 +0000 Matthew Wild Use a stanza for c2s stream features instead of an array of strings. Removes a FIXME.
Thu, 20 Nov 2008 01:32:24 +0000 Matthew Wild Log number of open sessions on session creation
Wed, 19 Nov 2008 05:07:52 +0000 Matthew Wild Fix sending of unavailable presence on disconnect
Tue, 18 Nov 2008 19:44:54 +0000 Matthew Wild session:disconnect() -> session:close() for consistency with other Lua APIs