mod_tls: Catch s2s-stream-features and add starttls feature if possible
[prosody.git] / plugins / mod_tls.lua
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 :)