Edit filter management

Jump to navigation Jump to search

Differences between versions

ItemVersion from 08:14, 19 September 2015 by Samwalton9Version from 15:53, 13 July 2016 by Samtar
Basic information
Notes:
 
Attempt to design a filter for continuous abuse on a handful of BBC articles
 
Attempt to design a filter for continuous abuse on a handful of BBC articles
  
 
Continuous insertion of youtube movies, undoing XLinkBot reverts, etc. etc.  Some links:
 
Continuous insertion of youtube movies, undoing XLinkBot reverts, etc. etc.  Some links:
 
* http://www.youtube.com/watch?v=CmDKMm1ohhA (now blacklisted)
 
* http://www.youtube.com/watch?v=CmDKMm1ohhA (now blacklisted)
 
* http://www.youtube.com/watch?v=Dh3G55qW9-o
 
* http://www.youtube.com/watch?v=Dh3G55qW9-o
 
* http://www.youtube.com/watch?v=kWls27cHc-A
 
* http://www.youtube.com/watch?v=kWls27cHc-A
  
 
Setting to warn and disallow, I hope he does not switch to another video provider .. but that is quickly enough seen.
 
Setting to warn and disallow, I hope he does not switch to another video provider .. but that is quickly enough seen.
  
 
-Disabled/Deleted, performance -Prodego
 
-Disabled/Deleted, performance -Prodego
 
-? -> re-enabled --Beetstra
 
-? -> re-enabled --Beetstra
 
-> disable for performance, let youtube/blacklist do this
 
-> disable for performance, let youtube/blacklist do this
  
 
rmv tags from disabled filter - Cen
 
rmv tags from disabled filter - Cen
  
 
mark as deleted, disabled for more than a month, no more discussion/testing - Cen
 
mark as deleted, disabled for more than a month, no more discussion/testing - Cen
  
 
Modifying and reinstating, see [[User:David Beals]] and socks --NW 7/25/2014
 
Modifying and reinstating, see [[User:David Beals]] and socks --NW 7/25/2014
 
optimize RF 2014-02-17
 
optimize RF 2014-02-17
 
rv self, claims to be using an average of 640 conditions in 0,35 ms. Looks like a bug in condition counting, but nonetheless.../
 
rv self, claims to be using an average of 640 conditions in 0,35 ms. Looks like a bug in condition counting, but nonetheless.../
 
Re-optimize and add test for "youtu.be" RF 2015-07-11
 
Re-optimize and add test for "youtu.be" RF 2015-07-11
 
Why is this not checking IPs? RF
 
Why is this not checking IPs? RF
  
 
Removing warning/disabled - doesn't seem to be catching the intended target. --Samwalton9, 19 September 2015
 
Removing warning/disabled - doesn't seem to be catching the intended target. --Samwalton9, 19 September 2015
 +
 +
Checking against IPs --Samtar 13/7/16
Filter conditions
Conditions:
(documentation)
"user" in user_groups & (
+
!("confirmed" in user_groups) & (
 
     user_age < 600 & (
 
     user_age < 600 & (
 
         (
 
         (
 
             added_lines contains "youtube.com" &
 
             added_lines contains "youtube.com" &
 
             !(removed_lines contains "youtube.com")
 
             !(removed_lines contains "youtube.com")
 
         )
 
         )
 
         |
 
         |
 
         (
 
         (
 
             added_lines contains "youtu.be" &
 
             added_lines contains "youtu.be" &
 
             !(removed_lines contains "youtu.be")
 
             !(removed_lines contains "youtu.be")
 
         )
 
         )
 
     )
 
     )
 
)
 
)