Closed EnriqCG closed 3 years ago
Leaving a comment as I rely on packages like this to do my server control with a dashboard. A typescript package for this would be in my best interest to use, so I'm wondering if this was dropped.
Please reach out to me in regards to this typescript port, I'm really hoping that this can be released as I see no other TS ports of source rcon implimentation.
Thanks!
Would be amazing when this branch can be merged after testing, or at least we can add some types to the regular package.
This PR includes some interesting updates (eventually v2.0 of this package).
rcon-srcds
!maximumPacketSize
has been renamed tomaxPacketSize
. This is a breaking change.RCON
class. The socket only initializes after usingauthenticate()
. So you can now define an RCON object without actually opening a connection.disconnect()
method. It's now possible to authenticate and disconnect several times without re-instantiating the RCON object.isConnected()
andisAuthenticated()
methods inside the RCON class.