Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-CGI-Application-Plugin-RateLimit | Distribution: Mageia |
Version: 1.0.0 | Vendor: Mageia.Org |
Release: 12.mga8 | Build date: Wed Feb 12 04:58:00 2020 |
Group: Development/Perl | Build host: localhost |
Size: 21851 | Source RPM: perl-CGI-Application-Plugin-RateLimit-1.0.0-12.mga8.src.rpm |
Packager: umeabot <umeabot> | |
Url: http://search.cpan.org/dist/CGI-Application-Plugin-RateLimit | |
Summary: Limits runmode call rate per user |
This module 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):
GPL+ or Artistic
* Wed Feb 12 2020 umeabot <umeabot> 1.0.0-12.mga8 + Revision: 1493481 - Mageia 8 Mass Rebuild + wally <wally> - replace deprecated %makeinstall_std * Wed Sep 19 2018 umeabot <umeabot> 1.0.0-11.mga7 + Revision: 1265992 - Mageia 7 Mass Rebuild
/usr/share/doc/perl-CGI-Application-Plugin-RateLimit /usr/share/doc/perl-CGI-Application-Plugin-RateLimit/Changes /usr/share/doc/perl-CGI-Application-Plugin-RateLimit/META.yml /usr/share/doc/perl-CGI-Application-Plugin-RateLimit/README /usr/share/man/man3/CGI::Application::Plugin::RateLimit.3pm.xz /usr/share/perl5/vendor_perl/CGI /usr/share/perl5/vendor_perl/CGI/Application /usr/share/perl5/vendor_perl/CGI/Application/Plugin /usr/share/perl5/vendor_perl/CGI/Application/Plugin/RateLimit.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 11:24:54 2025