Software /
code /
prosody
Log
plugins/mod_tls.lua @ 1704:9b445d2427e2
description | author | age |
---|---|---|
mod_tls: Updated to use module:get_option instead of configmanager | Waqas Hussain | 2009-08-08 |
Remove version number from copyright headers | Matthew Wild | 2009-07-10 |
mod_tls: Add <required/> to stream feature when TLS is required | Matthew Wild | 2009-05-29 |
sessionmanager, mod_tls: Mark a session as secure when TLS is active | Matthew Wild | 2009-05-29 |
0.3->0.4 | Matthew Wild | 2009-03-20 |
Update copyright notices for 2009 | Matthew Wild | 2009-01-30 |
0.2->0.3 | Matthew Wild | 2009-01-30 |
GPL->MIT! | Matthew Wild | 2009-01-30 |
mod_saslauth, mod_tls: minor code cleanup | Waqas Hussain | 2009-01-13 |
Remove a FIXME from mod_tls | Matthew Wild | 2008-12-15 |
0.1 -> 0.2 | Matthew Wild | 2008-12-10 |
Insert copyright/license headers | Matthew Wild | 2008-12-03 |
Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store. | Matthew Wild | 2008-11-27 |
Use a stanza for c2s stream features instead of an array of strings. Removes a FIXME. | Matthew Wild | 2008-11-20 |