log mod_auth_sql/mod_auth_sql.lua @ 902:490cb9161c81

age author description
Sat, 26 Jan 2013 04:34:05 +0500 Waqas Hussain mod_auth_{external,internal_yubikey,ldap,ldap2,sql}: No need to nodeprep in SASL handler.
Fri, 05 Oct 2012 19:34:53 +0200 Kim Alvefur mod_auth_sql: Add users iterator
Thu, 13 Sep 2012 00:08:29 +0500 Waqas Hussain mod_auth_*: Use module:provides(), and don't explicitly specify provider.name.
Thu, 08 Dec 2011 08:17:36 +0000 Matthew Wild mod_auth_sql: Read option 'auth_sql' (thanks rdnzlc)
Sat, 29 Oct 2011 13:34:15 +0200 Kim Alvefur Revert various changes accidentally included in previous commit
Sat, 15 Oct 2011 13:43:37 +0200 Kim Alvefur mod_default_vcard: Sets initial vCard from data enterd on registration
Wed, 10 Aug 2011 05:30:08 +0500 Waqas Hussain mod_auth_sql: More cleanup.
Wed, 10 Aug 2011 04:42:50 +0500 Waqas Hussain mod_auth_sql: Cleanup.
Tue, 26 Apr 2011 19:28:08 +0200 Tomasz Sterna Do not run in transaction.
Wed, 13 Apr 2011 20:41:53 +0200 Tomasz Sterna Implemented password and user existence check in mod_auth_sql
Wed, 13 Apr 2011 15:37:26 +0200 Tomasz Sterna Reconnect on DB disconnection.
Tue, 12 Apr 2011 00:30:53 +0200 Tomasz Sterna Implemented basic SQL authentication module.