Releases: were491/EasyAuth
Fix some minor things
USE THIS FOR TESTING
Almost everything should be good now. Version number not bumped because I'm lazy idk
this is DEFINITELY not SemVer compliant
[BROKEN] Insta-Kicking + TL
This doesn't work right now since you don't actually get kicked on join (after the first kick) and after that a lot of things go wrong. also it doesn't shut down properly because i was stupid and forgot to close the thread pool. oh and i need to bump the version number sometime too
note to self: put code in checkCanPlayerJoinServer rather than in onPlayerJoin
also my lang files are broken
Todo: How does it respond to shut-downs especially sudden ones? will it save properly? (<-- probably resets to 0) does it hang the server? (yes)
[OLD] the initial changes which fixed the issue
basically the first commit only, to the main branch.
Changes:
- Incrementing the number of login attempts should hopefully be more thread safe.
- The server properly cools down after you enter too many attempts, default 120 seconds.
That's actually pretty much it.
Issues with this version:
- Forgot to bump version number for the actual file
- MaxLoginTries=1 doesn't work as expected (you have to wait 2 mins. between each login try instead of 0 seconds)