Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: vimpop/UCraft

Update to 1.21.10

29 Nov 17:49

Choose a tag to compare

UCraft is a minimal Minecraft server in C designed for low-resource systems.

Features

  • Supports Minecraft client 1.21.10
  • Runs on Linux and Windows (MSVC supported)
  • Server-side authentication
  • Secure networking via mbedTLS (see config.h and config_adv.h)

What's Changed

  • Fix mbedtls linking when found by @GhostSHAURMA in #3
  • Fix https.c to actually allow non blocking connection
  • Updated to 1.21.10

New Contributors

Full Changelog: v1.0.1...v1.0.2

Update to 1.21.9

05 Oct 19:52

Choose a tag to compare

UCraft is a minimal Minecraft server in C designed for low-resource systems.

Features

  • Supports Minecraft client 1.21.9
  • Runs on Linux and Windows (MSVC supported)
  • Server-side authentication
  • Secure networking via mbedTLS (see config.h and config_adv.h)

Technical Changes

  • Updated to Minecraft version 1.21.9

Notes

  • Early stage project; expect missing features and bugs

Inital Release

22 Sep 21:25
2c42de5

Choose a tag to compare

UCraft is a minimal Minecraft server in C designed for low-resource systems.

Features

  • Supports Minecraft client 1.21.5
  • Runs on Linux and Windows (MSVC supported)
  • Server-side authentication
  • Secure networking via mbedTLS (see config.h and config_adv.h)

Technical Changes

  • Added Windows/MSVC build support
  • Fixed game logic errors and function types

Notes

  • Early stage project; expect missing features and bugs