Log

plugins/mod_register.lua @ 7856:bd5008a7dcbd

description author age
mod_register: Fix syntax errors Kim Alvefur Fri, 06 Jan 2017 13:14:17 +0100
mod_register: Verify that fields are known to prevent traceback Kim Alvefur Fri, 06 Jan 2017 13:09:09 +0100
mod_register: Strip '+' char from field names without using length Kim Alvefur Fri, 06 Jan 2017 13:07:22 +0100
mod_register: Allow 'title' and 'instructions' fields to be customized Kim Alvefur Thu, 05 Jan 2017 17:39:15 +0100
mod_register: Record the time of registration in the account details store Kim Alvefur Thu, 01 Dec 2016 06:47:03 +0100
mod_register: Rename session reference in wrapped close method [luacheck] Kim Alvefur Wed, 02 Nov 2016 13:34:09 +0100
mod_register: Use throttle_max as indicator of limits being enabled, in case min_seconds_between_registrations is not used Kim Alvefur Wed, 02 Nov 2016 13:30:45 +0100
mod_register: Additional logging for various registration failure cases Kim Alvefur Wed, 02 Nov 2016 13:08:12 +0100
mod_register: Fix inverted throttle check (fixes #724) Kim Alvefur Sat, 13 Aug 2016 15:42:57 +0200
mod_register: Make sure only an on_evict function or nil is passed to util.cache Kim Alvefur Thu, 17 Mar 2016 22:25:56 +0100
mod_register: Fix typo Kim Alvefur Fri, 01 Jan 2016 19:53:45 +0100
mod_register: Support for blacklisting ips that are still over limit when they get pushed out of the cache Kim Alvefur Wed, 23 Dec 2015 09:00:03 +0100
mod_register: Use util.cache to limit the number of per-ip throttles kept Kim Alvefur Wed, 23 Dec 2015 08:58:34 +0100
mod_register: Switch to using util.throttle for limiting registrations per ip per time Kim Alvefur Wed, 23 Dec 2015 08:57:12 +0100
mod_register: Add comment explaining the workaround for replying when the account is being deleted Kim Alvefur Mon, 21 Dec 2015 14:48:33 +0100
mod_register: Use session log instance to ease indentification Kim Alvefur Mon, 21 Dec 2015 14:41:38 +0100
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
mod_register: Use more specific get_option variants Kim Alvefur Fri, 02 Aug 2013 14:44:56 +0200
mod_register: Fix indentation Kim Alvefur Wed, 19 Jun 2013 16:35:19 +0200
mod_register: get_child_text()! Kim Alvefur Tue, 28 May 2013 18:32:51 +0200
mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store() Kim Alvefur Fri, 19 Apr 2013 16:14:06 +0200
mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports Kim Alvefur Sat, 23 Mar 2013 01:27:38 +0100
mod_register: Fire event to allow blocking user registration Florian Zeitz Mon, 01 Oct 2012 21:07:20 +0200
mod_register: Hijack the session close call to send the final iq reply when deleting Kim Alvefur Sat, 25 Aug 2012 01:29:38 +0200
mod_register: Remove all account cleanup Kim Alvefur Sat, 25 Aug 2012 01:27:23 +0200
mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, mod_welcome: Use module:send() instead of core_*_stanza() Kim Alvefur Thu, 26 Jul 2012 04:35:13 +0200
mod_register: Add support for additional registration fields Florian Zeitz Fri, 12 Aug 2011 00:01:35 +0200
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. Matthew Wild Sat, 28 May 2011 00:23:05 +0100
mod_register: Move allow_registration option into an upvalue for efficiency (now it is being checked on every new c2s stream) Matthew Wild Sat, 28 May 2011 00:21:12 +0100
Advertise in-band registration support. Glenn Maynard Fri, 27 May 2011 17:04:43 +0100