1
Fork 0
mirror of https://gitlab.com/Kwoth/nadekobot.git synced 2024-10-02 20:13:13 +00:00
No description
Find a file
Kwoth c86bf6f300 - NadekoBot class renamed to Bot
- Implemented grpc based coordinator. Supports restarting, killing single or all shards, as well as getting current shard statuses. (Adaptation of the one used by the public bot)
- Coord is setup via coord.yml file
- Methods from SelfService which deal with shard/bot restart etc have been moved to ICoordinator (with GrpcRemoteCoordinator being the default implementation atm)
- Vastly simplified NadekoBot/Program.cs
2021-09-06 21:34:46 +02:00
.gitlab Killed history 2021-09-06 21:29:22 +02:00
docs Killed history 2021-09-06 21:29:22 +02:00
src - NadekoBot class renamed to Bot 2021-09-06 21:34:46 +02:00
.gitignore Killed history 2021-09-06 21:29:22 +02:00
.gitlab-ci.yml More cleanup 2021-09-06 21:34:37 +02:00
CHANGELOG.md Killed history 2021-09-06 21:29:22 +02:00
cmd-versions.json Killed history 2021-09-06 21:29:22 +02:00
exe_builder.iss Killed history 2021-09-06 21:29:22 +02:00
LICENSE.md More cleanup 2021-09-06 21:34:29 +02:00
mkdocs-requirements.txt Killed history 2021-09-06 21:29:22 +02:00
mkdocs.yml Killed history 2021-09-06 21:29:22 +02:00
NadekoBot.iss Killed history 2021-09-06 21:29:22 +02:00
NadekoBot.sln More cleanup 2021-09-06 21:34:37 +02:00
NuGet.Config Killed history 2021-09-06 21:29:22 +02:00
README.md Killed history 2021-09-06 21:29:22 +02:00
release.ps1 Killed history 2021-09-06 21:29:22 +02:00

Experimental Branch. Things might break