plugins/mod_register.lua
Mon, 29 Jun 2020 21:03:13 +0200 Emmanuel Gil Peyrot mod_register: Add a dependency on mod_watchregistrations
Wed, 07 Nov 2018 17:49:34 +0100 Kim Alvefur mod_register: Move dependency on mod_register_limits into mod_register_ibr 0.11
Sat, 09 Dec 2017 19:35:08 +0100 Kim Alvefur mod_register_ibr: Split out throttling and IP limitations into mod_register_limits (#723)
Sat, 07 Oct 2017 22:00:50 +0200 Kim Alvefur mod_register: Split into mod_register_ibr and mod_user_account_management (#723)
Fri, 08 Dec 2017 19:39:43 +0100 Kim Alvefur mod_register: Include the session and its IP address in user-registering event, so that plugins can use this
Fri, 01 Dec 2017 07:58:52 +0100 Kim Alvefur mod_register: Support CIDR notation in white-/blacklists (closes #941)
Thu, 24 Aug 2017 21:51:11 +0200 Kim Alvefur mod_register: Add comments saying which section handles password change, account deletion and which is in-band registration
Fri, 28 Jul 2017 13:15:29 +0200 Kim Alvefur core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512)
Sun, 16 Jul 2017 19:25:29 +0100 Emmanuel Gil Peyrot mod_register: Add ::1 to the default registration_whitelist.
Mon, 10 Apr 2017 10:30:31 +0200 Kim Alvefur mod_register: Include additional data in user-registering event
Mon, 10 Apr 2017 10:28:05 +0200 Kim Alvefur mod_register: Remove check for empty table (previous line sets a field)
Sat, 25 Feb 2017 18:08:30 +0100 Kim Alvefur Merge 0.9->0.10
Tue, 21 Feb 2017 18:54:44 +0100 Kim Alvefur mod_register: Require encryption before registration if c2s_require_encryption is set (fixes #595)
Fri, 06 Jan 2017 13:14:17 +0100 Kim Alvefur mod_register: Fix syntax errors
Fri, 06 Jan 2017 13:09:09 +0100 Kim Alvefur mod_register: Verify that fields are known to prevent traceback
Fri, 06 Jan 2017 13:07:22 +0100 Kim Alvefur mod_register: Strip '+' char from field names without using length
Thu, 05 Jan 2017 17:39:15 +0100 Kim Alvefur mod_register: Allow 'title' and 'instructions' fields to be customized
Thu, 01 Dec 2016 06:47:03 +0100 Kim Alvefur mod_register: Record the time of registration in the account details store
Wed, 02 Nov 2016 13:34:09 +0100 Kim Alvefur mod_register: Rename session reference in wrapped close method [luacheck]
Wed, 02 Nov 2016 13:30:45 +0100 Kim Alvefur mod_register: Use throttle_max as indicator of limits being enabled, in case min_seconds_between_registrations is not used
Wed, 02 Nov 2016 13:08:12 +0100 Kim Alvefur mod_register: Additional logging for various registration failure cases
Sat, 13 Aug 2016 15:42:57 +0200 Kim Alvefur mod_register: Fix inverted throttle check (fixes #724)
Thu, 17 Mar 2016 22:25:56 +0100 Kim Alvefur mod_register: Make sure only an on_evict function or nil is passed to util.cache
Fri, 01 Jan 2016 19:53:45 +0100 Kim Alvefur mod_register: Fix typo
Wed, 23 Dec 2015 09:00:03 +0100 Kim Alvefur mod_register: Support for blacklisting ips that are still over limit when they get pushed out of the cache
Wed, 23 Dec 2015 08:58:34 +0100 Kim Alvefur mod_register: Use util.cache to limit the number of per-ip throttles kept
Wed, 23 Dec 2015 08:57:12 +0100 Kim Alvefur mod_register: Switch to using util.throttle for limiting registrations per ip per time
Mon, 21 Dec 2015 14:48:33 +0100 Kim Alvefur mod_register: Add comment explaining the workaround for replying when the account is being deleted
Mon, 21 Dec 2015 14:41:38 +0100 Kim Alvefur mod_register: Use session log instance to ease indentification
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Fri, 02 Aug 2013 14:44:56 +0200 Kim Alvefur mod_register: Use more specific get_option variants
Wed, 19 Jun 2013 16:35:19 +0200 Kim Alvefur mod_register: Fix indentation
Tue, 28 May 2013 18:32:51 +0200 Kim Alvefur mod_register: get_child_text()!
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
less more (0) -60 tip