Software /
code /
prosody
Log
plugins/mod_auth_internal_hashed.lua @ 3395:e736f68c1047
description | author | age |
---|---|---|
usermanager, mod_auth_internal_hashed, mod_legacyauth: New order of parameters for usermanager.test_password - username, host, password | Matthew Wild | Wed, 21 Jul 2010 21:01:36 +0100 |
mod_auth_internal_hashed: Fixed SCRAM-SHA-1 mechanism to not traceback on non-existent users. | Waqas Hussain | Sat, 17 Jul 2010 19:34:06 +0500 |
mod_auth_internal, mod_auth_internal_hashed: Remove checking for nil or empty password and pretending it means the user doesn't exist. Hopefully with more success than Custer. | Matthew Wild | Thu, 08 Jul 2010 20:59:53 +0100 |
mod_auth_internal_hashed: Update TODO comments to COMPAT | Matthew Wild | Tue, 22 Jun 2010 20:54:15 +0100 |
mod_auth_internal_hashed: Remove far too many instances of inline hex conversion using gsub, which was creating useless closures and what-not | Matthew Wild | Tue, 22 Jun 2010 20:52:43 +0100 |
mod_auth_internal, mod_auth_internal_hashed: Remove is_admin method from providers | Matthew Wild | Tue, 22 Jun 2010 19:14:55 +0100 |