Edit filter configuration

Differences between versions

ItemVersion from 14:33, 23 March 2020 by BeetstraVersion from 19:40, 31 May 2022 by Suffusion of Yellow
Basic information
Notes:
This temporary filter will log a *lot* of edits, most of which totally innocent and not requiring action. There has been a lot of disruption on a number of namespaces from this range, and an easier way of logging it has been requested by a number of admins and counter-vandalism patrollers. The performance implications of this filter should be minimal --TheresNoTime 22/03/2017
This temporary filter will log a *lot* of edits, most of which totally innocent and not requiring action. There has been a lot of disruption on a number of namespaces from this range, and an easier way of logging it has been requested by a number of admins and counter-vandalism patrollers. The performance implications of this filter should be minimal --TheresNoTime 22/03/2017


This range edits infrequently enough (about 1,000 edits over 4 days) that a tag in the history, to ensure other editors know the prevalence of abuse from this range, seems like a net positive for administration without a major impact to the server load. We'll see how this goes... --Coffee 26/03/2017
This range edits infrequently enough (about 1,000 edits over 4 days) that a tag in the history, to ensure other editors know the prevalence of abuse from this range, seems like a net positive for administration without a major impact to the server load. We'll see how this goes... --Coffee 26/03/2017


+hops --Coffee 02/04/2017
+hops --Coffee 02/04/2017
+hop --Coffee 04/04/2017
+hop --Coffee 04/04/2017


At this point you're consuming at least 4 conditions when accounts edit, so adding `user_age == 0` to reduce to 1 condition for those users ~MA 2017-04-04
At this point you're consuming at least 4 conditions when accounts edit, so adding `user_age == 0` to reduce to 1 condition for those users ~MA 2017-04-04


Remove two blocked ranges ~ Rob 4/5
Remove two blocked ranges ~ Rob 4/5


Noted that 89.198.161.213  performed edits that are the same as an IP that hit this filter.  Beetstra, March 23, 2020
Noted that 89.198.161.213  performed edits that are the same as an IP that hit this filter.  Beetstra, March 23, 2020
Use ip_in_ranges() --Suffusion of Yellow 19:40 31 May 2022
Filter conditions
Conditions:
(documentation)
user_age == 0 & (
ip_in_ranges(user_name, "2607:fb90:0:0:0:0:0:0/32", "172.58.0.0/16")
  ip_in_range(user_name, "2607:fb90:0:0:0:0:0:0/32") |
  ip_in_range(user_name, "172.58.0.0/16")
)