Log

plugins/mod_c2s.lua @ 4964:c9b8ec3eb1e9

description author age
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). Matthew Wild Sun, 22 Jul 2012 16:59:12 +0100
mod_c2s: Another lurking string.format squashed. Matthew Wild Fri, 11 May 2012 14:57:29 +0100
mod_c2s: Remove unused import of portmanager Matthew Wild Sat, 28 Apr 2012 03:05:03 +0100
mod_c2s: Add missing multiplexed service discovery pattern. Kim Alvefur Thu, 15 Mar 2012 17:37:07 +0100
mod_c2s, mod_s2s: Drop default_port and default_mode from listener objects (default_port is deprecated, and default_mode already defaults to *a) Matthew Wild Thu, 15 Mar 2012 16:31:10 +0000
mod_c2s, mod_s2s: Add multiplex support Matthew Wild Thu, 15 Mar 2012 03:05:24 +0000