Last modified: 2006-12-31 00:34:53 UTC
Currently, CheckUser only works on IP ranges of /24 and /16. It would be useful to allow checks of all ranges. In practice, only /17-/23 are probably important, but it is often difficult or impossible to judge the collateral damage of range blocks with out intermediate range checks.
Done with 5044
(I.e., r18552, which committed a patch posted at bug 5044.)
Created attachment 2991 [details] Assign precedening zero # as a var before loop This fixes a serious issue causing the binary numbers to be < 8 char long and distoring the 17-23 range results.
Created attachment 2992 [details] Assign precedening zero # as a var before loop updated my client's svn cache...grrr
Applied r18680 with a couple of tweaks.