summaryrefslogtreecommitdiff
path: root/plugins/RegisterThrottle/RegisterThrottlePlugin.php
AgeCommit message (Collapse)Author
2010-09-18Update L10n.Siebrand Mazeland
2010-09-18* update i18n/L10nSiebrand Mazeland
* remove superfluous whitespace
2010-02-27Plugin to restrict too many registrations from one IPEvan Prodromou
We throttle registrations by IP. We record IP address of each registration, and if too many registrations have been done by the same IP address in the time interval, we reject the registration.