log plugins/mod_register.lua @ 2935:4e4d0d899d9d

age author description
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.
Wed, 18 Nov 2009 06:23:41 +0500 Waqas Hussain mod_register: Log a debug message when a session's IP is not available.
Fri, 02 Oct 2009 17:51:53 +0500 Waqas Hussain Merge with 0.5
Fri, 02 Oct 2009 17:07:18 +0500 Waqas Hussain mod_register: Added helpful text to registration error responses.
Fri, 02 Oct 2009 16:52:50 +0500 Waqas Hussain mod_register: Changed error type for hitting registration rate limit from 'cancel' to 'wait'.
Fri, 02 Oct 2009 16:50:30 +0500 Waqas Hussain mod_register: Fixed: No error was returned if username failed nodeprep.
Thu, 13 Aug 2009 17:21:44 +0500 Waqas Hussain mod_register: Updated to use module:get_option instead of configmanager
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
Thu, 21 May 2009 15:52:20 +0100 Matthew Wild mod_register: Attach session to user-registered and user-deregistered events
Tue, 19 May 2009 11:53:34 +0100 Matthew Wild mod_register: Fire events and log on account creation/deletion
Wed, 22 Apr 2009 21:32:23 +0100 Matthew Wild mod_*: Fix a load of global accesses
Mon, 30 Mar 2009 02:30:06 +0500 Waqas Hussain Fixed: mod_register: Node prepping was not being applied to usernames (part of issue #57)
Mon, 30 Mar 2009 02:24:19 +0500 Waqas Hussain Fixed: mod_regster: traceback when removing accounts
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4
Mon, 23 Feb 2009 01:14:23 +0500 Waqas Hussain mod_register: Fixed an error happening during account deletion
Thu, 12 Feb 2009 18:09:17 +0500 Waqas Hussain Fixed: User resources not disconnected correctly on account delete
Fri, 30 Jan 2009 17:59:26 +0000 Matthew Wild Update copyright notices for 2009
Fri, 30 Jan 2009 17:40:25 +0000 Matthew Wild 0.2->0.3
Fri, 30 Jan 2009 17:22:56 +0000 Matthew Wild GPL->MIT!
Sun, 11 Jan 2009 07:15:42 +0000 Matthew Wild Add option to in-band registration to allow only whitelisted IPs to register
Sun, 11 Jan 2009 07:09:25 +0000 Matthew Wild Added rate limiting to in-band registration, and added IP [black/white]lists