aboutsummaryrefslogtreecommitdiff
path: root/modules/mixed_unicode.py
Commit message (Collapse)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 haveGravatar jesopo2018-11-201-4/+4
| | | | reasons (mixed_unicode.py)
* `.items` -> `.items()`Gravatar jesopo2018-11-201-1/+1
|
* Use `collections.Counter` instea of `itertools.groupby` to group together allGravatar jesopo2018-11-201-3/+3
| | | | instances, not just consecutive instaces (mixed_unicode.py)
* 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 useGravatar jesopo2018-11-201-0/+2
| | | | (mixed_unicode.py)
* (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 placesGravatar jesopo2018-11-201-1/+4
| | | | (mixed_unicode.py)
* 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 aGravatar jesopo2018-11-201-0/+42
message that mixes scripts (latin, cyrillic, greek, etc) that might be spam