Skip to content

Refactored veloren-chat-cli to have better error handling

Ben Wallis requested to merge xvar/chat-cli-default-port into master
  • By opening this merge request, you agree to release your code and all other changes under the GPL 3 license and to abide by the terms set by this license.
  • Significant changes of this merge request have been added to the changelog.
  • Refactored chat CLI to properly handle login errors and allow re-entry of details upon network or credential errors
  • Added InitialPlayerListReceived front-end event to allow the chat CLI to only print the online players list once it's received it (fixes empty players list upon connection)
  • If no port is specified for the server address in the chat CLI the default port of 14004 is appended

Merge request reports