MUC: Assign priorities to config form hooks so they have a consistent order on each...
[prosody.git] / plugins / mod_tls.lua
2013-09-21 Kim AlvefurMerge Tobias SCRAM-PLUS work
2013-09-16 Matthew WildMerge 0.9->trunk
2013-09-03 Kim AlvefurMerge 0.9->trunk
2013-09-03 Matthew WildMerge 0.9->trunk
2013-09-02 Matthew WildMerge 0.9->trunk
2013-08-24 Matthew WildMerge 0.9->trunk
2013-08-09 Florian ZeitzRemove all trailing whitespace
2013-08-09 Kim AlvefurMerge 0.9->trunk
2013-08-06 Kim AlvefurMerge 0.9->trunk
2013-07-24 Kim AlvefurMerge 0.9->trunk
2013-07-22 Kim AlvefurMerge 0.9->trunk
2013-07-15 Matthew WildMerge 0.9->trunk
2013-07-15 Matthew WildMerge 0.9->trunk
2013-07-13 Matthew WildMerge 0.9->trunk
2013-07-11 Matthew WildMerge 0.9->trunk
2013-07-10 Kim AlvefurMerge 0.9->trunk
2013-07-08 Matthew WildMerge 0.9->trunk
2013-07-08 Matthew WildMerge 0.9->trunk
2013-06-29 Kim AlvefurMerge 0.9->trunk
2013-06-29 Matthew WildMerge
2013-06-29 Matthew WildMerge 0.9->trunk
2013-06-26 Matthew WildMerge 0.9->trunk
2013-06-24 Matthew WildMerge 0.9->trunk
2013-06-18 Matthew WildMerge 0.9->trunk
2013-06-16 Kim Alvefurmod_tls: Remove debug statement
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
2013-06-13 Matthew WildMerge the merge
2013-06-13 Kim Alvefurmod_tls: Refactor to allow separate SSL configuration...
2013-05-01 Matthew WildMerge tls branch
2013-05-01 Matthew WildMerge s2s branch
2013-05-01 Matthew WildMerge sasl branch
2013-05-01 Matthew WildMerge with Florob
2013-03-23 Kim AlvefurMerge 0.9->trunk
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
next