UBot old versions (2020-2024, pre-Git) monorepo.
botv2 | ||
botv3 | ||
botv4 | ||
botv5/BotHelperScripts/LoggerHelper | ||
botv6 | ||
botv7 | ||
botv8_alpha1 | ||
botv8_alpha2 | ||
botv8_alpha3 | ||
botv8_alpha4 | ||
botv8_dotdot | ||
botv9_dotdot | ||
botv9_home | ||
botvX_alpha1 | ||
.gitignore | ||
LICENSE | ||
README.md |
Old versions of UBot / Nocombot 2020 (not to be confused with Kittycorp Nocombot). Many (especially before v6) were known as "BabyBot" at the time.
botv1
: does not exist (was corrupted in August 2020)botv2
: botv2 mainline (rewrite because v1 was corrupted, includes shitty Notepad++ "version control" data)botv3
: botv3 mainline (rewrite to avoid clutter in the code, is on version 3.2.14)botv4
: botv4 mainline (rewrite to add multi-server, on version 4.0.0)botv5
: some files from botv5's parser (fork of v4 with plugin support, code deleted, was on version 5.8.6)botv6
: botv6 mainline (rewrite to avoid skidding, on version 6.0.0)botv7
: botv7 mainline (one-off rewrite with plugins in folders among other things, index.js on version 7.0.0-3)botv8-alpha*
: botv8 alphas (2023 rewrite)botv8-dotdot
: botv8 mainline from the bots folder (on version 8.0.0-5)botv9-dotdot
: botv9 old mainline from the bots folder (fork of v8 with the goal to improve codebase to make it open source)botv9-home
: botv9 mainline from my home folderbotvX_alpha1
: old botvX alpha from before Git was used
Note: v2 and v3 require a seperate console app to be running that LISTENS on TCP port 41050. An implementation is in botv2/c.js.