Popstarfreas Dimensions Versions Save

The load-balancing and routing service for Terraria Servers

v5.2-beta

5 years ago

New in this release:

  • A Connection Rate Limiter that allows you to specify a limit on connections per second to mitigate

Fixes:

  • Fix an issue with reloading extensions
  • Fix bitsbyte class not updating value
  • Fix blacklist not being reloadable
  • Add missing extension error handling

v5.0.2-beta

5 years ago

This release features:

  • Delay on spawning after switching has been removed (this might be a problem)
  • Server -> Client inventory packets before completing join process have been "corrected" so that they're not deflected back to the server, but rather sent to the client as was intended
  • The place where withheld packets are finally released has been moved

v5.0.1

5 years ago

This release features:

  • Fixes some packets being withheld during the join process permanently

v5.0.0

5 years ago

This release features:

  • Packet writers/readers have been changed internally
    • Writers API are the same
    • Readers API now requires a buffer instead of a string
  • Fixes for some writer methods that would not update packet length

From this release on Dimensions will be using the new Buffer-based packet writers/readers instead of converting between hex strings.

NB Because the API for readers changed, this is a new major release. Any extensions that use the old packet reader will need to be updated.

v4.12.1-buf

5 years ago

This release features:

  • Hex Strings have been swapped out with Buffers which might improve performance

v4.12.1-beta

5 years ago

This release features:

  • Character restoration is now only applied when switching to non-SSC

v4.12.0-beta1

5 years ago

This release features:

  • Prevents players from switching dimensions until they either fully connected to the current one or are disconnected

v4.11.0

6 years ago

This release includes:

  • A connection limiter to set a limit per ip address

v4.10.2

6 years ago

This release features:

  • Uses new reload module for better compatibility (use npm install)
  • Stops restoring inventory when switching between only SSC Dimensions (Fixing #27)

v4.10.1

6 years ago

This release features:

  • Fixes for writing to closed sockets
  • Better support for network text
  • Fixes for name collision kick packet
  • Minimises inventory exploits via Dimension switching by moving inventory updates as close to spawning as possible
  • Updates Dimensions REST default information
  • Updates config example to latest terraria version
  • Get rid of mapping for production build