Skip to content

Releases: bivashy/MC-Auth-with-Link

1.8.0-RC1

03 Dec 21:56
9a7a6aa
Compare
Choose a tag to compare
1.8.0-RC1 Pre-release
Pre-release

Additions

  1. Discord Role Update Toggling: Integrated with the DISCORD_LINK authentication step, allowing for synchronization of Discord roles based on in-game actions.
  2. Admin Panel UI Messages: New user interface elements added to the admin panel, including admin-panel-linked-accounts, admin-panel-accounts, and others, enhancing the administrative experience.
  3. NanoLimboPlugin Support: Automatic creation of a limbo state for authentication servers when they don't exist, improving server management efficiency.
  4. Configuration Changes: Added new fields relevant to recent feature updates and reformatted some existing messages in MINIMESSAGE format for better clarity.
  5. Cooldowns for Database-Intensive Commands: Introduced cooldowns for commands like changepassword that interact heavily with the database, optimizing performance and server stability.
  6. In-Chat Login/Register Feature: Enabled direct command execution from chat for login/register functions, with a default setting to block the message itself for security and privacy. Thanks to @scaik123!

Fixes

  1. %player_name% Placeholder: Resolved issues with the display of this placeholder in the player-offline message.
  2. Admin Account Linking in Messenger: Admins can now link multiple accounts in the messenger without a limit, enhancing administrative flexibility.
  3. VK Messenger UI: Fixed an issue where the VK buttons displayed a loading wheel for an extended period, now ensuring a smoother user interface experience.

Removal

  1. LimboAPI Support Discontinued: Removed due to the instability and frequent changes in the LimboAPI Maven repository, which caused significant development delays. Removing this dependency has notably improved the build time efficiency in GitHub Actions.

First contributions

@scaik123 - #121

Bug fixes, duration placeholder in the bossbar title

04 Aug 00:31
Compare
Choose a tag to compare

Added:

  • %duration% placeholder in bossbar title

Fixed:

  • /code was not registering when using FROM_GAME in link-confirmation-ways in discord-config.yml
  • Message duplication if other bot writes text in discord
  • Messages was not ephemeral in discord

Discord support

02 Aug 16:01
Compare
Choose a tag to compare

Added:

  • Discord support

Bug fixes

19 Jul 17:02
Compare
Choose a tag to compare

Fixes:

  • Incorrect behaviour of plugin if player registered
  • account-not-found message if user doesn't linked his account, when accessing from admin panel
  • Remove redundant values from configurations
  • Fix bossbar
    Added:
  • LOCAL_LINKED type of list in /accounts command

Bug fixes

06 Jul 15:00
Compare
Choose a tag to compare

Fixes:

  • NullPointerException when linking account
  • /googlecode <code> not passing to the next authentication step

Bug fixes

01 Jul 19:31
Compare
Choose a tag to compare

Fixes:

  • The appearance of duplicate account links in the database, which led to incorrect work of the link confirmation

Bug fixes

20 Jun 19:29
Compare
Choose a tag to compare

Fixes:

  • ConcurrentModificationException in console
  • Google link authentication step incorrect behaviour
  • Invalid behaviour of FROM_GAME link type

Fix migrations

02 Jun 17:23
Compare
Choose a tag to compare

Fixed:

  • Table name of auth_links was not working
  • Migrations from 1.5.0, 1.6.0, 1.7.4

SHA256, MD5 backward compatbility. hash_iteration_count was removed

02 Jun 14:38
Compare
Choose a tag to compare

Fixed:

  • Backward compatibility for SHA256, MD5

Removed:

  • hash_iteration_count from table

AUTHME_SHA256 Fix, UAUTH Added

01 Jun 15:48
Compare
Choose a tag to compare

Added:

  • UAUTH_UNSAFE hashing added

Fixed:

  • AUTHME_SHA256 was not working properly