Skip to content

Releases: bivashy/MC-Auth-with-Link

Hotfix

01 Jun 08:35
Compare
Choose a tag to compare

Fixed:

  • New players cannot register
  • Hashing type SHA256, MD5 in rare cases was not backward compatible

Auto config migration, new hashes

31 May 15:39
257a398
Compare
Choose a tag to compare

Added:

  • Command for migrating config: /auth migrateconfig. That will create backup configurations if anything changes.
  • New hashing types: AUTHME_SHA256, SCRYPT, ARGON2

Fixed:

  • Enter confirmation was not working

Fix MiniMessage was not working properly

01 May 10:41
Compare
Choose a tag to compare

Fixed:

  • Exception when we use hex color in config.yml with MiniMessage format

Big changes!

26 Apr 12:23
Compare
Choose a tag to compare

Added:

  1. ENTER_AUTH_SERVER
  2. MiniMessage, Legacy, Gson support in config.yml messages
  3. LimboAPI Support for Velocity
  4. New ways to link: FROM_GAME, FROM_LINK in vk-config.yml, telegram-config.yml

Fixed:

  1. Incorrectly working placeholders
  2. Issues with messages
  3. Errors in consoles
  4. Invalid IP resolvement

Configuration updated!!!

Stable version!

22 Jul 13:57
Compare
Choose a tag to compare

Fixes:

  1. Fixed errors that related to previous configuration update
  2. Fixed title was not appearing
  3. Fixed java.lang.NullPointerException: Cannot invoke "java.io.InputStream.read(byte[])" because "stream" is null error on some linux systems
  4. Fixed java.lang.NullPointerException: Cannot invoke "java.io.InputStream.read(byte[])" because "stream" is null error on windows (Linux also still works)
  5. Fixed decline button in VK configuration
  6. Fixed authors in bungee.yml
  7. Fixed message not-linked with disabled confirmation enter
  8. After enter decline, confirmation was not required
  9. Fixed confirmation enter after reconnecting
  10. Fixed not working colors/styles in bossbar configuration
  11. Fixed error: if user confirm entry, and player offline, error will be occurred.
  12. Fixed error with infinity timed-out link confirmation code
  13. Fixed GoogleAuthentication
  14. Fixed sessions on BungeeCord
  15. Fixed "not working" command errors, now plugin will use messages from configuration on some commands instead of saying: Argument arg[number] was not resolved.

Updates:

  1. Full Velocity support
  2. FastLogin support (Only BungeeCord). (May not work)

Replace apache IOUtils. Bump to BungeeCord 1.19. Configuration fix

11 Jun 10:44
Compare
Choose a tag to compare

Fixes:

  1. Configuration link messages fixed
  2. Apache IOUtils replaced.

Updates:

  1. Telegram Bot now will disabled if multiple bot instances was running (On 409 error code).

Small bug fixes

08 Jun 12:39
Compare
Choose a tag to compare

Fixes:

  1. Now messages related to bungeecord commands will work correctly.
  2. In VK/Telegram confirmation stage player was not kicked.
  3. Fixed bossbar was not properly updating
  4. Fixed bossbar text, now it will be colorized

Telegram link, many bug fixes.

07 Jun 17:29
Compare
Choose a tag to compare

Fixes:

  1. Fixed critical bug that related to /auth
  2. Fixed errors with MySQL
  3. Fixes critical bug that related to messengers
  4. Fixed errors that was in previous version
  5. Small fixes

Added:

  1. Added Telegram support.
  2. Added enter confirmation with Telegram.
  3. "Automatically" change VK group settings. Now plugin need to have token with all permissions and enabled LongpoolAPI.
  4. Now if value doesnt provided in config.yml, it will be taken from default configuration.
  5. Now you can control code/password generating on link confirmation/account restoring: Select characters that will be used in the code/password.
  6. Added not-linked message for the VK, Telegram. They need for notifying about linking account to the messenger.
  7. Added command /entertoggle for the toggling confirmation. In configuration added command confirmation-toggle. (Doesnt important to add)

I apologize for previous version bug.

Many fixes, and custom command support

12 May 16:37
Compare
Choose a tag to compare

Fixes:

  1. Some critical bugs fixed
  2. Admin panel keyboard fix
  3. Accounts list keyboard fix
    Added:
  4. Custom commands with buttons support
    Removed:
  5. Removed deprecated unused classes

First dev release

26 Apr 13:30
Compare
Choose a tag to compare
First dev release Pre-release
Pre-release

Added:

  1. Authentication steps, now you can control confirmation and login steps
  2. Keyboards in json format with placeholders for vk. Now you can change keyboard styles in configuration
  3. /auth reload - Finally you can reload configuration without reloading server (Permission need: auth.admin)
  4. /auth changepass [name] [new-password] - Change player password (Permission need: auth.admin)
  5. /auth reset [name] - Remove player account from database

Changes:

  1. Code 80% refactor. Many things rewrited, and rethinked.
  2. Plugin now uses Lamp library.
  3. Code ready to port on the Velocity, add Telegram, Discord
  4. Some changes in config.yml
  5. Placeholders currently not working, because it`s dev version
  6. IP flags and ip`s currently disabled. It will not be removed in the future
  7. Now plugin uses VK-API 0.3.1 instead of 0.2.3

And many fixes.
This is dev version. Please report to the Issues if you finded bug.