Wed, 15 Dec 2010 04:05:49 +0500 Waqas Hussain net.xmppclient_listener: Imports and global cleanup. file | diff | annotate
Sat, 20 Nov 2010 02:33:36 +0500 Waqas Hussain net.xmpp{client,server,component}_listener: s/xml-not-well-formed/not-well-formed/ as per latest bis drafts. file | diff | annotate
Mon, 02 Aug 2010 10:20:14 +0100 Matthew Wild net.xmppclient_listener: Add associate_session(conn, session) to change the session a connection is associated with file | diff | annotate
Fri, 09 Jul 2010 13:28:41 +0100 Matthew Wild xmpp{client,server}_listener: Convert some calls to tail calls for efficiency file | diff | annotate
Thu, 08 Jul 2010 14:28:42 +0100 Matthew Wild xmpp{client,server}_listener: Put stanzas/in filtering code in the correct place to make it actually work :) file | diff | annotate
Wed, 02 Jun 2010 17:51:39 +0100 Matthew Wild xmppclient_listener: Add filters for incoming bytes and stanzas file | diff | annotate
Wed, 02 Jun 2010 12:32:24 +0100 Matthew Wild xmppclient_listener: Port to onconnect handler file | diff | annotate
Sun, 09 May 2010 20:48:21 +0100 Matthew Wild net.xmppclient_listener: Port to util.xmppstream \o/ file | diff | annotate
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7 file | diff | annotate
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010 file | diff | annotate
Tue, 24 Nov 2009 20:34:22 +0000 Matthew Wild core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls file | diff | annotate
Sun, 14 Mar 2010 03:01:00 +0000 Matthew Wild net.xmppclient_listener: Fix to correctly handle stream errors from clients file | diff | annotate
Tue, 19 Jan 2010 03:56:44 +0000 Matthew Wild net.xmpp{client,server,component}: Update for new xmlhandlers syntax file | diff | annotate
Tue, 12 Jan 2010 15:17:08 +0000 Matthew Wild xmppclient_listener: Allow the tcp_keepalives option in the config to control whether keepalives are used file | diff | annotate
Wed, 25 Nov 2009 15:41:04 +0000 Matthew Wild Merge with 0.6 file | diff | annotate
Tue, 24 Nov 2009 22:42:08 +0500 Waqas Hussain xmppclient_listener: Escape control characters when logging invalid XML. file | diff | annotate
Tue, 24 Nov 2009 20:34:22 +0000 Matthew Wild core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls file | diff | annotate
Sun, 22 Nov 2009 04:43:46 +0000 Matthew Wild *_listener: Update for new net.server API, specifically .listener -> .onincoming, .disconnect -> .ondisconnect file | diff | annotate
Sat, 21 Nov 2009 17:15:59 +0000 Matthew Wild xmppclient_listener: Use : syntax for connection methods, to be compatible with new server.lua file | diff | annotate
Sat, 21 Nov 2009 17:14:59 +0000 Matthew Wild xmppclient_listener: Switch to .onincoming listener method, to be compatible with new server_event.lua file | diff | annotate
Thu, 12 Nov 2009 13:42:44 +0500 Waqas Hussain Changed separator between attribute names and prefixes from '|' to '\1' (optimization and cleanup). file | diff | annotate
Sun, 16 Aug 2009 21:37:47 +0100 Matthew Wild xmppclient_listener: Remove useless comment file | diff | annotate
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 file | diff | annotate
Tue, 28 Jul 2009 19:17:09 +0100 Matthew Wild Merge with 0.5 file | diff | annotate
Tue, 28 Jul 2009 19:15:29 +0100 Matthew Wild xmpp{client,server,component]_listener: Open stream if sending an error and it isn't already open. Fixes #120 file | diff | annotate
Sun, 26 Jul 2009 20:58:37 +0100 Matthew Wild xmpp{client,server}_listener: Report contents of packets containing invalid XML file | diff | annotate
Sat, 18 Jul 2009 18:49:54 +0100 Matthew Wild xmppclient_listener: Use error text as disconnect reason if there is any file | diff | annotate
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers file | diff | annotate
Wed, 08 Jul 2009 02:27:33 +0100 Matthew Wild net.xmppclient_listener: Fix potential traceback when no reason is specified for closing a session file | diff | annotate
Fri, 26 Jun 2009 06:32:45 +0100 Matthew Wild xmppclient_listener: Pass session close reason to destroy_session (to be used in unavailable presence) file | diff | annotate
Sun, 31 May 2009 21:31:02 +0100 Matthew Wild net.xmppclient_listener: Add small comment file | diff | annotate
Fri, 29 May 2009 14:31:51 +0100 Matthew Wild xmppclient_listener: A connection is also secure when it uses legacy SSL file | diff | annotate
Wed, 22 Apr 2009 20:42:56 +0100 Matthew Wild xmpp{server,client}_listener: Fix global accesses file | diff | annotate
Sat, 21 Mar 2009 21:45:25 +0000 Matthew Wild net.xmppclient_listener: Set default namespace to jabber:client file | diff | annotate
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4 file | diff | annotate
Thu, 26 Feb 2009 02:24:12 +0000 Matthew Wild net/xmppclient_listener: Add some logging and handle unestablished sessions error'ing 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
Tue, 16 Dec 2008 02:33:08 +0000 Matthew Wild Change xmlhandlers to match stream opening tag with ns+tag 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:27:01 +0000 Matthew Wild Fix blank tracebacks for c2s/s2s connections file | diff | annotate
Sun, 07 Dec 2008 22:55:18 +0000 Matthew Wild stanza_dispatch != dispatch_stanza file | diff | annotate
Sun, 07 Dec 2008 19:12:50 +0000 Matthew Wild Typo in variable name in last commit 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:16:46 +0000 Matthew Wild Code tidying for xmpp{client,server}_listeners 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
Fri, 05 Dec 2008 05:23:42 +0000 Matthew Wild Remove an incorrect line which I didn't add, and fix the proper way. Corrects the sending of stanzas over unauthed s2sout's. Also fixes mod_dialback to send stanzas and not strings. file | diff | annotate
Fri, 05 Dec 2008 02:02:57 +0000 Matthew Wild Disconnect with stream errors on bad XML, or invalid stream namespace file | diff | annotate
Thu, 04 Dec 2008 18:47:26 +0000 Matthew Wild Abstract xmlhandlers a bit more, also add error callbacks file | diff | annotate
Thu, 04 Dec 2008 16:41:32 +0000 Matthew Wild Fix logger ids for c2s and s2sout file | diff | annotate
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers file | diff | annotate
Fri, 28 Nov 2008 00:08:23 +0000 Matthew Wild No more reading 1 byte at a time from sockets 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 17:52:33 +0000 Matthew Wild Quite some changes, to: file | diff | annotate
Tue, 18 Nov 2008 14:42:45 +0000 Matthew Wild s2s sessions can now be disconnected, with or without a stream error. Fixes #8 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 00:27:40 +0000 Matthew Wild Fix logging in some cases for client disconnects file | diff | annotate
Sat, 15 Nov 2008 19:32:58 +0000 Matthew Wild Fix logging of disconnect reason, and also sending of unavailable presence on disconnect file | diff | annotate
(0) -60 tip

mercurial