net/xmppclient_listener.lua
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers
Fri, 28 Nov 2008 00:08:23 +0000 Matthew Wild No more reading 1 byte at a time from sockets
Tue, 18 Nov 2008 19:44:54 +0000 Matthew Wild session:disconnect() -> session:close() for consistency with other Lua APIs
Tue, 18 Nov 2008 17:52:33 +0000 Matthew Wild Quite some changes, to:
Tue, 18 Nov 2008 14:42:45 +0000 Matthew Wild s2s sessions can now be disconnected, with or without a stream error. Fixes #8
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)
Sun, 16 Nov 2008 00:27:40 +0000 Matthew Wild Fix logging in some cases for client disconnects
Sat, 15 Nov 2008 19:32:58 +0000 Matthew Wild Fix logging of disconnect reason, and also sending of unavailable presence on disconnect
Sat, 15 Nov 2008 05:33:14 +0500 Waqas Hussain Some bugs fixed
Sun, 09 Nov 2008 20:15:31 +0000 Matthew Wild Actually show error and position when we show a traceback :)
Sat, 08 Nov 2008 20:42:23 +0000 Matthew Wild Committing code to get nicer tracebacks for errors, also we no longer consider such errors fatal (probably a bad thing, I know...)
Fri, 24 Oct 2008 19:04:51 +0100 Matthew Wild Backed out changeset 4adc53e03b4d (garbage collection)
Fri, 24 Oct 2008 18:43:26 +0100 Matthew Wild Extra garbage collection, for debugging
Fri, 24 Oct 2008 07:27:36 +0100 Matthew Wild s2s works! \o/ \o/ s2s
Thu, 23 Oct 2008 16:07:40 +0100 Matthew Wild Fix for not destroying sessions when connection closed.
Wed, 22 Oct 2008 17:36:21 +0100 Matthew Wild Abstract connections with "connection listeners"
less more (0) tip