Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers file | diff | annotate
Sun, 05 Jul 2009 17:45:44 +0500 Waqas Hussain Moved automatic unavailable presence generation on disconnect from sessionmanager to mod_presence file | diff | annotate
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 file | diff | annotate
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/ file | diff | annotate
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/ file | diff | annotate
Wed, 01 Jul 2009 17:53:18 +0100 Matthew Wild Send xml:lang in stream headers, fixes #78 file | diff | annotate
Tue, 23 Jun 2009 23:54:57 +0500 Waqas Hussain sessionmanager: Fire event on resource unbind file | diff | annotate
Mon, 22 Jun 2009 02:58:28 +0100 Matthew Wild sessionmanager: Fire event on resource bind file | diff | annotate
Thu, 04 Jun 2009 05:54:32 +0500 Waqas Hussain sessionmanager: It really is username@host, not host@username :) file | diff | annotate
Tue, 02 Jun 2009 19:08:36 +0100 Matthew Wild sessionmanager: It's username@host, not host@username :) file | diff | annotate
Fri, 29 May 2009 23:23:56 +0500 Waqas Hussain sessionmanager: Removed a redundant check file | diff | annotate
Fri, 29 May 2009 23:22:58 +0500 Waqas Hussain sessionmanager: Fixed an old FIXME: A problem caused by an error on an authenticated but unbound session file | diff | annotate
Fri, 29 May 2009 23:14:57 +0500 Waqas Hussain sessionmanager: Add/remove sessions from full_sessions and bare_sessions when binding/unbinding sessions file | diff | annotate
Fri, 29 May 2009 23:01:05 +0500 Waqas Hussain sessionmanager: Added reference to globals full_sessions and bare_sessions file | diff | annotate
Fri, 29 May 2009 22:56:14 +0500 Waqas Hussain sessionmanager: Removed reference to global 'sessions' file | diff | annotate
Fri, 29 May 2009 14:28:53 +0100 Matthew Wild sessionmanager, mod_tls: Mark a session as secure when TLS is active file | diff | annotate
Thu, 30 Apr 2009 02:45:10 +0100 Matthew Wild sessionmanager: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible file | diff | annotate
Wed, 08 Apr 2009 23:20:22 +0100 Matthew Wild sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!) file | diff | annotate
Sun, 05 Apr 2009 20:06:39 +0100 Matthew Wild sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when client closes stream file | diff | annotate
Fri, 03 Apr 2009 01:29:59 +0100 Matthew Wild core.sessionmanager: Hop out of <status> tag so that MUC doesn't insert into the wrong level file | diff | annotate
Mon, 30 Mar 2009 03:03:06 +0500 Waqas Hussain Fixed: sessionmanager: Apply nameprep on hostname passed in stream tag (part of issue #57) file | diff | annotate
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4 file | diff | annotate
Thu, 12 Feb 2009 18:23:00 +0500 Waqas Hussain Fixed: kick_old resource conflict resolution policy could fail with a backtrace file | diff | annotate
Fri, 30 Jan 2009 17:59:26 +0000 Matthew Wild Update copyright notices for 2009 file | diff | annotate
Fri, 30 Jan 2009 17:40:25 +0000 Matthew Wild 0.2->0.3 file | diff | annotate
Fri, 30 Jan 2009 17:22:56 +0000 Matthew Wild GPL->MIT! file | diff | annotate
Mon, 12 Jan 2009 02:59:45 +0000 Matthew Wild Set session.ip to the IP address of connecting clients file | diff | annotate
Tue, 16 Dec 2008 02:30:24 +0000 Matthew Wild Remove old debugging line from sessionmanager file | diff | annotate
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2 file | diff | annotate
Wed, 10 Dec 2008 15:32:51 +0000 Matthew Wild Newline at end of file for sessionmanager file | diff | annotate
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 file | diff | annotate
Sat, 06 Dec 2008 23:14:39 +0000 Matthew Wild Remove print()s from sessionmanager and s2smanager file | diff | annotate
Sat, 06 Dec 2008 03:41:49 +0000 Matthew Wild Add hostmanager, and eventmanager file | diff | annotate
Fri, 05 Dec 2008 19:49:16 +0000 Matthew Wild Backed out changeset 099d8a102deb (committed too much) file | diff | annotate
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 file | diff | annotate
Wed, 03 Dec 2008 18:06:04 +0000 Matthew Wild Added an error log message for this case file | diff | annotate
Wed, 03 Dec 2008 18:01:56 +0000 Matthew Wild Quick fix for an issue that needs more looking into file | diff | annotate
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers file | diff | annotate
Thu, 27 Nov 2008 02:48:08 +0500 Waqas Hussain Added options to limit the number of resources and for handling of resource conflicts file | diff | annotate
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. file | diff | annotate
Thu, 20 Nov 2008 01:32:24 +0000 Matthew Wild Log number of open sessions on session creation file | diff | annotate
Wed, 19 Nov 2008 05:07:52 +0000 Matthew Wild Fix sending of unavailable presence on disconnect file | diff | annotate
Tue, 18 Nov 2008 19:44:54 +0000 Matthew Wild session:disconnect() -> session:close() for consistency with other Lua APIs file | diff | annotate
Tue, 18 Nov 2008 19:40:04 +0000 Matthew Wild Remove useless check for unavailable presence (which never exists) file | diff | annotate
Tue, 18 Nov 2008 17:52:33 +0000 Matthew Wild Quite some changes, to: file | diff | annotate
Tue, 18 Nov 2008 05:13:29 +0000 Matthew Wild Allow us to close client connections, with or without a stream error. Partially fixes #8, we still need the same for s2s (though it should be almost a straight copy of the code, I'm too tired atm) file | diff | annotate
Sun, 16 Nov 2008 05:06:38 +0500 Waqas Hussain Removed unused function send_to_session from sessionmanager (send_to_session replaced by session.send) file | diff | annotate
Sun, 16 Nov 2008 04:45:31 +0500 Waqas Hussain Fixed sessionmanager to not send session in place of stream features... file | diff | annotate
Sun, 16 Nov 2008 04:37:54 +0500 Waqas Hussain Fixed sessionmanager to use appropriate method for sending stream features file | diff | annotate
Sun, 16 Nov 2008 03:16:53 +0500 Waqas Hussain Code cleanup for resource binding file | diff | annotate
Sat, 25 Oct 2008 21:16:08 +0500 Waqas Hussain Outbound presence subscription file | diff | annotate
Sat, 25 Oct 2008 06:49:48 +0500 Waqas Hussain Routing code reorganization file | diff | annotate
Fri, 24 Oct 2008 14:47:23 +0100 Matthew Wild Fix for sessionmanager to not throw error when session doesn't have a private logger file | diff | annotate
Fri, 24 Oct 2008 07:36:48 +0100 Matthew Wild Merging more s2s file | diff | annotate
Fri, 24 Oct 2008 07:34:13 +0100 Matthew Wild Partial s2s commit file | diff | annotate
Fri, 24 Oct 2008 07:27:36 +0100 Matthew Wild s2s works! \o/ \o/ s2s file | diff | annotate
Fri, 24 Oct 2008 03:06:55 +0100 Matthew Wild dialback keys now verified s2s file | diff | annotate
Thu, 23 Oct 2008 18:05:06 +0100 Matthew Wild Final fix for marking user offline when all resources are gone :) file | diff | annotate
Thu, 23 Oct 2008 17:34:10 +0100 Matthew Wild even faster checking for other sessions... thank you waqas :) file | diff | annotate
Thu, 23 Oct 2008 17:27:41 +0100 Matthew Wild faster checking for other sessions file | diff | annotate
(0) -60 tip

mercurial