log plugins/mod_legacyauth.lua @ 4030:9e9aaed03021

age author description
Sat, 16 Oct 2010 05:46:23 +0500 Waqas Hussain mod_legacyauth: Limit authentication to unauthenticated client connections.
Sat, 16 Oct 2010 05:41:49 +0500 Waqas Hussain mod_legacyauth: Updated to use the new events API.
Wed, 21 Jul 2010 21:01:36 +0100 Matthew Wild usermanager, mod_auth_internal_hashed, mod_legacyauth: New order of parameters for usermanager.test_password - username, host, password
Thu, 10 Jun 2010 03:54:22 +0500 Waqas Hussain mod_legacyauth: Fixed the ordering of parameters passed to usermanager.test_password.
Wed, 09 Jun 2010 22:20:53 +0500 Waqas Hussain mod_legacyauth: Use the new usermanager.test_password instead of usermanager.validate_credentials.
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Fri, 12 Feb 2010 04:22:01 +0500 Waqas Hussain mod_legacyauth: Hook stream-features event using new events API.
Mon, 05 Oct 2009 14:59:30 +0100 Matthew Wild require_encryption deprecated, use c2s_require_encryption instead
Sun, 27 Sep 2009 12:26:51 +0100 Matthew Wild Merge with 0.5
Sun, 27 Sep 2009 15:50:41 +0500 Waqas Hussain mod_legacyauth: Don't allow server-generated resource identifiers, as these are not support by legacy auth.
Sun, 27 Sep 2009 15:30:01 +0500 Waqas Hussain mod_legacyauth: Undo auth on bind fail. Legacy auth is atomic.
Sun, 27 Sep 2009 15:21:08 +0500 Waqas Hussain mod_legacyauth: Added node and resource prepping.
Thu, 13 Aug 2009 16:53:18 +0500 Waqas Hussain mod_legacyauth: Added a FIXME