log plugins/mod_register.lua @ 9598:dcd85bc34d21

age author description
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