Log

net/xmppserver_listener.lua @ 3332:c941d1191709

description author age
xmpp{client,server}_listener: Put stanzas/in filtering code in the correct place to make it actually work :) Matthew Wild Thu, 08 Jul 2010 14:28:42 +0100
xmppserver_listener: Add filters for incoming bytes and stanzas Matthew Wild Wed, 02 Jun 2010 18:23:39 +0100
xmppserver_listener: Port to util.xmppstream \o/ Matthew Wild Wed, 02 Jun 2010 16:53:40 +0100
Merge 0.6->0.7 Matthew Wild Tue, 30 Mar 2010 19:45:56 +0100
xmppserver_listener: Compatibility fix for older Prosodies with the s2s xmlns bug Matthew Wild Tue, 30 Mar 2010 19:44:50 +0100
Merge 0.6->0.7 Matthew Wild Mon, 22 Mar 2010 17:24:55 +0000
Update copyright headers for 2010 Matthew Wild Mon, 22 Mar 2010 17:06:15 +0000
Merge 0.6.2/waqas with 0.6.2/MattJ Matthew Wild Wed, 03 Mar 2010 22:05:05 +0000
core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls Matthew Wild Tue, 24 Nov 2009 20:34:22 +0000
xmppserver_listener: When a connection fails, pass the reason to destroy_session Matthew Wild Thu, 17 Dec 2009 19:00:36 +0000
xmppserver_listener: Make log messages during SRV retries clearer Matthew Wild Thu, 17 Dec 2009 19:01:57 +0000
net.xmppserver_listener: Clarify log message (for nil/false) Matthew Wild Sat, 06 Mar 2010 18:45:09 +0000
net.xmppserver_listener: status -> onstatus for consistency Matthew Wild Sun, 31 Jan 2010 19:57:58 +0000
net.xmppserver_listener: Handle stream-error errors from xmlhandlers, and close session in response Matthew Wild Tue, 19 Jan 2010 04:38:43 +0000
net.xmppserver_listener: Extend session:close() with a remote_reason parameter Matthew Wild Tue, 19 Jan 2010 04:37:28 +0000
net.xmpp{client,server,component}: Update for new xmlhandlers syntax Matthew Wild Tue, 19 Jan 2010 03:56:44 +0000
net.xmppserver_listener: Pass reason for session disconnection to disconnect handler, if known Matthew Wild Tue, 19 Jan 2010 03:55:19 +0000
xmppserver_listener: Make log messages during SRV retries clearer Matthew Wild Thu, 17 Dec 2009 19:01:57 +0000
xmppserver_listener: When a connection fails, pass the reason to destroy_session Matthew Wild Thu, 17 Dec 2009 19:00:36 +0000
xmppserver_listener: Update for new server API, fixes traceback when closing s2s connections Matthew Wild Sat, 28 Nov 2009 17:40:37 +0000
core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls Matthew Wild Tue, 24 Nov 2009 20:34:22 +0000
*_listener: Update for new net.server API, specifically .listener -> .onincoming, .disconnect -> .ondisconnect Matthew Wild Sun, 22 Nov 2009 04:43:46 +0000
Changed separator between attribute names and prefixes from '|' to '\1' (optimization and cleanup). Waqas Hussain Thu, 12 Nov 2009 13:42:44 +0500
xmppserver_listener: Minor logging fix: Prefer the session logger when available to log invalid XML warnings. Waqas Hussain Sun, 25 Oct 2009 21:06:35 +0500
xmppserver_listener: Use listener log() if session doesn't have one yet (thanks Flo) Matthew Wild Sat, 17 Oct 2009 15:34:21 +0100
Merge with 0.5 Matthew Wild Thu, 15 Oct 2009 14:20:08 +0100
xmppserver_listener: Fix typo (thanks Jorj) Matthew Wild Thu, 15 Oct 2009 14:16:22 +0100
Merge with 0.5 Matthew Wild Wed, 14 Oct 2009 14:12:14 +0100
xmppserver_listener: More forcefully close s2s connections (fixes fd leak) Matthew Wild Wed, 14 Oct 2009 14:07:50 +0100
xmppserver_listener: Lower log-level of debug message to, er, 'debug' Matthew Wild Mon, 05 Oct 2009 10:07:06 +0100
xmppserver_listener: Add status() function to signal when a connection completes its SSL handshake Matthew Wild Sun, 04 Oct 2009 14:35:39 +0100
xmppserver_listener: Add logger to s2s sessions Matthew Wild Sun, 04 Oct 2009 14:24:55 +0100
xmppserver_listener: Small whitespace fix Matthew Wild Sun, 04 Oct 2009 14:17:54 +0100
xmppserver_listener: Better log messages on invalid XML Matthew Wild Sun, 04 Oct 2009 14:15:36 +0100
core.s2smanager, xmppserver_listener: Move the responsibility of setting session.log from the latter to the former for incoming sessions (outgoing are already like this) Matthew Wild Sun, 16 Aug 2009 21:41:53 +0100
Merge with 0.5 Matthew Wild Tue, 28 Jul 2009 19:17:09 +0100
xmpp{client,server,component]_listener: Open stream if sending an error and it isn't already open. Fixes #120 Matthew Wild Tue, 28 Jul 2009 19:15:29 +0100
xmpp{client,server}_listener: Report contents of packets containing invalid XML Matthew Wild Sun, 26 Jul 2009 20:58:37 +0100
Remove version number from copyright headers Matthew Wild Fri, 10 Jul 2009 03:11:45 +0100
xmpp{server,client}_listener: Fix global accesses Matthew Wild Wed, 22 Apr 2009 20:42:56 +0100
xmppserver_listener: Add session:close() method to outgoing s2s connections too Matthew Wild Sun, 12 Apr 2009 02:55:49 +0100
Merge Matthew Wild Fri, 10 Apr 2009 10:31:38 +0100
net.xmppserver_listener: Set default namespace to jabber:server Matthew Wild Sat, 21 Mar 2009 21:44:42 +0000
0.3->0.4 Matthew Wild Fri, 20 Mar 2009 20:16:25 +0000
Update copyright notices for 2009 Matthew Wild Fri, 30 Jan 2009 17:59:26 +0000
0.2->0.3 Matthew Wild Fri, 30 Jan 2009 17:40:25 +0000
GPL->MIT! Matthew Wild Fri, 30 Jan 2009 17:22:56 +0000
Change xmlhandlers to match stream opening tag with ns+tag Matthew Wild Tue, 16 Dec 2008 02:33:08 +0000
0.1 -> 0.2 Matthew Wild Wed, 10 Dec 2008 15:44:03 +0000
Fix blank tracebacks for c2s/s2s connections Matthew Wild Wed, 10 Dec 2008 15:27:01 +0000
stanza_dispatch != dispatch_stanza Matthew Wild Sun, 07 Dec 2008 22:55:18 +0000
Typo in variable name in last commit Matthew Wild Sun, 07 Dec 2008 19:12:50 +0000
stanza_dispatch = core_process_stanza, fixed for xmpp{client,server} listeners, and sessionmanager for the new syntax Matthew Wild Sun, 07 Dec 2008 19:04:23 +0000
Code tidying for xmpp{client,server}_listeners Matthew Wild Sat, 06 Dec 2008 23:16:46 +0000
Disconnect with stream errors on bad XML, or invalid stream namespace Matthew Wild Fri, 05 Dec 2008 02:02:57 +0000
Abstract xmlhandlers a bit more, also add error callbacks Matthew Wild Thu, 04 Dec 2008 18:47:26 +0000
Insert copyright/license headers Matthew Wild Wed, 03 Dec 2008 14:39:07 +0000
No more reading 1 byte at a time from sockets Matthew Wild Fri, 28 Nov 2008 00:08:23 +0000
(Basic) IDNA and SRV fallback support Matthew Wild Wed, 26 Nov 2008 23:44:30 +0000
Fix a waqas copy/paste error. It was my fault again apparently. Matthew Wild Wed, 26 Nov 2008 22:18:26 +0000