Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.2.11 protected
    d058164a · Bump version to 0.2.11 ·
    Release: lazymc v0.2.11
    lazymc 0.2.11
    
    - Add support for Minecraft 1.20.3 and 1.20.4
    - Improve error handling of parsing server favicon
    - Fix typo in log message
    - Update dependencies
    
  • v0.2.10 protected
    e54025f0 · Bump version to 0.2.10 ·
    Release: lazymc v0.2.10
    Bump version to 0.2.10
    
  • v0.2.9 protected
    6622962d · Bump version to 0.2.9 ·
    Release: lazymc v0.2.9
    Bump version to 0.2.9
    
  • v0.2.8 protected
    72d58f05 · Bump version to 0.2.8 ·
    Release: lazymc v0.2.8
    Bump version to 0.2.8
    
    - Add `freeze_process` feature on Unix platforms to freeze a sleeping server rather than shutting it down
    - Update default Minecraft version to 1.19.3
    - Remove macOS builds from releases, users can compile from source
    - Update dependencies
    
  • v0.2.7 protected
    0c69752f · Bump version to 0.2.7 ·
    Release: lazymc v0.2.7
    Bump version to 0.2.7
    
    - Update default Minecraft version to 1.18.1
    - Update dependencies
    
  • v0.2.6 protected
    d7b601d6 · Bump version to 0.2.6 ·
    Release: lazymc v0.2.6
    Bump version to 0.2.6
    
    - Add whitelist support, use server whitelist to prevent unknown users from waking server
    - Update dependencies
    
  • v0.2.5 protected
    69de7a95 · Bump version to 0.2.5 ·
    Release: lazymc v0.2.5
    Bump version to 0.2.5
    
    - Add support Minecraft 1.16.3 to 1.17.1 with lobby join method
    - Add support for Forge client/server to lobby join method (partial)
    - Probe server on start with fake user to fetch server settings improving compatibility
    - Improve lobby compatibility, send probed server data to client when possible
    - Skip lobby join method if server probe is not yet finished
    - Generate lobby dimension configuration on the fly based on server dimensions
    - Fix unsupported lobby dimension configuration values for some Minecraft versions
    - Demote IP ban list reload message from info to debug
    - Update dependencies
    
  • v0.2.4 protected
    0ba46caf · Bump version to 0.2.4 ·
    Release: lazymc v0.2.4
    Bump version to 0.2.4
    
    - Fix status response issues with missing server icon, fall back to default icon
    - Fix incorrect UUID for players in lobby logic
    - Make server directory relative to configuration file path
    - Assume SIGTERM exit code for server process to be successful on Unix
    - Update features in README
    - Update dependencies
    
  • v0.2.3 protected
    1d929648 · Bump version to 0.2.3 ·
    Release: lazymc v0.2.3
    Bump version to 0.2.3
    
    - Add support for `PROXY` header to notify Minecraft server of real client IP
    - Only enable RCON by default on Windows
    - Update dependencies
    
  • v0.2.2 protected
    7da467ff · Bump version to 0.2.2 ·
    Release: lazymc v0.2.2
    Bump version to 0.2.2
    
    - Add server favicon to status response
    
  • v0.2.1 protected
    0715baed · Bump version to 0.2.1 ·
    Release: lazymc v0.2.1
    Bump version to 0.2.1
    
    - Add support for using host names in config address fields
    - Handle banned players within `lazymc` based on server `banned-ips.json`
    - Update dependencies
    
  • v0.2.0 protected
    45105861 · Bump version to 0.2.0 ·
    Release: lazymc v0.2.0
    Bump version to 0.2.0
    
    - Add lockout feature, enable to kick all connecting clients with a message
    - Add option to configure list of join methods to occupy client with while server is starting (kick, hold, forward, lobby)
    - Add lobby join method, keeps client in lobby world on emulated server, teleports to real server when it is ready (highly experimental)
    - Add forward join method to forward (proxy) client to other host while server is starting
    - Restructure `lazymc.toml` configuration
    - Increase packet reading buffer size to speed things up
    - Add support for Minecraft packet compression
    - Show warning if config version is outdated or invalid
    - Various fixes and improvements
    
  • v0.1.3 protected
    5a5fa785 · Bump version to 0.1.3 ·
    Release: lazymc v0.1.3
    Bump version to 0.1.3
    
    - Fix binary release
    
  • v0.1.2 protected
    dde9fdea · Bump version to 0.1.2 ·
    Bump version to 0.1.2
    
    - Add Linux ARMv7 and aarch64 releases
    - RCON now works if server is running while server command already quit
    - Various RCON tweaks in an attempt to make it more robust and reliable (cooldown, exclusive lock, invocation spacing)
    - Increase server monitoring timeout to 20 seconds
    - Improve waiting for server logic when holding client
    - Various fixes and improvements
    
  • v0.1.1 protected
    2af20945 · Bump version to 0.1.1 ·
    Release: lazymc v0.1.1
    Bump version to 0.1.1
    
    - Make server sleeping errors more descriptive
    - Add server quit cooldown period, intended to prevent RCON errors due to RCON
      server thread something quitting after main server
    - Rewrite `enable-status = true` in `server.properties`
    - Rewrite `prevent-proxy-connections = false` in `server.properties` if
      Minecraft server has non-loopback address (other public IP)
    - Add compile from source instructions to README
    - Add Windows instructions to README
    - Update dependencies
    - Various fixes and improvements
    
  • v0.1.0 protected
    5d981f80 · Bump version to 0.1.0 ·
    Release: lazymc v0.1.0
    Bump version to 0.1.0
    
    - Initial release