Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-19 | Update pot files for plugins. | Siebrand Mazeland | |
2010-09-18 | Fix typo. | Siebrand Mazeland | |
2010-09-15 | Update/add pot files for plugins. | Siebrand Mazeland | |
2010-09-14 | * i18n/L10n updates | Siebrand Mazeland | |
* superfluous whitespace removed | |||
2010-04-30 | Remove .po source files. Using pot files. | Siebrand Mazeland | |
2010-04-30 | Update gettext localisation files. | Siebrand Mazeland | |
2010-04-23 | Fix to regression in last commit; wrong field name for homepage blacklist | Brion Vibber | |
2010-04-23 | Fix 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-23 | Fix keys / keyTypes for Blacklist plugin - was spewing notices for undefined ↵ | Brion Vibber | |
array indexes when saving blacklist entries from admin panel | |||
2010-03-28 | don't try to get to database at initialize time | Evan Prodromou | |
2010-03-26 | Drop debug statements on every regex match from Blacklist plugin; filling ↵ | Brion Vibber | |
the logs a little faster than ops likes. :) | |||
2010-03-25 | Store blacklist patterns in their own tables | Evan 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-26 | Blacklist user nickname and password on delete | Evan Prodromou | |
2010-02-06 | Blacklist admin panel | Evan Prodromou | |
2010-02-06 | BlacklistPlugin accepts config values for patterns | Evan Prodromou | |
2010-02-06 | update copyright date for Blacklist | Evan Prodromou | |
2010-01-08 | Mapstraction PluginVersion | Evan Prodromou | |
2009-12-28 | First version of blacklist plugin | Evan 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. |