Skip to content

Releases: were491/EasyAuth

Fix some minor things

06 Feb 22:14
e2a793a
Compare
Choose a tag to compare
2.2.3

Make login command more resistant to bruteforcing?

USE THIS FOR TESTING

06 Feb 19:26
4a1ff63
Compare
Choose a tag to compare

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

06 Feb 07:08
75101fa
Compare
Choose a tag to compare

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

06 Feb 07:06
1d43d85
Compare
Choose a tag to compare

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)