Skip to content

Releases: lax1dude/eaglerxserver

EaglercraftXServer v1.0.7

29 May 23:29

Choose a tag to compare

Release 1.0.7

Changelog:

  • Fix protocol module OOM vulnerability
  • Fix multi-packet DoS vulnerability
  • Additional packet validation
  • Fix duplicate username issue on BungeeCord
  • Add logging options for origins, brands, etc

Thank you to @AnarchadiaMC for actually reporting the first two vulnerabilities instead of being a dick

Brought to you by @lax1dude and @ayunami2000

  • EaglerXServer.jar - The core EaglercraftXServer plugin for Spigot, BungeeCord, and Velocity
  • EaglerXRewind.jar - Add support for Eaglercraft 1.5.2 by translating the packets to 1.8 like ViaVersion
  • EaglerXBackendRPC.jar - Access the API of a BungeeCord/Velocity eagler server from Spigot
  • EaglerMOTD.jar - A port of the EaglerMOTD plugin to the EaglercraftXServer API
  • EaglerWeb.jar - Allows you to host files via HTTP from your server address
  • EaglerXPlan.jar - Plan player analytics extension for Eaglercraft players
  • EaglerXSupervisor.jar - Standalone "supervisor" daemon for multi-proxy setups

EaglercraftXServer v1.0.6

22 May 20:44

Choose a tag to compare

Release 1.0.6

Changelog:

  • Embed the SQLite driver inside the plugin

Brought to you by @lax1dude and @ayunami2000

  • EaglerXServer.jar - The core EaglercraftXServer plugin for Spigot, BungeeCord, and Velocity
  • EaglerXRewind.jar - Add support for Eaglercraft 1.5.2 by translating the packets to 1.8 like ViaVersion
  • EaglerXBackendRPC.jar - Access the API of a BungeeCord/Velocity eagler server from Spigot
  • EaglerMOTD.jar - A port of the EaglerMOTD plugin to the EaglercraftXServer API
  • EaglerWeb.jar - Allows you to host files via HTTP from your server address
  • EaglerXPlan.jar - Plan player analytics extension for Eaglercraft players
  • EaglerXSupervisor.jar - Standalone "supervisor" daemon for multi-proxy setups

EaglercraftXServer v1.0.5

21 May 07:57

Choose a tag to compare

Release 1.0.5

Changelog:

  • Make plugins like nLogin work better
  • Add coupling between the websocket ping frame handler and idle state handler
  • Fix potential handshake issue on BungeeCord
  • Fix compatibility with Spigot 1.8 (HttpHeaders.containsValue)
  • Check for protocol V4 or greater client before invalidating skin

Brought to you by @lax1dude and @ayunami2000

  • EaglerXServer.jar - The core EaglercraftXServer plugin for Spigot, BungeeCord, and Velocity
  • EaglerXRewind.jar - Add support for Eaglercraft 1.5.2 by translating the packets to 1.8 like ViaVersion
  • EaglerXBackendRPC.jar - Access the API of a BungeeCord/Velocity eagler server from Spigot
  • EaglerMOTD.jar - A port of the EaglerMOTD plugin to the EaglercraftXServer API
  • EaglerWeb.jar - Allows you to host files via HTTP from your server address
  • EaglerXPlan.jar - Plan player analytics extension for Eaglercraft players
  • EaglerXSupervisor.jar - Standalone "supervisor" daemon for multi-proxy setups

EaglercraftXServer v1.0.4

13 May 20:34

Choose a tag to compare

Release 1.0.4

Changelog:

  • Bind additional ports on Velocity through a "clone listener" option
  • Actually fixed support for Velocity's SO_REUSEPORT option
  • Fixed a typo in EaglerXRewind's compression stream validation

Note: Be sure to check the release notes for 1.0.3 as well, several other bugs were fixed

Brought to you by @lax1dude and @ayunami2000

  • EaglerXServer.jar - The core EaglercraftXServer plugin for Spigot, BungeeCord, and Velocity
  • EaglerXRewind.jar - Add support for Eaglercraft 1.5.2 by translating the packets to 1.8 like ViaVersion
  • EaglerXBackendRPC.jar - Access the API of a BungeeCord/Velocity eagler server from Spigot
  • EaglerMOTD.jar - A port of the EaglerMOTD plugin to the EaglercraftXServer API
  • EaglerWeb.jar - Allows you to host files via HTTP from your server address
  • EaglerXPlan.jar - Plan player analytics extension for Eaglercraft players
  • EaglerXSupervisor.jar - Standalone "supervisor" daemon for multi-proxy setups

EaglercraftXServer v1.0.3

12 May 22:57

Choose a tag to compare

Release 1.0.3

Changelog:

  • [#6] Fixed issue with Firefox unable to connect
  • [#13] Fixed Plan integration plugin not working
  • Fixed support for Velocity's SO_REUSEPORT option
  • Fixed data race in Bukkit platform initialization
  • Fixed Bukkit platform disconnect function failing in login
  • Fixed rewind incorrectly decoding early kick messages
  • Reduced the complexity of the adapter
  • Made each plugin's gradle project more modular
  • Added gradle tasks to build JARs for specific platforms

Brought to you by @lax1dude and @ayunami2000

  • EaglerXServer.jar - The core EaglercraftXServer plugin for Spigot, BungeeCord, and Velocity
  • EaglerXRewind.jar - Add support for Eaglercraft 1.5.2 by translating the packets to 1.8 like ViaVersion
  • EaglerXBackendRPC.jar - Access the API of a BungeeCord/Velocity eagler server from Spigot
  • EaglerMOTD.jar - A port of the EaglerMOTD plugin to the EaglercraftXServer API
  • EaglerWeb.jar - Allows you to host files via HTTP from your server address
  • EaglerXPlan.jar - Plan player analytics extension for Eaglercraft players
  • EaglerXSupervisor.jar - Standalone "supervisor" daemon for multi-proxy setups

Maven: https://repo.lax1dude.net/repository/releases/

EaglercraftXServer v1.0.2

08 May 01:21

Choose a tag to compare

Release 1.0.2

Changelog:

  • Fixed an issue with very early kick messages
  • Additional thread safety for handshake logic

Brought to you by @lax1dude and @ayunami2000

  • EaglerXServer.jar - The core EaglercraftXServer plugin for Spigot, BungeeCord, and Velocity
  • EaglerXRewind.jar - Add support for Eaglercraft 1.5.2 by translating the packets to 1.8 like ViaVersion
  • EaglerXBackendRPC.jar - Access the API of a BungeeCord/Velocity eagler server from Spigot
  • EaglerMOTD.jar - A port of the EaglerMOTD plugin to the EaglercraftXServer API
  • EaglerWeb.jar - Allows you to host files via HTTP from your server address
  • EaglerXPlan.jar - Plan player analytics extension for Eaglercraft players
  • EaglerXSupervisor.jar - Standalone "supervisor" daemon for multi-proxy setups

Maven: https://repo.lax1dude.net/repository/releases/

EaglercraftXServer v1.0.1

06 May 02:58

Choose a tag to compare

Release 1.0.1

Changelog:

  • [#1] Fixed issue when using xCord
  • Fixed IP forwarding on BungeeCord
  • Fixed V4 clients dropping some packets

xCord Note: If you still have issues after this update, reset the xCord configuration files to their defaults, not all of xCord's features are compatible with EaglercraftXServer. Release 1.0.1 has been confirmed to work on xCord if you use the default configuration files.

Brought to you by @lax1dude and @ayunami2000

  • EaglerXServer.jar - The core EaglercraftXServer plugin for Spigot, BungeeCord, and Velocity
  • EaglerXRewind.jar - Add support for Eaglercraft 1.5.2 by translating the packets to 1.8 like ViaVersion
  • EaglerXBackendRPC.jar - Access the API of a BungeeCord/Velocity eagler server from Spigot
  • EaglerMOTD.jar - A port of the EaglerMOTD plugin to the EaglercraftXServer API
  • EaglerWeb.jar - Allows you to host files via HTTP from your server address
  • EaglerXPlan.jar - Plan player analytics extension for Eaglercraft players
  • EaglerXSupervisor.jar - Standalone "supervisor" daemon for multi-proxy setups

Maven: https://repo.lax1dude.net/repository/releases/

EaglercraftXServer v1.0.0

04 May 23:34

Choose a tag to compare

First release of the EaglercraftXServer suite.

Full documentation will be one of the next steps, the API modules will have a proper javadoc to make development easier.

Brought to you by @lax1dude and @ayunami2000

  • EaglerXServer.jar - The core EaglercraftXServer plugin for Spigot, BungeeCord, and Velocity
  • EaglerXRewind.jar - Add support for Eaglercraft 1.5.2 by translating the packets to 1.8 like ViaVersion
  • EaglerXBackendRPC.jar - Access the API of a BungeeCord/Velocity eagler server from Spigot
  • EaglerMOTD.jar - A port of the EaglerMOTD plugin to the EaglercraftXServer API
  • EaglerWeb.jar - Allows you to host files via HTTP from your server address
  • EaglerXPlan.jar - Plan player analytics extension for Eaglercraft players
  • EaglerXSupervisor.jar - Standalone "supervisor" daemon for multi-proxy setups

Maven: https://repo.lax1dude.net/repository/releases/