rate limiter plugin and updates


I’ve modified my comment email plugin to send html email with links. It now displays more information and is customizable. In addition I’ve created a comment rate limit plugin, that will prevent comments from being posted quickly.

  • Comment Emailer - svn://hasno.info/mephisto/plugins/mephisto_comment_email
  • Comment Rate Limit - rate limit comment creation - svn://hasno.info/mephisto/plugins/mephisto_comment_ratelimiter

The rate limiter is very general right now and does not check ip addresses. It only checks the current post time versus the last post time. If your too quick, you’ll be turned away. If enough people request it, I’ll look into expanding this. The plugin defaults to 1 post in 5 minutes. This can be customized.