New features
agents info
command can list information about a specific agent, and paired with the--build
flag, can show the build option values that the agent was compiled with- A profile for each listener (http, https, tcp) is inserted to the DB on server initialisation. This is so that remote players know which ports the server uses for different types of communication.
What's Changed
host
andport
build parameters renamed tolhost
andlport
- Save compile options + create endpoint profiles by @pygrum in #25
Full Changelog: v0.1.0...v0.1.1