https://github.com/splitbrain/unb-plugin-ratelimit
Rate Limit for posting in Unclassified Newsboard
https://github.com/splitbrain/unb-plugin-ratelimit
php rate-limiting unb unb-plugin unclassified-newsboard
Last synced: over 1 year ago
JSON representation
Rate Limit for posting in Unclassified Newsboard
- Host: GitHub
- URL: https://github.com/splitbrain/unb-plugin-ratelimit
- Owner: splitbrain
- Created: 2011-12-04T11:32:19.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-04-28T12:59:13.000Z (over 12 years ago)
- Last Synced: 2025-02-02T01:24:43.043Z (over 1 year ago)
- Topics: php, rate-limiting, unb, unb-plugin, unclassified-newsboard
- Language: PHP
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Rate Limit Plugin for Unclassified Newsboard
This plugin checks how many posts a user made in previous timeframes. If a
user is posting too fast, it is assumed to be a spam bot. The user gets a
warning is removed from the forum members group and added to another (spam)
group.
Here are the current limits:
0 posts allowed in the last 5 seconds
4 posts allowed in the last 30 seconds
10 posts allowed in the last 5 minutes
30 posts allowed in the last 30 minutes
Feedback on the validity of the chosen limits is appreciated.
To install copy the ratelimit.* files into your unb_lib/plugins folder.
----
Copyright (C) Andreas Gohr
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
See the docs/license.txt file in your UNB folder for details