Commit Graph

90 Commits

Author SHA1 Message Date
lightbulblighter d6c3848f67
log the response code from Roblox API 2022-06-11 03:40:48 -07:00
lightbulblighter fc64a4002a
hide some stuff under _debug preprocessors 2022-06-11 03:39:32 -07:00
lightbulblighter f9f88d761f
remove redundant cast from Crypt::verifySignatureBase64 2022-06-10 18:34:46 -07:00
lightbulblighter 3c41e4212c
move resource.h 2022-06-07 13:10:48 -07:00
lightbulblighter 3a740c3bfc
use CURLE_OK 2022-06-07 03:07:52 -07:00
lightbulblighter 728567c8fb
Merge branch 'main' of https://github.com/ProjectPolygon/PolygonDLLUtilities 2022-06-07 03:01:27 -07:00
lightbulblighter b5dd095f27
safer Crypt initializer 2022-06-07 03:01:14 -07:00
lightbulblighter 7a1e84e28a
lol oops! 2022-06-07 02:58:04 -07:00
lightbulblighter c2b3e6b0e8
add resource file 2022-06-07 02:54:42 -07:00
lightbulblighter 9c409e24cc
fix some vcpkg stuff 2022-06-07 02:36:37 -07:00
lightbulblighter ac94e2c15b
rename vcpkg project name 2022-06-07 02:29:11 -07:00
lightbulblighter ea8fe4eca1
fix error codes in thumbs redirect 2022-06-07 02:27:09 -07:00
lightbulblighter 572799fa5a
clean up entire solution 2022-06-07 02:20:11 -07:00
lightbulblighter ad730e446c
organize folders 2022-06-07 02:02:20 -07:00
lightbulblighter c1f38fc76a
polishing up everything 2022-06-07 01:47:49 -07:00
lightbulblighter b5b253e69f
verbose libcurl error 2022-06-07 01:11:03 -07:00
lightbulblighter a08bcfa39e
Merge branch 'main' of https://github.com/ProjectPolygon/PolygonDLLUtilities 2022-06-07 01:08:44 -07:00
lightbulblighter 48262dbae3
normalize spacing ;-; 2022-06-07 01:08:26 -07:00
pizzaboxer 3c528474a8 Add hook for full script identity error 2022-06-07 06:03:57 +01:00
lightbulblighter d1493f1182
fix weird edge case 2022-06-06 03:15:30 -07:00
lightbulblighter 9ec7686a6f
finish /Thumbs/ fixes 2022-06-06 02:47:27 -07:00
lightbulblighter d04cbd5ca8
remove openssl 2022-06-05 22:53:30 -07:00
lightbulblighter 0fdd31f1bc
Ryelow chagnes 2022-06-05 19:15:07 -07:00
lightbulblighter 00732af2b2
curl memory leak fixes + dynamically get /Thumbs/Asset.ashx stuff instead of going through the webserver 2022-06-05 18:33:54 -07:00
lightbulblighter f12a0646e0
Merge branch 'main' of https://github.com/ProjectPolygon/PolygonDLLUtilities 2022-06-05 03:13:14 -07:00
lightbulblighter 52c29e9a8c
I hate C++! 2022-06-05 03:13:03 -07:00
pizzaboxer 7e1b7a3bf0 Merge branch 'main' of https://github.com/ProjectPolygon/PolygonDLLUtilities 2022-06-05 11:11:16 +01:00
pizzaboxer 0e625f2bf0 Add fixes for cURL trust check, tempfix Asset.ashx
LUrlParser isn't needed anymore, so that's removed
Trust check hook has been moved to Http.cpp
Added temporary fix for /Thumbs/Asset.ashx (should follow this up with proper implementation as described in Http.cpp)
2022-06-05 11:09:46 +01:00
lightbulblighter 67b225414c
fix crypt memoryleak 2022-06-05 02:48:43 -07:00
lightbulblighter 4068b44c2b
Merge branch 'main' of https://github.com/ProjectPolygon/PolygonDLLUtilities 2022-06-05 01:21:47 -07:00
lightbulblighter a51a99543f
add openssl verification (broken for now) 2022-06-05 01:21:16 -07:00
pizzaboxer 2949330357
Update README.md 2022-06-05 07:52:35 +01:00
lightbulblighter acfdece3e9
Clean up a lot 2022-06-04 20:02:41 -07:00
lightbulblighter 0f96ee7143
final touchups 2022-06-04 15:43:52 -07:00
lightbulblighter 7555fe8f0e
slight fix 2022-06-04 15:36:54 -07:00
lightbulblighter 82e3457ac7
fix httpget redirect 2022-06-04 15:33:14 -07:00
lightbulblighter 1c52e8e499
Clean up some parts of the code that made me mad 2022-06-04 03:44:12 -07:00
lightbulblighter ef76a754f0
backwards compatibility 2022-06-04 03:30:16 -07:00
lightbulblighter 709f4a05cd
remove unnecessary headers from Crypt 2022-06-04 03:27:21 -07:00
lightbulblighter 394a916e49
fix Crypt::verifySignatureBase64 2022-06-04 03:25:12 -07:00
lightbulblighter aef1543021
untrack build artifacts 2022-06-02 00:31:59 -07:00
lightbulblighter 07025c6ed7
Crypt::verifySignatureBase64 sha256 2022-06-02 00:30:44 -07:00
pizzaboxer 0a4b9a32f7 Remove debug hooks for Game constructor 2022-06-01 14:49:03 +01:00
pizzaboxer c232462906 ScriptContext execution for Datamodel via DLL 2022-06-01 14:23:53 +01:00
pizzaboxer 9885235a4b Work on prototype for creating new datamodel
this time using Game::Game instead of DataModel::createDataModel
2022-06-01 10:16:36 +01:00
pizzaboxer b06920dc93 Add prototypes for future hooks to be developed
DataModel::createDataModel and Http::httpGetPostWinInet
2022-05-31 22:20:03 +01:00
pizzaboxer 4e7fd7a02c Fix some stuff for all versions 2022-05-31 10:45:04 +01:00
pizzaboxer 1715621aa5 Remove text file logging 2022-05-31 10:35:42 +01:00
pizzaboxer 24912eeffd Move hooks to their own individual files 2022-05-31 10:26:16 +01:00
pizzaboxer 0653224cf9 Turns out I forgot to commit this: Add proper SendTop implementation to 2011 2022-02-09 07:56:32 +00:00