Mercurial > prosody-modules
log mod_auth_imap/auth_imap/mod_auth_imap.lua @ 2248:3ecf65dabb6e
age | author | description |
---|---|---|
Thu, 26 Sep 2013 18:35:42 +0100 | Matthew Wild | mod_auth_imap: Fix typo in previous commit |
Thu, 26 Sep 2013 18:30:46 +0100 | 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 |
Thu, 26 Sep 2013 18:14:45 +0100 | 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 |
Thu, 26 Sep 2013 18:11:44 +0100 | 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 |
Thu, 26 Sep 2013 13:43:27 +0200 | Kim Alvefur | mod_auth_imap: Authentication module that works by passing through SASL to a IMAP connection |