log mod_auth_dovecot/mod_auth_dovecot.lua @ 388:75aea9752062

age author description
2011-02-22 Waqas Hussain mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
2011-02-14 Matthew Wild mod_auth_dovecot: Use hash of vhost as PID to pass to dovecot - the ID must be unique per process, whereas we make a connection per vhost.
2011-02-13 Kim Alvefur mod_auth_dovecot: Add line missing from previous commit.
2011-02-13 Kim Alvefur mod_auth_dovecot: One mechanism per MECH command.
2011-01-08 Matthew Wild mod_auth_dovecot: Fix various global variable sets/gets, log levels, unclear variable names and change coding style to match more closely the rest of the Prosody code.
2011-01-08 Matthew Wild mod_auth_dovecot: Only check Dovecot major version. Bump log level from 'warn' to 'error'. (thanks Adrien Clerc)
2011-01-08 Matthew Wild mod_auth_dovecot: Switch to using upvalue 'conn' instead of provider.c throughout (thanks Adrien Clerc)
2010-12-27 Waqas Hussain mod_auth_*, mod_saslauth_muc: Update SASL callbacks to take SASL handler as first argument.
2010-10-30 Javier Torres mod_auth_dovecot: Implement user_exists
2010-10-30 Javier Torres mod_auth_dovecot: More debug messages
2010-10-30 Javier Torres mod_auth_dovecot: Use sequential (instead of fixed) id for messages
2010-10-30 Javier Torres mod_auth_dovecot: Load dovecot socket path form config
2010-10-30 Javier Torres mod_auth_dovecot: Use correct module name for logger
2010-10-30 Javier Torres mod_auth_dovecot: Close socket on error
2010-10-30 Javier Torres mod_auth_dovecot: Remove asserts (use logger) and refactor socket code
2010-10-30 Javier Torres mod_auth_dovecot: Use PID in handshake
2010-10-10 Matthew Wild mod_auth_dovecot: Initial commit of Dovecot authentication backend by Javier Torres