Prevent duplicate f0cking #11
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: f0ck/f0ckv2#11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Prevent f0cking of duplicate urls.
If the same url is reposted within 1 second for an undisclosed count f0ck will not be able to check for existing hashes and therefore downloads the same url multiple times.
Possible ideas to prevent this:
URL queue
posts link to irc channel -> f0ck parses the link, adds it to the link queue -> posts same link multiple times after the first initial post, link will be compared to current queue and database hash, if match in either queue or db, link will be ignored.