log plugins/mod_register.lua @ 7570:c61ea328fac2

age author description
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()!