From d7aa84a38ed611e4fabdf1fbe30bb18935b8efc4 Mon Sep 17 00:00:00 2001 From: AndNowWhat Date: Mon, 23 Feb 2026 22:03:12 +0100 Subject: [PATCH] socks_proxy --- MainWindow.xaml | 61 +++++++++++++++-- MainWindow.xaml.cs | 90 ++++++++++++++++++++++++- Models/AccountProfile.cs | 1 + Models/ProxyConfig.cs | 25 +++++++ Services/AuthService.cs | 7 +- Services/JagexAccountService.cs | 7 +- Services/LauncherService.cs | 27 +++++++- Services/ProxInjectService.cs | 105 +++++++++++++++++++++++++++++ Services/ProxyHttpClientFactory.cs | 23 +++++++ Views/AuthWindow.xaml.cs | 12 +++- Views/ProxyDialog.xaml | 98 +++++++++++++++++++++++++++ Views/ProxyDialog.xaml.cs | 54 +++++++++++++++ 12 files changed, 495 insertions(+), 15 deletions(-) create mode 100644 Models/ProxyConfig.cs create mode 100644 Services/ProxInjectService.cs create mode 100644 Services/ProxyHttpClientFactory.cs create mode 100644 Views/ProxyDialog.xaml create mode 100644 Views/ProxyDialog.xaml.cs diff --git a/MainWindow.xaml b/MainWindow.xaml index f35e34f..5f0e9cd 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -5,7 +5,8 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Sigil" mc:Ignorable="d" - Title="Sigil" Height="580" Width="700" + Title="Sigil" Height="680" Width="820" + MinHeight="580" MinWidth="700" WindowStartupLocation="CenterScreen" Background="#1a1a2e"> @@ -154,7 +155,7 @@ - + @@ -205,6 +206,34 @@ + + + + + + + + + +