1
Fork 0
mirror of https://github.com/redstrate/LauncherTweaks.git synced 2025-05-20 17:37:46 +00:00
Commit graph

6 commits

Author SHA1 Message Date
c674c6c481 Replace mmap-fixed-fixed with my fork which removes the winapi crate
With that, we finally don't have to build *two* windows crates but just
one!
2025-04-20 13:26:02 -04:00
32cec1760d Update to latest proxy-dll to remove it's winapi dependency 2025-04-20 12:52:47 -04:00
c15bf36e8f Update to my fork of skidscan
It contains various fixes and improvements, such as porting from the
winapi crate to the official windows one.
2025-04-20 12:32:59 -04:00
e9b1593108 Update to newer proxy-dll-rs
This has my own changes to reduce the amount of dependencies used.
2025-04-20 12:14:00 -04:00
7cc86c38b0 Add feature to force WinHTTP traffic to the system proxy
This is useful for sniffing non-web browser launcher traffic that goes
through WinHTTP. Thanks to NotNite for the initial hooking code.

Also when no launcher URL is configured, it should fall back to the
official URL now.
2025-04-20 11:43:19 -04:00
598882d100 Add initial files 2025-04-19 23:10:11 -04:00