Commit graph

99 commits

Author SHA1 Message Date
techmetx11
dcda9f16ae
Merge pull request #80 from squatica/squatica-patch-2
new player (27b58bb9)
2025-07-23 16:36:59 +00:00
squatica
8566a297e9
Update consts.rs
applied patch from @Eldemarkki

https://github.com/iv-org/inv_sig_helper/issues/79#issuecomment-3104374087
2025-07-23 13:41:35 +02:00
TheFrenchGhosty
5d3c7a4574
Merge pull request #78 from pdalancer/hotfix
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
Build and test inv_sig_helper / build (push) Has been cancelled
2025-04-23 16:19:14 +02:00
Minh Le
bde9973409 Refactored REGEX_SIGNATURE_FUNCTION_PATTERNS to match against global variable name for improved generality and compatibility. 2025-04-23 18:46:23 +07:00
Minh Le
168521dee9 add new regex for signature func 2025-04-23 09:16:36 +07:00
Minh Le
f3f9cc95e7 Temporarily fix random name for sig_code; more debugging needed to identify new sig code. 2025-04-23 07:54:59 +07:00
Minh Le
afee0555fb Merge branch 'hotfix' of github.com:pdalancer/inv_sig_helper into hotfix 2025-04-23 07:49:02 +07:00
Minh Le
063df80260 Update for new player id #e71d73e4, new NSIG_FUNCTION_ENDINGS regex, fix crash when no signature func is found, allow NSIG code decryption without sig code 2025-04-23 07:48:52 +07:00
TheFrenchGhosty
9073c15822
Merge pull request #75 from squatica/squatica-patch-1
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
Build and test inv_sig_helper / build (push) Has been cancelled
Update player.rs
2025-04-03 19:36:17 +02:00
squatica
d1fe424830
Update player.rs 2025-04-03 19:18:26 +02:00
TheFrenchGhosty
be3b110da8
Merge pull request #74 from pdalancer/hotfix
Fix regex to extract global var for player ID 73381ccc
2025-04-03 19:04:13 +02:00
Minh Le
99895b6b68 Fix regex to extract global var for player ID 73381ccc 2025-04-03 12:13:11 +07:00
TheFrenchGhosty
1c70bf6375
Merge pull request #71 from pdalancer/master
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
Build and test inv_sig_helper / build (push) Has been cancelled
2025-03-27 05:00:51 +01:00
Minh Le
c7be037599 Fix regex to extract var for sig and nsig in function for player ID 4fcd6e4 2025-03-26 11:25:12 +07:00
TheFrenchGhosty
318e555b2b
Merge pull request #70 from pdalancer/master
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
Build and test inv_sig_helper / build (push) Has been cancelled
add fix for new player_id 363db69b, change some debug log
2025-03-25 04:55:23 +01:00
Minh Le
66b46f11dd add fix for new player_id 363db69b, change some debug log 2025-03-25 10:02:31 +07:00
TheFrenchGhosty
7c783f9cc1
Merge pull request #69 from pdalancer/master
Fix nsig and sig extraction, and add various debug logs
2025-03-25 02:35:24 +01:00
Minh Le
d207b555f2 fix nsig and sig extraction, add various debug 2025-03-25 07:52:53 +07:00
TheFrenchGhosty
add99d6a65
Merge pull request #64 from Mnky313/master
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
Build and test inv_sig_helper / build (push) Has been cancelled
Fix player.rs regex failing to match when helper_object_name contains $
2025-02-26 02:15:22 +01:00
Katzteam
372fddae5a Remove debug print output 2025-02-25 16:03:23 -05:00
Katzteam
7bd1da9e65 Update player.rs to properly match helper_object_names that contain $ 2025-02-25 16:01:12 -05:00
Katzteam
fd88601ee2 Revert change, didn't fix 2025-02-25 15:49:43 -05:00
Katzteam
7d47426159 Test fix for $ not matching in sig_function_body 2025-02-25 15:47:28 -05:00
techmetx11
35bc77247b
Merge pull request #62 from Mnky313/master
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
Build and test inv_sig_helper / build (push) Has been cancelled
Fix for player.rs panic / hardcoded player_id
2025-02-15 18:00:50 +00:00
Katzteam
e51143397b
Make player_id not mutable
Changes it back to how it was pre #61 temp fix merge
2025-02-13 08:47:52 -05:00
Katzteam
67450b4496
revert change to set player_id twice. 2025-02-13 08:45:03 -05:00
Katzteam
c9ac9cc0bb
Update src/player.rs
Co-authored-by: wnm210 <matt@nove.team>
2025-02-13 08:24:29 -05:00
Katzteam
b1c8d8d762 Remove temporary fix for player_id 2025-02-12 21:33:01 -05:00
Katzteam
6f97a4d2c2 Update regex to match $ in function name 2025-02-12 21:32:15 -05:00
TheFrenchGhosty
8cbe1e74be
Merge pull request #61 from wnm210/master
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
Build and test inv_sig_helper / build (push) Has been cancelled
Temporary workaround for player.rs
2025-02-12 04:09:45 +01:00
wnm210
e4e217e229
fix: set proper player id 2025-02-11 23:53:42 +00:00
alive4ever
8bca6ef836
consts: fix n sig regex pattern (#53)
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
Build and test inv_sig_helper / build (push) Has been cancelled
Fix regex pattern extraction for player 6e1dd460.
No fatal error, since the second regex pattern works.
2025-02-07 23:26:20 +01:00
Matt Moriarity
ac006283c0
update Cargo.lock (#57) 2025-02-07 23:25:36 +01:00
TheFrenchGhosty
4083590677
Update consts.rs
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
Build and test inv_sig_helper / build (push) Has been cancelled
2025-01-31 03:52:39 +01:00
Cullum Smith
614e2e2b49
Fix build on FreeBSD targets (#40)
When running on FreeBSD, bump the rquickjs version to 0.6.2 (the next
version that manages to build successfully).

Fixes #33
2025-01-03 11:35:36 +01:00
Caian Benedicto
63a8d8166f
Add optional socket permissions argument (#50) 2025-01-03 10:52:00 +01:00
techmetx11
7809bedfbf
Merge pull request #49 from alive4ever/fix-signature-regex
Fix signature regex
2024-12-24 17:49:47 +00:00
alive4ever
6045b5635a signature fix for new player
Tested on player version 03dbdfad
2024-12-24 07:11:09 +00:00
alive4ever
9d300d7bd3 Revert "Apply patch from #36 (thanks @lifo9)"
This reverts commit ac0269f158.
2024-12-24 07:11:09 +00:00
alive4ever
b8c4286637 Revert "Fix REGEX_HELPER_OBJ_NAME"
This reverts commit 5eff8076ad.
2024-12-24 07:11:09 +00:00
alive4ever
4b8e6bd558 Revert "Fix REGEX_HELPER_OBJ_NAME round 2"
This reverts commit 3b0c081209.
2024-12-24 07:11:09 +00:00
techmetx11
74e879b54e
Merge pull request #47 from lifo9/fix-regex-helper-obj-name-2
Fix REGEX_HELPER_OBJ_NAME - round 2
2024-12-17 20:21:56 +00:00
Jakub Filo
3b0c081209 Fix REGEX_HELPER_OBJ_NAME round 2 2024-12-17 21:13:41 +01:00
techmetx11
23932bfa05
Merge pull request #43 from lifo9/lifo/fix-regex-helper-obj-name
Fix REGEX_HELPER_OBJ_NAME
2024-12-16 18:24:12 +00:00
Jakub Filo
5eff8076ad Fix REGEX_HELPER_OBJ_NAME 2024-12-16 19:08:30 +01:00
techmetx11
ac0269f158
Apply patch from #36 (thanks @lifo9) 2024-12-10 10:02:28 +01:00
Emilien
ef11b83a97 Revert "Enable quickjs bindgen so bindings built for unsupported targets (#34)"
This reverts commit bd228b11f9.

This fix the build on Docker
2024-11-17 16:10:46 +01:00
yo000
bd228b11f9
Enable quickjs bindgen so bindings built for unsupported targets (#34) 2024-11-17 15:20:11 +01:00
techmetx11
5025e49e61
Merge pull request #24 from friedkiwi/fix-logging
Implement logging
2024-09-24 13:07:28 +00:00
Yvan Janssens
3b3b858f4e Update README.md to document logging config. 2024-09-24 13:56:36 +02:00