bakape / shamichan

anonymous realtime imageboard focused on high performance and transparent moderation
Other
441 stars 74 forks source link

Improve antispam #910

Open Chiiruno opened 6 years ago

Chiiruno commented 6 years ago

There are several patterns a spammer can spam meguca, we can block some of them.

We can just void these types of posts, increment a counter, and if the counter reaches a maximum of X, ban the poster.

bakape commented 6 years ago

Need to consider tradeoffs for performance, storage capacity and how to do indexing and lookups.

Chiiruno commented 5 years ago

Checking broken links will be too much of a performance penalty per-post, scratch that one. Checking complete gibberish is pointless, since gibberishposting is fun. Only viable anti-spam I see here is detecting mulitple dates, or variations of relative time.

bakape commented 5 years ago

Checking broken links will be too much of a performance penalty

All links are already checked for being broken on post close.

Chiiruno commented 5 years ago

Okay, I'll have to consider that.

Chiiruno commented 4 years ago

Consider excessive command use over 2 or more posts to be spam and auto ban.

bakape commented 4 years ago

No need. Comads will all be cheap with the removal of roulette.

On Fri, 8 Nov 2019 at 07:43, チルノ notifications@github.com wrote:

Consider excessive command use over 2 or more posts to be spam and auto ban.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bakape/meguca/issues/910?email_source=notifications&email_token=AB347MEFLGJ6TMXXOCXUR5DQST4A7A5CNFSM4F7WJID2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDOZQHY#issuecomment-551393311, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB347MBIVCVSQTFSV4DYOGLQST4A7ANCNFSM4F7WJIDQ .