an hackable headless minecraft client, built with aiocraft
Find a file
alemidev b14ca9d862
feat: automatically attempt reauth when timed out
sometimes MS times out our refresh request, making clients disconnect.
Implemented a retry loop, which will attempt to authenticate up to 5
times (configurable) waiting 60 seconds in between (configurable).
Only timeouts will be handled, any other exception will make it crash
immediately.
2022-08-25 19:42:53 +02:00
src/treepuncher feat: automatically attempt reauth when timed out 2022-08-25 19:42:53 +02:00
.editorconfig style: moved settings into globals 2022-07-06 12:42:29 +02:00
.gitignore Initial commit 2021-11-23 11:24:47 +01:00
LICENSE Initial commit 2021-11-23 11:24:47 +01:00
pyproject.toml packaged new-style 2022-02-20 13:12:50 +01:00
README.md Initial commit 2021-11-23 11:24:47 +01:00
setup.cfg bump version 2022-04-23 14:34:05 +02:00

treepuncher

An hackable Minecraft client, built with aiocraft