log plugins/mod_register.lua @ 4180:cd3fb3393e13

age author description
Tue, 04 Jan 2011 17:21:58 +0000 Matthew Wild mod_register: Small code cleanup
Tue, 04 Jan 2011 17:19:39 +0000 Matthew Wild mod_register: Change to use new delete_user auth provider method
Tue, 04 Jan 2011 17:15:47 +0000 Matthew Wild mod_register: Add registration_compat config option to allow account remove requests addressed to='host' (defaults to true)
Sat, 16 Oct 2010 23:00:42 +0500 Waqas Hussain Monster whitespace commit (beware the whitespace monster).
Sat, 16 Oct 2010 05:59:26 +0500 Waqas Hussain mod_register: Updated to use the new events API.
Tue, 20 Jul 2010 17:42:44 +0500 Waqas Hussain mod_register: Drop useless depencency on datamanager.
Tue, 29 Jun 2010 20:21:17 +0100 Matthew Wild mod_register: Remove the offline store as a list (originally aa3725bbcde5 but missed in a merge)
Tue, 29 Jun 2010 20:17:21 +0100 Matthew Wild Merge 0.7->trunk
Thu, 24 Jun 2010 03:47:35 +0500 Waqas Hussain mod_register: Delete the offline store as a list, and delete the privacy store.
Thu, 24 Jun 2010 03:46:52 +0500 Waqas Hussain mod_register: Don't disable account before deleting it (unnecessary, and can cause problems).
Wed, 26 May 2010 18:16:58 -0400 Jeff Mitchell Check in mod_hashpassauth -- works!
Wed, 24 Mar 2010 00:05:55 +0500 Waqas Hussain mod_register: Use set_password to set passwords instead of create_user.
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Mon, 11 Jan 2010 17:52:28 +0500 Waqas Hussain mod_register: Return a <not-acceptable/> error on empty usernames (thanks Neustradamus).
Sat, 28 Nov 2009 11:59:06 +0500 Waqas Hussain mod_register: Properly notify contacts of subscription removal on account deletion.