summaryrefslogtreecommitdiff
path: root/plugins/Blacklist
AgeCommit message (Collapse)Author
2010-04-30Remove .po source files. Using pot files.Siebrand Mazeland
2010-04-30Update gettext localisation files.Siebrand Mazeland
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-04-23Fix keys / keyTypes for Blacklist plugin - was spewing notices for undefined ↵Brion Vibber
array indexes when saving blacklist entries from admin panel
2010-03-28don't try to get to database at initialize timeEvan Prodromou
2010-03-26Drop debug statements on every regex match from Blacklist plugin; filling ↵Brion Vibber
the logs a little faster than ops likes. :)
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-26Blacklist user nickname and password on deleteEvan Prodromou
2010-02-06Blacklist admin panelEvan Prodromou
2010-02-06BlacklistPlugin accepts config values for patternsEvan Prodromou
2010-02-06update copyright date for BlacklistEvan Prodromou
2010-01-08Mapstraction PluginVersionEvan Prodromou
2009-12-28First version of blacklist pluginEvan Prodromou
First version of blacklist plugin. Replaces custom code in identi.ca's config.php, which was getting scary and long. Also correctly handles changed nicknames or URLs in profile settings and using 'forbidden' URLs in notice text.