From ca3733c45d7049090928d8b73f93a845e6c4d90a Mon Sep 17 00:00:00 2001
From: Lyudmila Vaseva <vaseva@mi.fu-berlin.de>
Date: Sun, 17 Mar 2019 10:08:27 +0100
Subject: [PATCH] Write out hidden filters section

---
 article/literature.bib  |  9 +++++++++
 article/proceedings.tex | 43 +++++++++++++++++++++++++----------------
 2 files changed, 35 insertions(+), 17 deletions(-)

diff --git a/article/literature.bib b/article/literature.bib
index d1317f7..bc4f1d4 100644
--- a/article/literature.bib
+++ b/article/literature.bib
@@ -74,6 +74,15 @@
                     \url{https://en.wikipedia.org/wiki/Wikipedia:Edit_filter/False_positives}}
 }
 
+@misc{Wikipedia:EditFilterHelper,
+  key =          "Wikipedia Edit filter helper",
+  author =       {},
+  title =        {},
+  year =         2019,
+  note =         {Retreived March 17, 2019 from
+                  \url{https://en.wikipedia.org/wiki/Wikipedia:Edit_filter_helper}}
+}
+
 @misc{Wikipedia:EditFilterInstructions,
   key =          "Wikipedia Instructions for Introducing a New Edit Filter",
   author =       {},
diff --git a/article/proceedings.tex b/article/proceedings.tex
index 4167ad8..8796a30 100644
--- a/article/proceedings.tex
+++ b/article/proceedings.tex
@@ -1049,30 +1049,39 @@ data is still not enough for us to talk about a tendency towards introducing mor
 
 \subsection{Types of edit filters}
 
-\textbf{Hidden filters}
+We can sort filters into categories along various criteria.
+
+\subsubsection{Public and Hidden Filters}
+
+The first noticeable typology is along the line public/private filters.
+
+It is calling attention that nearly 2/3 of all edit filters are not viewable by the general public.
+
+The guidelines call for hiding filters ``only where necessary, such as in long-term abuse cases where the targeted user(s) could review a public filter and use that knowledge to circumvent it.''~\cite{Wikipedia:EditFilter}.
+Further, they suggest caution in filter naming and giving just simple description of the overall disruptive behaviour rather than naming specificuser that is causing the disruptions.
+(The later is not always complied with, there are indeed filters named after the accounts causing a disruption.)
+
+Only edit filter editors (who have the \emph{abusefilter-modify} permission) and editors with the \emph{abusefilter-view-private} permission can view hidden filters.
+The later is given to edit filter helpers - editors interested in helping with edit filters who still do not meet certain criteria in order to be granted the full \emph{abusefilter-modify} permission, editors working with edit filters on other wikis interested in learning from the filter system on English Wikipedia, and Sockpuppet investigation clerks~\cite{Wikipedia:EditFilterHelper}.
+As of March 17, 2019, there are 16 edit filter helpers on EN Wikipedia~\footnote{\url{https://en.wikipedia.org/wiki/Special:ListUsers/abusefilter-helper}}.
+Also, all administrators are able to view hidden filters.
+
+There is also a designated mailing list for discussing these: wikipedia-en-editfilters@lists.wikimedia.org.
+It is specifically indicated that this is the communication channel to be used when dealing with harassment (by means of edit filters)~\cite{Wikipedia:EditFilter}.
+It is signaled, that the mailing list is meant for sensitive cases only and all general discussions should be held on-wiki~\cite{Wikipedia:EditFilter}.
+
+begin{comment}
 \url{https://en.wikipedia.org/wiki/Wikipedia:Edit_filter}
 "Non-admins in good standing who wish to review a proposed but hidden filter may message the mailing list for details."
 // what is "good standing"?
 // what are the arguments for hiding a filter? --> particularly obnoctious vandals can see how their edits are being filtered and circumvent them; security through obscurity
-"Filters should only be hidden where necessary, such as in long-term abuse cases where the targeted user(s) could review a public filter and use that knowledge to circumvent it. Filters should not generally be named after abusive editors, but rather with a simple description of the type of abuse, provided not too much information is given away."
-// are users still informed if their edit triggers a hidden filter?
+// are users still informed if their edit triggers a hidden filter? - most certainly; the warnings logic has nothing to do with whether the filter is hidden or not
 
-"For all filters, including those hidden from public view, a brief description of what the rule targets is displayed in the log, the list of active filters, and in any error messages generated by the filter. "
+"For all filters, including those hidden from public view, a brief description of what the rule targets is displayed in the log, the list of active filters, and in any error messages generated by the filter. " //yeah, well, that's the public comment, aka name of the filter
 
 "Be careful not to test sensitive parts of private filters in a public test filter (such as Filter 1): use a private test filter (for example Filter 2) if testing is required."
 
-\url{https://en.wikipedia.org/wiki/Wikipedia:Edit_filter}
-"all administrators can view private filters"
-
-harassment! mailinglist
-"If it would not be desirable to discuss the need for a given edit filter on-wiki, such as where the purpose of the filter is to combat harassment by an abusive banned user who is likely to come across the details of the request, edit filter managers can be emailed directly or on the wikipedia-en-editfilters mailing list at wikipedia-en-editfilters@lists.wikimedia.org."
-
-\url{https://lists.wikimedia.org/mailman/listinfo/wikipedia-en-editfilters}
-"private mailing list used by English Wikipedia edit filter managers, "
-"primarily for discussing hidden filters."
-"The mailing list should not be used as a venue for discussions that could reasonably be held on-wiki."
-
-There's also separate documentation of long term abuse (see notes)
+\end{comment}
 
 \subsection{Types of edit filters: Manual Classification}
 
@@ -1090,7 +1099,7 @@ Following filter categories have been identified (sometimes, a filter was labele
   - silly vandalism (e.g. repeating characters, inserting swear words)
   - spam
   - sockpuppetry
-  - long term abuse
+  - long term abuse // there seems to be separate documentation for this, see notes;
   - harassment/personal attacks
     - doxxing
     - impersonation
-- 
GitLab