summaryrefslogtreecommitdiff
path: root/plugins/Blacklist
AgeCommit message (Collapse)Author
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.