Log

plugins/mod_c2s.lua @ 6847:c314e9142e9d

description author age
mod_c2s, mod_s2s: Close incoming connections if there are no features to offer on incomplete streams (fixes #285) Kim Alvefur 2015-09-24
mod_c2s, mod_s2s: Collect statistics on number of connections Kim Alvefur 2015-04-25
Merge 0.9->0.10 Kim Alvefur 2014-09-02
net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet, mod_net_multiplex: Add ondetach to release connection from 'sessions' table (or equivalent) Matthew Wild 2014-08-29
Merge 0.9->0.10 Matthew Wild 2014-08-28
mod_c2s, mod_s2s: Log received invalid stream headers Matthew Wild 2014-08-23
Merge 0.9->0.10 Kim Alvefur 2014-06-21
mod_c2s: Fix traceback if c2s stream sent to component Kim Alvefur 2014-05-10
mod_c2s, mod_s2s, mod_component, util.xmppstream: Move all session:open_stream() functions to util.xmppstream Kim Alvefur 2014-04-10
mod_c2s: Break out stream opening into a separate function Florian Zeitz 2014-01-31
mod_c2s, mod_s2s: Set session.encrypted as session.secure does not allways mean encrypted (eg consider_bosh_secure) Kim Alvefur 2013-10-07
mod_c2s: Move another log message to debug level Kim Alvefur 2013-08-14
mod_c2s, mod_s2s: Log cipher and encryption info in a more compact and (hopefully) less confusing way Kim Alvefur 2013-08-14
mod_c2s: Port coroutine code to util.async Matthew Wild 2013-08-11
Remove all trailing whitespace Florian Zeitz 2013-08-09
mod_c2s: Add session:sleep() and session:wake() to pause a session (e.g. while waiting for an external event). Needs a gallon or two of testing. Matthew Wild 2013-08-09
mod_c2s, mod_s2s: Log a message that stream encryption has been enabled with some details Kim Alvefur 2013-08-02
Merge 0.9->trunk Kim Alvefur 2013-07-24
mod_c2s: Change default of tcp_keepalives to true, and make it individually configurable through c2s_tcp_keepalives Kim Alvefur 2013-07-24
mod_bosh, mod_c2s: No longer fire stream-features globally (nobody uses it, and shared modules make it easy for global modules to hook per-host now) Matthew Wild 2013-07-15
mod_c2s, mod_s2s: Fire an event on read timeouts Kim Alvefur 2013-06-11
mod_c2s: Become a shared module and allow being disabled on some virtualhosts Kim Alvefur 2013-06-11
mod_c2s, mod_c2s: Send a whitespace on read timeout, to prod TCP into detecting if the connection died Kim Alvefur 2013-05-30
mod_c2s: Fix session:close() when a stanza is passed as reason Kim Alvefur 2013-05-10
mod_c2s: Refactor <stream:error> building to allways tostring() it and only call send once Kim Alvefur 2013-04-25
mod_c2s, mod_s2s, net.http, net.http.server: Improve tracebacks (omit traceback function), to make it clearer where an error occured Matthew Wild 2013-04-22
mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals Kim Alvefur 2013-03-23
prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective plugins Kim Alvefur 2012-12-28
mod_c2s: Check if TLS compression is used Kim Alvefur 2012-12-09
mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item(). Waqas Hussain 2012-09-12