Skip to content

[v1.0.16] Improve username recognition

Compare
Choose a tag to compare
@sebranly sebranly released this 14 Apr 14:51
· 6 commits to main since this release
d137225

Bug fixes:

  • the username recognition is more reliable thanks to two fixes:
    • the list of allowed symbols has been updated from all alphanumeric characters to those included in the known list of human players/CPUs
    • the edit distance algorithm has been updated from a basic Levenshtein distance to a custom one in which close alphanumeric characters (e.g. B and 8) have a score strictly lower than 1 for substitution