Skip to content

Releases: NikitaCartes/EasyAuth

2.0.4 Preparing for big changes

11 Nov 22:34
Compare
Choose a tag to compare

2.0.4, Minecraft 1.17.1, 1.18-pre1

  1. With enabled global password player can log in with global password or password set by auth register

2.0.3, Minecraft 1.17.1, 21w37a+

  1. Fix problem with registration (#14)
    • argon2 library split to two libs, and I didn't include one of it
    • Update libraries
  2. Improve hiding in TabList
    • Now premium players shown in it
    • as well as carpet's fake-player

2.0.2, Minecraft 1.17.1

  1. Add setting which hide unauthenticated players from tab list
    • hideUnauthenticatedPLayersFromPlayerList in config.json
    • True by default

2.0.1, Minecraft 1.17.1

  1. Fix problem with MongoDB (#15)
  2. Change config.json:
    • Delete mongoDBCredentials section
    • Add MongoDBConnectionString and MongoDBDatabase in main section

1.9.7 Alias for login and special characters in password

21 Aug 11:54
f2476ad
Compare
Choose a tag to compare
  1. Fix crash on account unregistering
  2. Add alias \l for \login and setting for disabling it
  3. Allow special characters like @,#! in password (you will need to enclose password in quotes if you use them)

There is two version: for 1.17 and 1.17.1

1.9.6 Fix unregister command

20 Aug 12:47
15b9056
Compare
Choose a tag to compare
  1. Fix #11
    • Fix account unregister <password> not unregistering account
    • Fix auth remove <uuid> crashing server on it's stopping

There is two version: for 1.17 and 1.17.1

1.9.5

01 Aug 15:38
9840eef
Compare
Choose a tag to compare

Fix #8:

  • Add teleportationTimeoutInMs setting
  • Limit number of packets server will send to unauthorized players
  • Note: this setting is server-wide so maximum rate would be (1000/teleportationTimeoutInMs) per seconds for all unauthorised players
  • Value 0 would effectively disable this setting so players will be teleported after each packet, but you can expect a lot of incoming and outgoing packets (up to 3000 and more).

1.9.3. Server-side translation

17 Jul 02:05
b7b99c9
Compare
Choose a tag to compare

Changes since from 1.9.0:

  • Server-side translation

  • Changed implementation of supporting SimpleAuth database.

  • Now there is a useSimpleAuthDatabase setting in config.

There is two version: for 1.17 and 1.17.1

1.9.1

15 Jul 10:18
4e51c68
Compare
Choose a tag to compare

Renamed mod and packages.
Add option to use existing SimpleAuth database.

Minecraft 1.17.1 support

11 Jul 00:45
cf3aa11
Compare
Choose a tag to compare
1.9.0

Fix GitHub actions

1.8.2

24 Jun 13:00
5b9fb57
Compare
Choose a tag to compare
Fix forceOfflineUuid

Proper Minecraft 1.17 support

23 Jun 21:44
fdc0a9f
Compare
Choose a tag to compare
1.8.1

Push version

Minecraft 1.17 support

23 Jun 17:46
93704b7
Compare
Choose a tag to compare

I didn't test it at all