feat: system messages, login codes by jacobtread · Pull Request #71 · PocketRelay/Server

Description

This adds a "System Message" functionality to the server which allows it to use the in-game messaging system to send custom message payloads that can be interpreted by the plugin client in order to display messages on the menu terminal rather than just on the scrolling text portion

This also adds APIs for creating and exchanging login codes that are sent through this new messaging system to make logging into the dashboard with Origin accounts easier

Changes

  • System messaging system
  • Login codes API