https://bugzilla.wikimedia.org/show_bug.cgi?id=62701

            Bug ID: 62701
           Summary: Add hook to make it possible to check other open proxy
                    lists besides $wgProxyList
           Product: MediaWiki
           Version: 1.23-git
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: User blocking
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: nathanlarson3...@gmail.com
       Web browser: ---
   Mobile Platform: ---

I want to add a hook to make it possible to check other open proxy lists
besides $wgProxyList. Specifically, the addProxies.php maintenance script
creates a proxy table, populates it using the
http://www.stopforumspam.com/downloads list, and then checks the user's IP
address against it. That way, it's unnecessary to process the whole file each
time a user edits; it suffices to check the database. See
[[mw:Manual:AddProxies.php#Hack_User.php]].

The implementation I have thus far adds wfRunHooks( 'LocallyBlockedProxy',
array( $ip, &$ret ) ); to User::isLocallyBlockedProxy().

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to