summaryrefslogtreecommitdiff
path: root/plugins/RegisterThrottle
AgeCommit message (Collapse)Author
2010-09-28Localisation updates from http://translatewiki.netSiebrand Mazeland
* first export of L10n for languages other than English. Could use some testing/QA.
2010-09-23Update POT files for plugins.Siebrand Mazeland
2010-09-19Update pot files for plugins.Siebrand Mazeland
2010-09-18Update L10n.Siebrand Mazeland
2010-09-18* update i18n/L10nSiebrand Mazeland
* remove superfluous whitespace
2010-09-15Update/add pot files for plugins.Siebrand Mazeland
2010-04-30Remove .po source files. Using pot files.Siebrand Mazeland
2010-04-30Update gettext localisation files.Siebrand Mazeland
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.