Index: trunk/extensions/UsernameBlacklist/UsernameBlacklist |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | USERNAME BLACKLIST EXTENSION |
3 | 3 | |
4 | 4 | Version 1.2 |
5 | | - � 2006 Rob Church |
| 5 | + © 2006 Rob Church |
6 | 6 | |
7 | 7 | This is free software licensed under the GNU General Public License. Please |
8 | 8 | see http://www.gnu.org/copyleft/gpl.html for further details, including the |
— | — | @@ -26,8 +26,8 @@ |
27 | 27 | is checked against and enforced during new account creation. |
28 | 28 | |
29 | 29 | Privileged users are permitted to override the blacklist when creating accounts |
30 | | -manually. By default, this permission is available to sysops, but can be restricted |
31 | | -further or removed to prevent any override. |
| 30 | +manually. By default, this permission is available to sysops, but can be |
| 31 | +restricted further or removed to prevent any override. |
32 | 32 | |
33 | 33 | The blacklist accepts simple text and more powerful regular expressions, for |
34 | 34 | matching against particular patterns of usernames. |
— | — | @@ -96,8 +96,9 @@ |
97 | 97 | Make extension compatible with MediaWiki 1.5.8 |
98 | 98 | Allow commenting out lines in the blacklist with # |
99 | 99 | 1.2 |
100 | | - Use a class based code structure and rewrite some code to scrape up milliseconds |
101 | | - Allow users with the "uboverride" permission to pass the blacklist (manual acct. creation) |
| 100 | + Rewrite code for performance |
| 101 | + Allow users with the "uboverride" permission to pass the blacklist |
| 102 | + (manual account creation) |
102 | 103 | |
103 | 104 | == 8. Thanks... == |
104 | 105 | |