Abuse filter management

Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)
Jump to navigation Jump to search

Differences between versions

ItemVersion from 00:36, 4 September 2016 by Ais523Version from 00:39, 7 October 2016 by Oerjan
Basic information
Notes:
10933 = [[Esolang:Introduce yourself]]
10933 = [[Esolang:Introduce yourself]]


Removed requirement to sign because new users keep messing it up.
Removed requirement to sign because new users keep messing it up.
An old user broke this by editing in an http link. The least complicated fix I see is requiring everyone to follow the rules for the page. Of course this means some edits may now require disabling the filter first.
Filter conditions
Conditions:
!(user_editcount > 0) & action != "createaccount" &
if article_articleid != 10933 then !(user_editcount > 0) & action != "createaccount" else
(article_articleid != 10933 | !(user_age > 0) | edit_diff contains "\n-" | edit_diff contains "http" | edit_delta > 3000)
!(user_age > 0) | edit_diff contains "\n-" | edit_diff contains "http" | edit_delta > 3000 end