Software /
code /
prosody
Log
plugins/mod_c2s.lua @ 6360:ffcd3992a40c
description | author | age |
---|---|---|
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 |