Commit Graph

13 Commits

Author SHA1 Message Date
Natsumi
6180777652 Fix launch args 2024-10-22 11:02:32 +13:00
Usman Shafiq
4f34e2d18a Rework Startup Args (#946)
* Rework startup args

* Preserve previous startup args on re-launch

* Ignore subprocess when checking for duplicate processes

* Cleanup code

* Remove extra process list grabbing

* Use `IsUpgradePrefix` when using `RestartApplication`

* Change `ProxyServerPrefix` to `ProxyUrlPrefix`
2024-10-22 08:06:56 +13:00
Nekromateion
59237b5b11 Enable compression for http requests (#888)
Enable compression for http requests made by VRCX to improve bandwidth usage and speed.
Also removed duplicate setWorldImage assigning.
2024-08-29 17:41:41 +12:00
Natsumi
cff4d83164 Repo cleanup (#879)
* Move build scipts

* Move library DLLs

* Remove DotSettings

* Update gitignore

* Remove Properties

* Clean up csproj

* Move warning suppression into code

* Remove App.config

---------

Co-authored-by: DubyaDude <ushafiq141@gmail.com>
2024-08-28 13:52:04 +12:00
Nekromateion
c3f4771f4d Add error message for invalid proxy server (#862) 2024-08-07 20:54:30 +12:00
Natsumi
e26aed5c6a Proxy settings 2024-07-17 10:31:18 +12:00
Natsumi
a4d03c7e00 Add proxy from launch argument to WebApi
Co-authored-by: Nekromateion <43814053+Nekromateion@users.noreply.github.com>
2024-07-17 06:42:33 +12:00
Nekromateion
8740905a08 Implement proxy-server launch argument
Grab proxy-server from launch arguments to match chromium getting it.
2024-07-17 06:40:58 +12:00
Natsumi
782c2cdd9e Never expire cookies 2024-07-17 06:40:32 +12:00
Nekromateion
59e3d26a0d Add image resizing to LegacyImageUpload (#836) 2024-07-17 06:39:55 +12:00
Nekromateion
873c1d38f0 Automatically resize images to fit limits (#831)
Resize images for Avatars, Worlds, Gallery, Icons and Emojis when uploading if it exceeds VRChats limits (2000 pixels in any dimension and 10MB file size).
2024-06-26 23:29:46 +12:00
Ethan Cordray
2e9db3153d NET 8 Upgrade (#687)
* Initial .NET8 Upgrade

* Initial GitHub Actions Cleanup

* Fix Desktop Notifications

* Fix throw warning

* Upgrade vunerable transative nuget packages

* Fix warnings with registry overflow

* Adjust async/await usage for configRepository

* Fix TTS voice name and app auto start

* Install .NET 8 with setup

I regret NSIS

* Remove no longer needed System/MS references (included in dotnet sdk)

* Surpress stackalloc in loop warning, that code scares me.

* Removed unused SharpDX packages

* Ignore WebClient warning, hopefully this project doesn't move past NET 8

* Fixed terrifying code

* GenerateAssemblyInfo

* Trimmed editor config to only silence warning.

* Fix open webpage

* Fix updater

---------

Co-authored-by: DubyaDude <ushafiq141@gmail.com>
Co-authored-by: Natsumi <cmcooper123@hotmail.com>
2023-11-22 01:41:57 +13:00
Natsumi
6cfadfa67f Folder cs files 2023-10-11 20:36:41 +13:00