Mercurial > prosody-modules
log mod_auth_imap/auth_imap/mod_auth_imap.lua @ 1257:a02fbed74487
age | author | description |
---|---|---|
2013-09-26 | Matthew Wild | mod_auth_imap: Fix typo in previous commit |
2013-09-26 | Matthew Wild | mod_auth_imap: Rename imap_service_realm to imap_auth_realm and inherit from sasl_realm, rename imap_service_name to imap_auth_service_name |
2013-09-26 | Matthew Wild | mod_auth_imap: unfortunately large commit which adds support for SSL (including cert verification), appending the realm to usernames, and various IMAP protocol fixes |
2013-09-26 | Matthew Wild | mod_auth_imap: Leave port nil if not specified in the config, so we can auto-detect based on whether we use SSL |
2013-09-26 | Kim Alvefur | mod_auth_imap: Authentication module that works by passing through SASL to a IMAP connection |