Software /
code /
prosody
Log
plugins/mod_c2s.lua @ 5776:bd0ff8ae98a8
description | author | age |
---|---|---|
Remove all trailing whitespace | Florian Zeitz | Fri, 09 Aug 2013 17:48:21 +0200 |
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 | Fri, 09 Aug 2013 11:10:22 +0100 |
mod_c2s, mod_s2s: Log a message that stream encryption has been enabled with some details | Kim Alvefur | Fri, 02 Aug 2013 15:12:24 +0200 |
Merge 0.9->trunk | Kim Alvefur | Wed, 24 Jul 2013 21:50:38 +0200 |
mod_c2s: Change default of tcp_keepalives to true, and make it individually configurable through c2s_tcp_keepalives | Kim Alvefur | Wed, 24 Jul 2013 15:28:36 +0200 |
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 | Mon, 15 Jul 2013 11:44:49 +0100 |
mod_c2s, mod_s2s: Fire an event on read timeouts | Kim Alvefur | Tue, 11 Jun 2013 21:36:15 +0200 |