mod_presence: Re-probe for contacts presence after outgoing 'subscribed' (fixes ...
[prosody.git] / plugins / mod_tls.lua
2014-01-15 Kim Alvefurmod_tls: Let s2s_secure_auth override s2s_require_encry...
2014-01-15 Kim Alvefurmod_tls: Rename variables to be less confusing
2014-01-12 Matthew Wildmod_tls: Log error when TLS initialization fails
2013-05-01 Matthew WildMerge with Florob
2013-03-23 Kim Alvefurmod_tls: More use of config sections removed
2013-03-23 Kim Alvefurmod_announce, mod_auth_anonymous, mod_c2s, mod_c2s...
2012-01-26 Matthew WildMerge with 0.9
2012-01-18 Matthew WildMerge with trunk
2012-01-18 Matthew WildMerge with 0.9
2012-01-18 Matthew Wildmod_tls: Fix log statement (thanks Zash)
2011-06-02 Matthew WildMerge 0.7->0.8
2011-06-02 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.6->0.7
2011-04-06 Matthew WildMerge 0.8->trunk
2011-04-06 Matthew Wildmod_tls: Fix for components to more reliably inherit...
2011-02-22 Matthew Wildmod_tls: Drop 'TLS negotiation started for ...' to...
2011-02-22 Matthew Wildmod_tls: Drop 'TLS negotiation started for ...' to...
2011-02-24 Matthew WildMerge with waqas
2010-11-09 Waqas Hussainmod_tls: Let hosts without an 'ssl' option inherit...
2010-11-08 Matthew Wildmod_tls: Pass the hostname rather than host session...
2010-11-06 Matthew Wildcertmanager, hostmanager, mod_tls: Move responsibility...
2010-07-22 Matthew Wildmod_tls: Remove extraneous flag to starttls() for s2sou...
2010-05-21 Matthew WildMerge with backout
2010-05-05 Matthew WildMerge Tobias's fancy SASL branch->trunk
2010-03-24 Matthew WildMerge 0.7->trunk
2010-03-24 Matthew WildMerge 0.7/waqas->0.7/MattJ
2010-03-24 Matthew WildMerge 0.6->0.7
2010-03-24 Matthew Wildmod_tls: Add s2s_allow_encryption option which, when...
2010-03-22 Matthew WildMerge 0.7->trunk
2010-03-22 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildUpdate copyright headers for 2010
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-02-25 Matthew WildMerge with 0.6
2010-02-16 Matthew WildMerge with 0.7
2010-02-16 Matthew Wildmod_tls: Only negotiate TLS on outgoing s2s connections...
2010-02-14 Waqas Hussainmod_tls: Ban TLS after auth, not before.
2010-02-14 Waqas Hussainmod_tls: Fixed traceback during S2S TLS (nil global...
2010-02-12 Matthew Wildmod_tls: Refactor to simplify detection of whether...
2010-02-12 Matthew Wildmod_tls: Don't offer TLS on hosts that don't have any...
2010-02-11 Waqas Hussains2smanager, mod_compression, mod_tls: Changed event...
2010-02-11 Waqas Hussainmod_tls: Hook stream-features event using new events...
2010-02-11 Waqas Hussainmod_tls: Cleanup.
2010-02-11 Waqas Hussainmod_tls: Fixed an extra :up() in s2s stream feature...
2010-02-11 Waqas HussainMerge with trunk.
2010-02-11 Waqas Hussainmod_tls: Remove origin type check when TLS is requested...
2010-02-11 Waqas Hussainmod_tls: Respond with proper error when TLS cannot...
2010-02-11 Waqas Hussainmod_tls: Inlined some code.
2010-02-11 Waqas Hussainmod_tls: Merged duplicate code.
2010-02-11 Waqas Hussainmod_tls: Switched to new events API.
2010-02-11 Waqas Hussainmod_tls: Slight refactoring.
2010-02-09 Waqas Hussainmod_tls: Don't advertise TLS after authentication.
2010-02-05 Matthew WildMerge with backout
2010-01-31 Matthew Wildmod_tls: Remove some redundant variable declarations
2010-01-31 Matthew Wildmod_tls: Set the sslctx on outgoing connections (possib...
2010-01-31 Matthew Wildmod_tls: Update for new server SSL syntax
2010-01-31 Matthew Wildmod_tls: Set the sslctx on outgoing connections (possib...
2009-11-29 Tobias MarkmannMerge with tip.
2009-11-25 Matthew WildMerge with Tobias's SASL redesign branch
2009-11-22 Matthew WildMerge with trunk
2009-11-21 Matthew Wildmod_tls: Switch to : syntax for connection methods
2010-02-12 Matthew Wildmod_tls: Don't offer TLS on hosts that don't have any...
2010-02-11 Waqas Hussainmod_tls: Fixed an extra :up() in s2s stream feature...
2010-02-11 Waqas Hussainmod_tls: Respond with proper error when TLS cannot...
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-10-17 Matthew Wildmod_tls: Offer the host-specific cert (when there is...
2009-10-13 Matthew WildMerge with 0.5
2009-10-13 Waqas HussainMerge with 0.5
2009-10-09 Matthew Wildmod_tls: Don't try to start TLS if we can't actually...
2009-10-08 Matthew Wildmod_tls: Catch s2s-stream-features and add starttls...
2009-10-06 Matthew Wildmod_tls: Mark sessions as not secure when negotiating...
2009-10-05 Matthew Wildmod_tls: require_s2s_encryption -> s2s_require_encryption
2009-10-05 Matthew Wildrequire_encryption deprecated, use c2s_require_encrypti...
2009-10-05 Matthew Wildmod_tls: Mark starttls feature as <required/> if requir...
2009-10-05 Matthew Wildmod_tls: Mark session as not secure before negotiating TLS
2009-10-05 Matthew Wildmod_tls: Only advertise TLS if the server told us which...
2009-10-04 Matthew Wildmod_tls: :up() out of the starttls tag in stream:features
2009-10-04 Paul AurichMinor changes; outgoing TLS works.
2009-10-04 Matthew Wildmod_tls: Advertise and handle TLS for s2s connections
2009-08-20 Matthew WildMerge with 0.5
2009-08-20 Matthew WildUncertain merge with 0.5's SASL
2009-08-18 Matthew WildMerge waqas with Tobias. Eww.
2009-08-13 Tobias MarkmannAnother unwanted spaces at the end of a line.
2009-08-10 Matthew WildMerge with Tobias
2009-08-08 Waqas Hussainmod_tls: Updated to use module:get_option instead of...
2009-07-10 Matthew WildRemove version number from copyright headers
2009-05-29 Matthew Wildmod_tls: Add <required/> to stream feature when TLS...
2009-05-29 Matthew Wildsessionmanager, mod_tls: Mark a session as secure when...
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-01-30 Matthew WildUpdate copyright notices for 2009
2009-01-30 Matthew Wild0.2->0.3
2009-01-30 Matthew WildGPL->MIT!
2009-01-13 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-13 Waqas Hussainmod_saslauth, mod_tls: minor code cleanup
2008-12-25 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-24 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-22 Matthew WildMerge from waqas
next