You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Send RCON commands using new handler to avoid deadlocking (whoops)
Also use a mutex for RCON to avoid blocking the main session one
Signed-off-by: duck <me@duck.me.uk>
Hooooooge refactor of Admin to use a discordgo-esque interface
Basically ripped the whole thing up and reimplemented it from discordgo with generators and similar and way better decoding
Still a major work in progress, but we're going the right direction now
Signed-off-by: duck <me@duck.me.uk>
Initial release.
This library is far from polished, but it's ready for use on the game query side of things, as well as having a working packet-level interface for the admin port.
Things will probably change rapidly, be warned!