Software /
code /
prosody-modules
Log
mod_auth_sql/mod_auth_sql.lua @ 2395:2e641ab995b3
description | author | age |
---|---|---|
all the things: Remove trailing whitespace | Florian Zeitz | 2014-03-11 |
mod_auth_{external,internal_yubikey,ldap,ldap2,sql}: No need to nodeprep in SASL handler. | Waqas Hussain | 2013-01-25 |
mod_auth_sql: Add users iterator | Kim Alvefur | 2012-10-05 |
mod_auth_*: Use module:provides(), and don't explicitly specify provider.name. | Waqas Hussain | 2012-09-12 |
mod_auth_sql: Read option 'auth_sql' (thanks rdnzlc) | Matthew Wild | 2011-12-08 |
Revert various changes accidentally included in previous commit | Kim Alvefur | 2011-10-29 |
mod_default_vcard: Sets initial vCard from data enterd on registration | Kim Alvefur | 2011-10-15 |
mod_auth_sql: More cleanup. | Waqas Hussain | 2011-08-10 |
mod_auth_sql: Cleanup. | Waqas Hussain | 2011-08-09 |
Do not run in transaction. | Tomasz Sterna | 2011-04-26 |
Implemented password and user existence check in mod_auth_sql | Tomasz Sterna | 2011-04-13 |
Reconnect on DB disconnection. | Tomasz Sterna | 2011-04-13 |
Implemented basic SQL authentication module. | Tomasz Sterna | 2011-04-11 |