log mod_auth_dovecot/mod_auth_dovecot.lua @ 460:9bb9343f3c7a

age author description
2011-09-17 Waqas Hussain mod_auth_dovecot: Added support for TCP sockets, and checks for UNIX socket availability.
2011-09-05 Kim Alvefur mod_auth_dovecot: Fix years in (c)
2011-09-02 Kim Alvefur mod_auth_dovecot: Update Copyright
2011-09-01 Kim Alvefur mod_auth_dovecot: Make appending the domain name configurable. Warning: If you depend on this behaviour, add auth_append_host = true to your config
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