Commit Graph

413 Commits

Author SHA1 Message Date
mmorrison 4c18b6a3fd Add support for FiveM closes #55 2017-08-10 06:49:42 -05:00
mmorrison c30339d866 1.0.35 2017-08-10 06:00:59 -05:00
mmorrison 5fd8318efb Treat duplicate matching challenge keys in valve proto as non-fatal resolves #58 2017-08-10 06:00:33 -05:00
mmorrison 148b295dc8 1.0.34 2017-08-09 05:41:43 -05:00
mmorrison c0548fb886 Minor cleanup to satisfy code inspection 2017-08-09 05:41:30 -05:00
mmorrison 20b012ba80 1.0.33 2017-08-09 05:32:49 -05:00
mmorrison 3674d384d0 Convert tabs to spaces 2017-08-09 05:32:09 -05:00
mmorrison 0dd25bfcda 1.0.32 2017-08-09 05:27:46 -05:00
mmorrison 2a1ec71bc2 Remove script from v1 testing 2017-08-09 05:27:36 -05:00
mmorrison 0c7c68f63f 1.0.31 release 2017-08-09 05:26:17 -05:00
mmorrison b015d58a0a Fixes for ase, geneshift, minecraftping, and quake 2 arising from cleanup 2017-08-09 05:04:32 -05:00
mmorrison 14aa56714f Fixed hexen 2 and heretic 2 (finally found some servers to test against) 2017-08-09 04:36:38 -05:00
mmorrison f63e5f8da6 v1 targeting node 6 to ensure proper es6 support 2017-08-09 04:10:56 -05:00
mmorrison 69288baebc Upgrade syntax of everything to more modern javascript 2017-08-09 04:05:55 -05:00
mmorrison f8d903b982 0.2.30 2017-08-08 23:04:30 -05:00
mmorrison 093d8d5ff1 Bump dependencies to latest of major version spec 2017-08-08 23:04:10 -05:00
mmorrison 7d9f0750ee Touch with npm 5 2017-08-08 22:59:13 -05:00
mmorrison 7e77f36667 0.2.29 2017-08-08 22:55:51 -05:00
mmorrison a2f3ddf845 Regenerate README 2017-08-08 22:55:26 -05:00
Michael Morrison 431cae73db Merge pull request #56 from twamp22/master
Added GoldenEye:Source using Valve protocol
2017-08-08 22:35:33 -05:00
Michael Morrison b025987aa8 Merge pull request #57 from Bosek/master
Added Day of Infamy to README.md
2017-08-08 22:35:13 -05:00
Michael Morrison 57f91f92d1 Merge pull request #62 from ryush00/master
Added Minecraft PE
2017-08-08 22:34:30 -05:00
ryush00 f9ca678aa4 Added Minecraft PE
Minecraft Pocket Edition does not support SRV record. So I separated this one.

Signed-off-by: ryush00 <ryush00@gmail.com>
2017-08-08 13:56:21 +00:00
Bosek 12b06f9142 Changes ArmA Armed Assault to ArmA. Nobody uses Armed Assault name. 2017-06-26 22:16:42 +02:00
Bosek 874ae5faa4 Added Day of Infamy to README.md 2017-06-21 02:39:15 +02:00
twamp22 066c5bae46 Added GoldenEye:Source using Valve protocol 2017-04-18 19:41:31 -07:00
mmorrison ed8a12535e bump version to 0.2.28 2017-03-16 01:44:14 -05:00
mmorrison fc9ab786a3 dos2unix 2017-03-16 01:40:51 -05:00
mmorrison e4a096246d Merge remote-tracking branch 'MattJeanes/master' 2017-03-14 03:56:44 -05:00
mmorrison 7b9fe2161c Add support for promises 2017-03-14 03:40:02 -05:00
Michael Morrison 42df8ed96b Merge pull request #50 from Stead68/master
Add support for Conan Exiles & Primal Carnage: Extinction
2017-02-09 22:48:35 -06:00
Michael Morrison 2fe5696697 Update games.txt 2017-02-09 22:47:51 -06:00
Stead68 5decff2245 Update README.md 2017-02-07 19:32:09 +01:00
Stead68 17f35c826a Update games.txt 2017-02-07 19:31:12 +01:00
Stead68 5a91a8696b Update games.txt 2017-02-07 19:20:18 +01:00
Stead68 496dfdb61e Update games.txt 2017-02-07 19:12:43 +01:00
Stead68 6e5d7d00d7 Update README.md 2017-02-07 19:09:57 +01:00
Michael Morrison 1b108e54de Merge pull request #45 from twamp22/master
Added Hurtworld
2016-11-27 16:39:25 -06:00
twamp22 c51f4d998e Removed Hurtworld TODO, tested and OK 2016-10-17 11:02:38 -07:00
twamp22 62864243e4 Update games.txt 2016-10-17 10:55:19 -07:00
twamp22 394eaebf78 Merge pull request #1 from twamp22/dev
Added Hurtworld to games.txt
2016-10-17 10:52:32 -07:00
twamp22 cb4b81001d Added Hurtworld to README.md 2016-10-17 10:08:07 -07:00
twamp22 b786fef3ed Added Hurtworld to games.txt
game type unknown, valve is guess based on unity3d engine
2016-10-17 09:54:49 -07:00
Michael Morrison d67238cae8 Merge pull request #44 from benmag1/benmag1-patch-1
Fix for 2 vulnerable dependency paths
2016-10-09 15:18:23 -05:00
benmag1 6c55e1da56 Fix for 2 vulnerable dependency paths
node-gamedig currently has a 2 vulnerable dependency, introducing 3 different types of known vulnerabilities.

This PR fixes two vulnerable dependency, introducing [remote memory exposure ](https://snyk.io/vuln/npm:request:20160119) vulnerability in the `request` dependency and [ReDos vulnerability](https://snyk.io/vuln/npm:hawk:20160119) in the `hawk` dependency. 

You can see [Snyk test report](https://snyk.io/test/github/sonicsnes/node-gamedig) of this project for details. 

This PR changes `Package.json` to upgrade `request` to the newer 2.74.0 version, and will fix  the vulnerability listed above.
You can get alerts and fix PRs for future vulnerabilities for free by [watching this repo with Snyk](https://snyk.io/add).

Note this PR fixes all the vulnerabilities introduced trough `request` dependency, in order to be vulnerability free you will need to upgrade ` moment` dependency as well.

Full disclosure: I'm a part of the Snyk team, just looking to spread some security goodness and awareness ;)
2016-09-28 17:59:58 +03:00
Michael Morrison a36b39061b Release 0.2.25 2016-06-03 01:17:06 -05:00
Michael Morrison b9e94f73db Remove rustlegacy and bump README for release 2016-06-03 01:16:44 -05:00
Michael Morrison 5b455786b7 Merge pull request #35 from lukeacl/master
Adjusted Port for Rust to remove offset by 1.
2016-06-03 01:14:12 -05:00
Michael Morrison 57985046e5 Update 7d2d default port 2016-06-03 01:14:05 -05:00
Michael Morrison 6893c71612 Merge pull request #40 from xCausxn/patch-1
Typo on 7d2d game txt
2016-06-03 01:13:26 -05:00