Software /
code /
prosody
Log
plugins/mod_tls.lua @ 2661:be4b1e796bd2
description | author | age |
---|---|---|
mod_tls: Only negotiate TLS on outgoing s2s connections if we have an SSL context (thanks Flo...) | Matthew Wild | 2010-02-16 |
mod_tls: Ban TLS after auth, not before. | Waqas Hussain | 2010-02-14 |
mod_tls: Fixed traceback during S2S TLS (nil global access). | Waqas Hussain | 2010-02-14 |
mod_tls: Refactor to simplify detection of whether we can do TLS on a connection | Matthew Wild | 2010-02-12 |
mod_tls: Don't offer TLS on hosts that don't have any certs | Matthew Wild | 2010-02-12 |
s2smanager, mod_compression, mod_tls: Changed event.session to event.origin for s2s-stream-features event for consistency. | Waqas Hussain | 2010-02-11 |
mod_tls: Hook stream-features event using new events API. | Waqas Hussain | 2010-02-11 |