aboutsummaryrefslogtreecommitdiff
path: root/modules/mixed_unicode.py
Commit message (Expand)AuthorAgeFilesLines
* move mixed_unicode.py to bitbot-modulesGravatar jesopo2019-09-021-87/+0
* Move all logic related to score reasons until after we've checked if we have•••reasons (mixed_unicode.py) Gravatar jesopo2018-11-201-4/+4
* `.items` -> `.items()`Gravatar jesopo2018-11-201-1/+1
* Use `collections.Counter` instea of `itertools.groupby` to group together all•••instances, not just consecutive instaces (mixed_unicode.py) Gravatar jesopo2018-11-201-3/+3
* Don't count Unknown towards additional scripts count (mixed_unicode.py)Gravatar jesopo2018-11-201-1/+1
* 'AdditonalScript' -> 'AdditionalScript', 'score_reasons' -> 'reasons'Gravatar jesopo2018-11-201-6/+6
* Show reasons for score points (mixed_unicode.py)Gravatar jesopo2018-11-201-6/+20
* Add a point to a message's score for each additional script they use•••(mixed_unicode.py) Gravatar jesopo2018-11-201-0/+2
* (for the moment) remove percentage-ising scores (mixed_unicode.py)Gravatar jesopo2018-11-201-2/+0
* TRACE log score with 2 decimal places (mixed_unicode.py)Gravatar jesopo2018-11-201-1/+1
* Keep a track of different scripts in a message, round score to 2 decimal places•••(mixed_unicode.py) Gravatar jesopo2018-11-201-1/+4
* Score mixed unicode as a percentage (mixed_unicode.py)Gravatar jesopo2018-11-201-0/+3
* Only TRACE log when score is more than 0 (mixed_unicode.py)Gravatar jesopo2018-11-201-1/+3
* Mixed unicode: Add Cherokee and Tai Le blocksGravatar Evelyn2018-11-201-0/+8
* Mixed unicode: Ranges expressed in hex, with commentsGravatar Evelyn2018-11-201-5/+10
* Add Coptic range to mixed unicode moduleGravatar Evelyn2018-11-201-0/+4
* Detect full-width characters (mixed_unicode.py)Gravatar jesopo2018-11-201-4/+7
* Detect Armenian script (mixed_unicode.py)Gravatar jesopo2018-11-201-0/+3
* Add first version of modules/mixed_unicode.py, designed to detect when we get a•••message that mixes scripts (latin, cyrillic, greek, etc) that might be spam Gravatar jesopo2018-11-201-0/+42