Sun, 22 Jul 2012 17:01:52 +0100 mod_iq: Don't treat an iq as handled if session.send() returns false
Matthew Wild <mwild1@gmail.com> [Sun, 22 Jul 2012 17:01:52 +0100] rev 4966
mod_iq: Don't treat an iq as handled if session.send() returns false
Sun, 22 Jul 2012 16:59:55 +0100 mod_message: Don't treat a message as delivered ok if session.send() returns false
Matthew Wild <mwild1@gmail.com> [Sun, 22 Jul 2012 16:59:55 +0100] rev 4965
mod_message: Don't treat a message as delivered ok if session.send() returns false
Sun, 22 Jul 2012 16:59:12 +0100 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 <mwild1@gmail.com> [Sun, 22 Jul 2012 16:59:12 +0100] rev 4964
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).
Sun, 22 Jul 2012 16:54:58 +0100 net.http: Don't call ondisconnect manually, net.server now calls it on close
Matthew Wild <mwild1@gmail.com> [Sun, 22 Jul 2012 16:54:58 +0100] rev 4963
net.http: Don't call ondisconnect manually, net.server now calls it on close
Sun, 22 Jul 2012 16:54:33 +0100 net.server_select, net.server_event: Change semantics of conn:close() - always call ondisconnect (with err == nil), and never close with data in send buffer (i.e. 'now' parameter removed)
Matthew Wild <mwild1@gmail.com> [Sun, 22 Jul 2012 16:54:33 +0100] rev 4962
net.server_select, net.server_event: Change semantics of conn:close() - always call ondisconnect (with err == nil), and never close with data in send buffer (i.e. 'now' parameter removed)
Sun, 22 Jul 2012 16:50:14 +0100 sessionmanager: Have session.send() of a retired session return false to indicate failure
Matthew Wild <mwild1@gmail.com> [Sun, 22 Jul 2012 16:50:14 +0100] rev 4961
sessionmanager: Have session.send() of a retired session return false to indicate failure
Sun, 22 Jul 2012 16:45:27 +0100 mod_s2s: Make unauthed session timeout a little more aggressive... otherwise it's possible for sessions to slip under the net and never get killed off
Matthew Wild <mwild1@gmail.com> [Sun, 22 Jul 2012 16:45:27 +0100] rev 4960
mod_s2s: Make unauthed session timeout a little more aggressive... otherwise it's possible for sessions to slip under the net and never get killed off
Sun, 22 Jul 2012 16:29:52 +0100 mod_s2s/s2sout.lib: Fix indentation
Matthew Wild <mwild1@gmail.com> [Sun, 22 Jul 2012 16:29:52 +0100] rev 4959
mod_s2s/s2sout.lib: Fix indentation
Sun, 22 Jul 2012 16:17:33 +0100 Merge 0.9->trunk
Matthew Wild <mwild1@gmail.com> [Sun, 22 Jul 2012 16:17:33 +0100] rev 4958
Merge 0.9->trunk
Sun, 22 Jul 2012 16:17:04 +0100 mod_s2s/s2sout.lib: Don't wait for both v4 and v6 DNS responses if we only send one (e.g. because v6 is disabled)
Matthew Wild <mwild1@gmail.com> [Sun, 22 Jul 2012 16:17:04 +0100] rev 4957
mod_s2s/s2sout.lib: Don't wait for both v4 and v6 DNS responses if we only send one (e.g. because v6 is disabled)
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip