summaryrefslogtreecommitdiff
path: root/plugins/Blacklist/blacklistadminpanel.php
AgeCommit message (Collapse)Author
2010-09-14* i18n/L10n updatesSiebrand Mazeland
* superfluous whitespace removed
2010-04-23Fix to regression in last commit; wrong field name for homepage blacklistBrion Vibber
2010-04-23Fix for Blacklist plugin: was saving an empty entry if blacklist was empty, ↵Brion Vibber
which would match *all* possible nickname registrations, preventing all registration on mozilla.status.net. Now saving only non-empty lines, and only matching non-empty lines so we don't fail if we still have a bogus entry.
2010-03-25Store blacklist patterns in their own tablesEvan Prodromou
We were bumping into limits on the config format in the Blacklist plugin. So, added new tables for nickname and homepage blacklists, and changed the plugin to use those instead of config file (actually, still uses config file in addition, for compatibility).
2010-02-06Blacklist admin panelEvan Prodromou