# HG changeset patch # User Marco Cirillo # Date 1363111503 -3600 # Node ID 9eefbaba274d124c7bb6e0c1b49f281b712252a8 # Parent 0a78ac54bd03f51f8681dd16b446d4ffe256c01b mod_c2s_conn_throttle: shorten / update header, as wiki was added. diff -r 0a78ac54bd03 -r 9eefbaba274d mod_c2s_conn_throttle/mod_c2s_conn_throttle.lua --- a/mod_c2s_conn_throttle/mod_c2s_conn_throttle.lua Thu Mar 07 18:26:07 2013 +0100 +++ b/mod_c2s_conn_throttle/mod_c2s_conn_throttle.lua Tue Mar 12 19:05:03 2013 +0100 @@ -1,9 +1,5 @@ -- Clients Connection Throttler. --- Usage: --- Add the module into modules loaded into the virtual host section --- --- cthrottler_logins_count = 3 -> number of logins attempt allowed --- cthrottler_time = 120 -> in x seconds +-- (C) 2012-2013, Marco Cirillo (LW.Org) local time = os.time local in_count = {}