Log

mod_auth_dovecot/mod_auth_dovecot.lua @ 416:10ff12fa82e2

description author age
mod_auth_dovecot: Update Copyright Kim Alvefur 2011-09-02
mod_auth_dovecot: Make appending the domain name configurable. Warning: If you depend on this behaviour, add auth_append_host = true to your config Kim Alvefur 2011-09-01
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option. Waqas Hussain 2011-02-22
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. Matthew Wild 2011-02-14
mod_auth_dovecot: Add line missing from previous commit. Kim Alvefur 2011-02-13
mod_auth_dovecot: One mechanism per MECH command. Kim Alvefur 2011-02-13
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. Matthew Wild 2011-01-08
mod_auth_dovecot: Only check Dovecot major version. Bump log level from 'warn' to 'error'. (thanks Adrien Clerc) Matthew Wild 2011-01-08
mod_auth_dovecot: Switch to using upvalue 'conn' instead of provider.c throughout (thanks Adrien Clerc) Matthew Wild 2011-01-08
mod_auth_*, mod_saslauth_muc: Update SASL callbacks to take SASL handler as first argument. Waqas Hussain 2010-12-27
mod_auth_dovecot: Implement user_exists Javier Torres 2010-10-30
mod_auth_dovecot: More debug messages Javier Torres 2010-10-30
mod_auth_dovecot: Use sequential (instead of fixed) id for messages Javier Torres 2010-10-30
mod_auth_dovecot: Load dovecot socket path form config Javier Torres 2010-10-30
mod_auth_dovecot: Use correct module name for logger Javier Torres 2010-10-30
mod_auth_dovecot: Close socket on error Javier Torres 2010-10-30
mod_auth_dovecot: Remove asserts (use logger) and refactor socket code Javier Torres 2010-10-30
mod_auth_dovecot: Use PID in handshake Javier Torres 2010-10-30
mod_auth_dovecot: Initial commit of Dovecot authentication backend by Javier Torres Matthew Wild 2010-10-10