Merge 0.6->0.7
[prosody.git] / plugins / mod_tls.lua
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
2008-12-16 Matthew WildSecond merge from waqas
2008-12-16 Matthew WildMerge from waqas
2008-12-15 Matthew WildRemove a FIXME from mod_tls
2008-12-10 Matthew Wild0.1 -> 0.2
2008-12-03 Matthew WildMerge from waqas
2008-12-03 Matthew WildInsert copyright/license headers
2008-11-27 Matthew WildBumper commit for the new modulemanager API \o/ Updates...
2008-11-23 Tobias MarkmannMerging with main branch.
2008-11-20 Matthew WildUse a stanza for c2s stream features instead of an...
2008-11-16 Waqas HussainFixed mod_tls to use session.send for sending stanzas
2008-11-15 Matthew WildMerge with myself (!)
2008-11-15 Matthew WildMerge from waqas
2008-11-15 Waqas HussainUnused variables in mod_tls
2008-10-23 Matthew WildTLS/SASL no longer should include the connhandler module
2008-10-22 Matthew WildMerge roster & presence from waqas
2008-10-22 Matthew WildAbstract connections with "connection listeners"
2008-10-07 Matthew Wildforgot to commit mod_tls, oops :)