I'm trying to figure out a way to prevent ddosers from editing the same page one million times on my wiki (This can be done by using bots mind you), but none of the functions here seem to work.
The closest to what I want is Timestamp which checks the current time, however it is the current time of the wiki, not the time of the last edit on any given article. I did not realize it immediately, so I wrote this timestamp <= (timestamp+10)
thinking this would stop the spambots from editing causing issues to my wiki, but it flagged all the edits made by other users.
I eventually opted to prevent editing from my wiki, unless you register your email address until I get this covered.
What I need does not seem to exist on this list, so it would be great to have a function like last_edit
to check when was the last edit made on an article.
Before you tell me to just "ban them", keep in mind spammers can just register another account and evade IP bans through VPNs, just help me fix my issue instead of gossiping.