Abuse filter management

From Inkipedia, the Splatoon wiki
Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)

Differences between versions

ItemVersion from 23:37, 30 June 2022 by HeddyVersion from 23:41, 30 June 2022 by Heddy
Filter conditions
Conditions:
action == "edit"
action == "edit"
& page_title == "Logo Contest 2022/Round 2"
& page_title == "Logo Contest 2022/Round 2"
/* current unix timestamp - user age > unix timestamp of 2022-06-05 00:00 UTC.
/* current unix timestamp - user age > unix timestamp of 2022-06-05 00:00 UTC.
This checks if the account was created after 2022-06-05. */
This checks if the account was created after 2022-06-05. */
& (timestamp - user_age) > 1654401600
& (timestamp - user_age) > 1654401600
& user_editcount < 5
& (user_editcount < 5
& user_age < 345600 /* 4 days = 345600 seconds */
| user_age < 345600) /* 4 days = 345600 seconds */