cetteup
a2835108d6
fix: ignore cached ports when givenPortOnly is set ( #710 )
...
closes #709
2025-06-09 16:53:45 +03:00
CosminPerRam
e74ae933b3
feat: add requestPlayers option ( #624 )
...
* feat: add option
* docs: alter readme
2024-09-01 16:13:03 +03:00
Pedro Ivo Hudson
1f10ad0608
feat: add checking for older GIDs ( #496 )
...
* feat: add new games.extra.old_id
* add extra.old_id; standard release_year
* add option dontCheckOldIDs
* update naming, README, CHANGELOG
* Update CONTRIBUTING.md
* fix games.js
* add tool for checking duplicates
* update GAMES_LIST
* fix anchor links
* fix notes in generated game list
* Update GAMES_LIST.md
* Update GAMES_LIST.md
* add Game Object Example in CONTRIBUTING
* Update find_id_duplicates.js
* check skipOldIDs only once
* remove old ids; tweaks GAMES_LIST
* add MIGRATION document WIP
* Update GAMES_LIST.md
* update Halo Online name
* revert changes tool/generate
* remove extra line
* Update GAMES_LIST.md
* roll back GAME_LIST
* Update GAMES_LIST.md
* OMG
* WAT
* ok... hopefully the last change
* Update GAMES_LIST.md
* add MIGRATION ids
* roll back CONTRIBUTING
* Update CHANGELOG.md
* update skipOldIDs to checkOldIDs
* Update MIGRATION.md
* add migration note on README
2024-01-22 22:16:58 +02:00
CosminPerRam
1ef09d470b
feat: breadth attempt order ( #486 )
...
* feat: breadth attempt order
* fix: remove stray console log from debugging
2024-01-18 23:11:03 +02:00
CosminPerRam
6746442254
chore: rename maxAttempts option to maxRetries ( #485 )
...
* chore: rename maxAttempts to maxRetries
* fix: typo
2024-01-18 01:15:48 +02:00
CosminPerRam
b48a4398cd
feat: port caching ( #478 )
...
* feat: port caching
* feat: dont store in cache if disabled
2024-01-17 23:23:20 +02:00
Pedro Ivo Hudson
1f0563f7d2
feat: make port_query_offset accept a number or an array of numbers ( #471 )
...
* feat: add port_query_offset_alt
* feat: port_query_offset can now handle arrays of numbers
* back to previous state
* refactor gameQueryPortOffset ifs
* simpler code
2024-01-17 23:14:01 +02:00
CosminPerRam
5ae12dd494
feat: strip Colors ( #469 )
2024-01-16 01:39:07 +02:00
CosminPerRam
6e6d140b7a
fix: remove deno hacky fixes ( #452 )
...
* fix: remove deno hacky fixes
* fix: upgrade deno workflow from 1.x to 1.39.2
2024-01-06 15:46:02 +02:00
CosminPerRam
ce4cddb87f
feat: remove games.txt and replace it with an in-code solution ( #407 )
...
* feat: remove games.txt and replace it with an in-code solution
* docs: update changelog
* chore: add todo comment regarding weird game ids to rename
* fix: generate games list md file
* fix: gemerate games list file to alphabetical id order
* fix: update changelog to note removal of some game ids and add geneshift alternative
2023-11-19 02:59:31 +02:00
CosminPerRam
cee42e7a88
chore: Convert all files to LF endings ( #400 )
...
* Convert to LF?
* Modify gitattributes
* Force LF
* Git --renormalize
* Update .gitattributes to enforce eol=lf
* Redo CRLF -> LF on remaining files
2023-11-12 13:14:43 +02:00
Tom
01794f6339
Add support for running using deno ( #362 )
...
* Add missing CRLF line ending
* Add support for running using deno
Prefix node imports with "node:" and gate a socket API that is not
implemented in [deno](https://deno.land ) so that the library can be used
there. This should not break node and doesn't in my brief testing.
2023-10-10 12:25:57 +03:00
CosminPerRam
93a9095d99
Add eslint ( #364 )
...
* Add initial prettier and eslint configs
* Modify prettierrc
* Run eslint on everything
* Actually remove prettier
* Fix some eslints
* Remove label in gs2
* Update CHANGELOG
* Update eslintrc to specify es2021
2023-09-19 19:52:35 +03:00
CosminPerRam
ad9adff06c
Move to ES6 module ( #357 )
...
* Redo imports and exports for lib
* Redo imports and exports for bim
* Redo imports and exports for games
* Remove remaining module.exports
* Use export default in lib
* Use export default in protocols
* Fix import in genreadme.js
* Make package module and solve __dirname
* Fix minecraft protocol imports
* Fix imports on games and make binary runnable
* Renamed protocol class exports to lowercase
* Export promises class as default
* Update README.md to use imports instead of require
* Update CHANGELOG to mention the changes.
* Remove Valve unused imports
* Fix iconv import
2023-09-14 23:28:31 +03:00
CosminPerRam
5b01e1be17
Replace deprecated substr with substring ( #355 )
...
* Make the QueryRunner more readable
* Remove use of deprecated substr and replace with substring, and some formatting
2023-09-13 17:31:58 +03:00
cetteup
3c38fe48fe
feat: Allow direct control of IP family to be returned by DNS lookup
...
implements #306
2022-12-13 10:46:43 +01:00
Michael Morrison
ce4e728493
Add support for udp bind port override (3.0.5) Fixes #149
2021-05-18 23:13:18 -05:00
Michael Morrison
fe124a4487
Bring discord protocol up to date with gamedig 3.0
2021-05-18 22:33:36 -05:00
cetteup
a362d1d113
Added givenPortOnly user option
...
Allows user to disable gamedig's default behavior of adding query attempts using the default query port(-offset)
2020-08-24 20:27:44 +02:00
mmorrison
f0a24b8f65
Use @types/node@8.0.0 to validate (and fix) small node 8 api issues
2019-02-19 21:15:34 -06:00
mmorrison
dd5dce21db
Improve multi-attempt logging
2019-02-13 22:46:13 -06:00
mmorrison
2a87360a0e
Minor debug logging improvements
2019-01-20 04:21:40 -06:00
mmorrison
dfa5c95efc
Remove callback support and global Gamedig.debug option
2019-01-12 22:38:49 -06:00
mmorrison
e937c725bb
More async
2019-01-12 05:45:09 -06:00
mmorrison
29ce0b82d0
Additional async rewrite
2019-01-12 04:43:36 -06:00