plugins/mod_register.lua
Fri, 19 Apr 2013 16:14:06 +0200 Kim Alvefur mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store()
Sat, 23 Mar 2013 01:27:38 +0100 Kim Alvefur mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports
Mon, 01 Oct 2012 21:07:20 +0200 Florian Zeitz mod_register: Fire event to allow blocking user registration
Sat, 25 Aug 2012 01:29:38 +0200 Kim Alvefur mod_register: Hijack the session close call to send the final iq reply when deleting
Sat, 25 Aug 2012 01:27:23 +0200 Kim Alvefur mod_register: Remove all account cleanup
Thu, 26 Jul 2012 04:35:13 +0200 Kim Alvefur mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, mod_welcome: Use module:send() instead of core_*_stanza()
Fri, 12 Aug 2011 00:01:35 +0200 Florian Zeitz mod_register: Add support for additional registration fields
Sat, 28 May 2011 00:23:05 +0100 Matthew Wild mod_register: Change the default for 'allow_registration' from true to false, most users shouldn't be affected as allow_registration is already explicitly set in the default config file.
Sat, 28 May 2011 00:21:12 +0100 Matthew Wild mod_register: Move allow_registration option into an upvalue for efficiency (now it is being checked on every new c2s stream)
Fri, 27 May 2011 17:04:43 +0100 Glenn Maynard Advertise in-band registration support.
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.
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
Mon, 29 Dec 2008 23:36:24 +0000 Matthew Wild Add allow_registration option to disable account registration
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2
Fri, 05 Dec 2008 00:16:03 +0500 Waqas Hussain Changed the datastore for vCards from vCard to vcard in mod_vcard and mod_register
Thu, 04 Dec 2008 20:16:30 +0500 Waqas Hussain Change modules to use the new add_feature module API method.
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers
Thu, 27 Nov 2008 03:12:12 +0000 Matthew Wild Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.
Wed, 26 Nov 2008 08:27:09 +0500 Waqas Hussain Modules now sending disco replies
Sun, 23 Nov 2008 03:31:03 +0500 Waqas Hussain Account deletion support
Sun, 16 Nov 2008 04:42:03 +0500 Waqas Hussain Fixed mod_register to use session.send for sending stanzas
Thu, 09 Oct 2008 02:08:33 +0500 Waqas Hussain Added: mod_register now replies with an error stanza when file write fails
Sun, 05 Oct 2008 01:39:49 +0100 Matthew Wild mod_InBandRegistration -> mod_register
less more (0) tip