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
less more (0) -50 -30 tip