libcgi-application-plugin-ratelimit-perl_1.0-1_i386.changes is NEW
Debian FTP Masters
ftpmaster at ftp-master.debian.org
Fri Nov 11 21:38:04 UTC 2011
(new) libcgi-application-plugin-ratelimit-perl_1.0-1.debian.tar.gz optional perl
(new) libcgi-application-plugin-ratelimit-perl_1.0-1.dsc optional perl
(new) libcgi-application-plugin-ratelimit-perl_1.0-1_all.deb optional perl
unknown
CGI::Application::Plugin::RateLimit provides protection against a user
calling a runmode too frequently. A typical use-case might be a contact form
that sends email. You'd like to allow your users to send you messages, but
thousands of messages from a single user would be a problem.
.
This module works by maintaining a database of hits to protected runmodes. It
then checks this database to determine if a new hit should be allowed based
on past activity by the user. The user's identity is, by default, tied to
login (via REMOTE_USER) or IP address (via REMOTE_IP) if login info is not
available. You may provide your own identity function via the
identity_callback() method.
.
To use this module you must create a table in your database with the
following schema (using MySQL-syntax, although other DBs may work as well
with minor alterations):
(new) libcgi-application-plugin-ratelimit-perl_1.0.orig.tar.gz optional perl
Changes: libcgi-application-plugin-ratelimit-perl (1.0-1) unstable; urgency=low
.
* Split off from
libcgi-application-extra-plugin-bundle-perl (Closes: #647863).
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 647863
Your package contains new components which requires manual editing of
the override file. It is ok otherwise, so please be patient. New
packages are usually added to the override file about once a week.
You may have gotten the distribution wrong. You'll get warnings above
if files already exist in other distributions.
More information about the pkg-perl-maintainers
mailing list