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

Add r9k option to boards #46

Open
karai17 opened this issue Nov 30, 2016 · 1 comment
Open

Add r9k option to boards #46

karai17 opened this issue Nov 30, 2016 · 1 comment

Comments

@karai17
Copy link
Owner

karai17 commented Nov 30, 2016

r9k mode permanently locks content so that every post must be unique. This includes both files and text content.

This would require a new table in the db to permanently store md5 hashes of images and text in a board so even when content is pruned, it is still permanently blocked from being uploaded again.

{
   integer id
   integer board_id
   varchar md5
}
@karai17 karai17 added this to the 1.3.0 milestone Nov 30, 2016
@shakesoda
Copy link

maybe instead of permanent it should prune things over time (and for infinite you just set the time value really high)

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

2 participants