plugins/mod_c2s.lua
Mon, 23 Jul 2012 12:56:47 +0100 Matthew Wild mod_c2s: Change 'reason' parameter of session:close() to take nil to mean 'graceful close initiated by us' and false for 'graceful close initiated by client'
Sun, 22 Jul 2012 16:59:12 +0100 Matthew Wild mod_c2s: Don't call ondisconnect manually on close, it is now called by net.server. Replace with inline code for destroying the session, and also waiting for a reply </stream:stream> if there is a chance of further data sent by the client. session.send() on a half-closed stream returns false (and does not deliver the data).
Fri, 11 May 2012 14:57:29 +0100 Matthew Wild mod_c2s: Another lurking string.format squashed.
Sat, 28 Apr 2012 03:05:03 +0100 Matthew Wild mod_c2s: Remove unused import of portmanager
Thu, 15 Mar 2012 17:37:07 +0100 Kim Alvefur mod_c2s: Add missing multiplexed service discovery pattern.
Thu, 15 Mar 2012 16:31:10 +0000 Matthew Wild mod_c2s, mod_s2s: Drop default_port and default_mode from listener objects (default_port is deprecated, and default_mode already defaults to *a)
Thu, 15 Mar 2012 03:05:24 +0000 Matthew Wild mod_c2s, mod_s2s: Add multiplex support
Wed, 14 Mar 2012 21:42:08 +0000 Matthew Wild mod_c2s: Use module:add_item() to add the net-provider for portmanager
Mon, 23 Jan 2012 02:15:28 +0000 Matthew Wild mod_c2s: Code reduction
Mon, 23 Jan 2012 00:56:57 +0000 Matthew Wild sessionmanager, mod_c2s: Move timeout logic to mod_c2s
Sun, 22 Jan 2012 23:57:13 +0000 Matthew Wild mod_c2s, sessionmanager, xmppclient_listener: Move all c2s network and stream logic into a new module, mod_c2s
less more (0) tip