Mercurial > public > sg101
log gpp/antispam/decorators.py @ 488:a747215e9a5a
age | author | description |
---|---|---|
Sun, 25 Sep 2011 00:49:05 +0000 | Brian Neal | Refactor RateLimiter so that if Redis is not running, everything still runs normally (minus the rate limiting protection). My assumption that creating a Redis connection would throw an exception if Redis wasn't running was wrong. The exceptions actually occur when you issue a command. This is for #224. |
Sat, 27 Aug 2011 04:23:30 +0000 | Brian Neal | Fixing #224; make sure we block IP's that have tripped the rate limiter or have been manually blocked. |
Thu, 25 Aug 2011 02:23:55 +0000 | Brian Neal | Implement rate limiting on registration and login for #224. |