aboutsummaryrefslogtreecommitdiff
path: root/tools/convert-unreal-tkl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2024-06-141-0/+1
* tools/convert-unreal-*: Parse input in linear time•••Non-trivial string slicing on CPython makes a copy of the string, making the overall parsing run in quadratic time. For example, assuming an average field size of 10 bytes, parsing a 1MB file on my computer would take 70s in slicing alone. Gravatar Valentin Lorentz2024-06-111-17/+8
* Add some tools for converting UnrealIRCd databases to InspIRCd.Gravatar Sadie Powell2024-06-111-0/+137