Skip to content

Releases: St-Mary/Coral

v1.0.19

09 Jun 20:01
Compare
Choose a tag to compare

πŸ‚ Change Logs

All notable changes to this project will be documented in this file.

Resume:

[v1.0.19] - 2024-06-09

Added

  • Adding player constants and make the lib ready for first cassandra poc

Changed

Fixed

v1.0.18

05 May 21:09
Compare
Choose a tag to compare

πŸ‚ Change Logs

All notable changes to this project will be documented in this file.

Resume:

[v1.0.18] - 2024-05-05

Added

  • Max health and more clean code

Changed

Fixed

  • Fixed some errors

v1.0.17

02 May 22:56
Compare
Choose a tag to compare

πŸ‚ Change Logs

All notable changes to this project will be documented in this file.

Resume:

[v1.0.17] - 2024-05-03

Added

  • Entities for Database

Changed

Fixed

  • Bump some libs versions because of vulnerabilities

v1.0.16

01 Jan 14:10
Compare
Choose a tag to compare

πŸ‚ Change Logs

All notable changes to this project will be documented in this file.

Resume: This update brings v1 of Login System

[v1.0.16] - 2024-01-01

Added

  • LoginUsingJWT packet
  • GameTest packet
  • JWTUtils

Changed

  • Changed JAR generation, migrating to ShadowJAR lib to include all dependencies

Fixed

  • Bump some libs versions because of vulnerabilities

v1.0.15

30 Dec 22:32
Compare
Choose a tag to compare

πŸ‚ Change Logs

All notable changes to this project will be documented in this file.

Resume: This update brings code cleanup and login result packet.

[v1.0.15] - 2023-12-30

Added

  • LoginResult packet

Changed

  • From Argon2 to BCrypt algorithm
  • Code cleanup

Fixed

v1.0.14

29 Dec 23:06
Compare
Choose a tag to compare

πŸ‚ Change Logs

All notable changes to this project will be documented in this file.

Resume: This update brings code optimisation and documentation.

[v1.0.14] - 2023-12-29

Added

  • Docs
  • @NotNull annotations
  • Add handle + Packet Name method for each packets so we just have to @Override them.

Changed

Fixed

v1.0.13

29 Dec 21:14
Compare
Choose a tag to compare

πŸ‚ Change Logs

All notable changes to this project will be documented in this file.

Resume: This update brings SSL support between Cassandra and Luna.

[v1.0.13] - 2023-12-29

Added

  • SSLContextUtils class

Changed

Fixed

v1.0.12

27 Dec 17:28
Compare
Choose a tag to compare

πŸ‚ Change Logs

All notable changes to this project will be documented in this file.

[v1.0.12] - 2023-12-27

Added

  • Utils class
  • Exceptions throwing

Changed

Fixed

v1.0.11

24 Dec 00:13
Compare
Choose a tag to compare

πŸ‚ Change Logs

All notable changes to this project will be documented in this file.

[v1.0.11] - 2023-12-24

Added

  • New Packet: LoginPacket
  • Password encryption system

Changed

Fixed

v1.0.10

23 Dec 17:30
Compare
Choose a tag to compare

πŸ‚ Change Logs

All notable changes to this project will be documented in this file.

[v1.0.10] - 2023-12-23

Added

Changed

Fixed

  • Fix a liib import problem in publish (com.stmarygate.coral.coral instead of com.stmarygate.coral)