Text filtering on input boxes IMPLEMENTED

Post Reply
Stratego (dev)
Site Admin
Posts: 15752
Joined: Fri Apr 25, 2014 9:28 pm

Text filtering on input boxes IMPLEMENTED

Post by Stratego (dev) »

Text filtering on input boxes
Stratego (dev)
Site Admin
Posts: 15752
Joined: Fri Apr 25, 2014 9:28 pm

Re: Text filtering on input boxes

Post by Stratego (dev) »

it is ready
- profane filtering on messaging
- and other inputs restricted characters (bet value, game name, account name)
TntAttack
Posts: 335
Joined: Mon Feb 22, 2021 5:49 am

Re: Text filtering on input boxes IMPLEMENTED

Post by TntAttack »

Is this the same filter currently on andriod? Because it's not very good, and constantly blocks normal words e.g. "button", "assumption", etc...

I really enjoy have the non character limit and non filter currently in match chat.
User avatar
b2198
Posts: 798
Joined: Mon Aug 30, 2021 5:48 pm
Location: Brazil

Re: Text filtering on input boxes IMPLEMENTED

Post by b2198 »

TntAttack wrote: Tue Mar 28, 2023 10:21 pm Is this the same filter currently on andriod? Because it's not very good, and constantly blocks normal words e.g. "button", "assumption", etc...

I really enjoy have the non character limit and non filter currently in match chat.
It's a tough problem. While I do agree that it blocks way too many normal words (and useful special characters and diacritics as well, like: " <> ' / á ô ñ etc.), it has to be filtered enough to conform to the play store rules (or something like that), since it's rated 10+ there.

The character limit could be extended a bit and more clearly indicated (by not letting you type more than it allows and cutting the rest off, for example) though.
Green is the correct color, other colors are "less correct".
Stratego (dev)
Site Admin
Posts: 15752
Joined: Fri Apr 25, 2014 9:28 pm

Re: Text filtering on input boxes IMPLEMENTED

Post by Stratego (dev) »

there is a whitelist option so if u run into words please start to collect them in this form so i can add to whitelist:
here is current total whitelist

Code: Select all

            "password",
            "pass",
            "assassin",
            "documentation",
            "horsemen",
            "japan",
            "japanese",
            "massive",
            "cumulative",
            "accumulate",
            "cumbersome",
            "ecumenical",
            "circumvent",
            "incumbency",
            "cummerbund",
            "circumcise",
            "circumstances",
            "merrychristmas",
            "christening",
            "unchristian",
            "christiania",
            "rechristens",
            "mischristen",
            "christopher",
            "christmassy",
            "christogram",
            "gallowglass",
            "glass",
            "assasin",
            "grass",
            "association",
            "unsurpassed",
            "associative",
            "impassioned",
            "assemblyman",
            "bumper",
            "bumble",
            "bumped",
            "bummed",
            "bumkin",
            "albums",
            "bumphs",
            "assassinate",
            "immunoassay",
            "subassembly",
            "badass",
            "bummer",
            "closer",
            "dingdong",
            "button",
            "cluster",
            "title",
            "titular",
            "assuming",
            "assassin",
            "assault",
            "class",
            "classy",
            "classroom",
            "jewel",
            "closer",
            "cluster",
            "bump" ,
            "quantity",
            "competition",
            "christmas"
Post Reply

Return to “IMPLEMENTEDs”