index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
mixed_unicode.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
move mixed_unicode.py to bitbot-modules
jesopo
2019-09-02
1
-87
/
+0
*
Move all logic related to score reasons until after we've checked if we have
•••
reasons (mixed_unicode.py)
jesopo
2018-11-20
1
-4
/
+4
*
`.items` -> `.items()`
jesopo
2018-11-20
1
-1
/
+1
*
Use `collections.Counter` instea of `itertools.groupby` to group together all
•••
instances, not just consecutive instaces (mixed_unicode.py)
jesopo
2018-11-20
1
-3
/
+3
*
Don't count Unknown towards additional scripts count (mixed_unicode.py)
jesopo
2018-11-20
1
-1
/
+1
*
'AdditonalScript' -> 'AdditionalScript', 'score_reasons' -> 'reasons'
jesopo
2018-11-20
1
-6
/
+6
*
Show reasons for score points (mixed_unicode.py)
jesopo
2018-11-20
1
-6
/
+20
*
Add a point to a message's score for each additional script they use
•••
(mixed_unicode.py)
jesopo
2018-11-20
1
-0
/
+2
*
(for the moment) remove percentage-ising scores (mixed_unicode.py)
jesopo
2018-11-20
1
-2
/
+0
*
TRACE log score with 2 decimal places (mixed_unicode.py)
jesopo
2018-11-20
1
-1
/
+1
*
Keep a track of different scripts in a message, round score to 2 decimal places
•••
(mixed_unicode.py)
jesopo
2018-11-20
1
-1
/
+4
*
Score mixed unicode as a percentage (mixed_unicode.py)
jesopo
2018-11-20
1
-0
/
+3
*
Only TRACE log when score is more than 0 (mixed_unicode.py)
jesopo
2018-11-20
1
-1
/
+3
*
Mixed unicode: Add Cherokee and Tai Le blocks
Evelyn
2018-11-20
1
-0
/
+8
*
Mixed unicode: Ranges expressed in hex, with comments
Evelyn
2018-11-20
1
-5
/
+10
*
Add Coptic range to mixed unicode module
Evelyn
2018-11-20
1
-0
/
+4
*
Detect full-width characters (mixed_unicode.py)
jesopo
2018-11-20
1
-4
/
+7
*
Detect Armenian script (mixed_unicode.py)
jesopo
2018-11-20
1
-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
jesopo
2018-11-20
1
-0
/
+42