Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent posting content repeatedly #68

Open
itsrachelfish opened this issue Dec 10, 2016 · 2 comments
Open

Prevent posting content repeatedly #68

itsrachelfish opened this issue Dec 10, 2016 · 2 comments

Comments

@itsrachelfish
Copy link
Member

Someone shouldn't be able to post the same message repeatedly, especially not within a short timeframe.

In this thread what spammed the letter 'b' 35 times in a row at a rate of roughly one post every 8 seconds.

There should be speed limits when posting and the same message shouldn't be able to be posted several times.

In order to stop regular posters from getting speed limited, I think the speed limit should increase exponentially.

0 posts in the past minute? No delay
1 post in the past minute? 10 second delay before next post can be made
2 posts in the past minute? 30 second delay before the next post can be made
3 posts in the past minute? 300 second delay before the next post can be made

This way people who are posting once every few minutes wouldn't notice any speed limit, but people trying to spam would.

@itsrachelfish
Copy link
Member Author

Posting a single message repeatedly should have the same limits initially but in the final case it should multiply the delay to something like 900 seconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant