Skip to content

Server fixes, enhancements and refactor

Indra requested to merge develop into master

Changes

  • Command handling
  • UPnP
  • Minidumps
  • RCON

Command handling

There have been changes in the way commands are handled by the server, the same commands are now exposed to both client and the console.

UPnP

The server will now attempt to forward the server port automatically using UPnP if this has been enabled in the configuration and is enabled in the user's router.

Minidumps

On an exception the server will now generate a minidump containing information about the exception, this file can be send to the developers to easier debug exceptions.

RCON

The server can now accept Q3 like RCON packets so commands can be executed remotely , this can be disabled by settings the RconPassword to nothing.

Merge request reports