Matttor
Matttor
This also takes care of the password logging issue by writing to .netconnection directly, no Socket issues, we use node:net Improved error logging, you should get less general complaints about...
fixes issues 262, 260, 200
I have sandboxed this against a live server, over 1 million requests and responses with 0% failure. While legacy version in the sandbox failed within the first 100,000 as the...
this.autoReconnectDelay = options.autoReconnectDelay || 5000; seems incorrect? - followed the core/rcon.js file, however it seems to be passed, autoReconnectInterval: this.options.rconAutoReconnectInterval from squad-server/index.js
I hope to push the latest version within a few days, it has had the reject/resolves cleaned up and some other minor tweaks, however for most people outwardly it will...
> Is this going to be merged? Looking to potentially use SquadJS but would like to see these issues closed out first for stability. Thanks! If you are able to...
Can confirm it runs fine with Node 16.9.0 However I never checked or wrote it using that documentation from that version
Not sure what happened there, delete 99 to 169, also I have some minor fixes: change the oversize buffer value to suit squad rcon (4096 is too small) if (length...
I understand now, to resolve this conflict by re-adding lvl 4 pwd vBlog; #sendAuth() { Logger.verbose("RCON", 1, `Sending Token to: ${this.host}:${this.port}`); Logger.verbose('RCON', 4, `Writing packet with type "${this.type.auth}" and body...
Have made the changes, this is now inline with the version people have been using, + the lvl 4 pw logging etc