bsmg / ModAssistant

Simple Beat Saber Mod Installer
MIT License
2.48k stars 419 forks source link

[Feature Request] Do not automatically upload data online when clicking Open Logs #498

Open TFWol opened 1 year ago

TFWol commented 1 year ago

Pretty much the title.

I think it's pretty messed up uploading data online without a 'hey, by the way'. Especially when the name suggests it's simply going to open a folder. Good thing I firewall the crap out of everything.

Could you put in a toggle or something?

jabberjabberjabber commented 1 year ago

You can see the process here in /Pages/Options.yaml.cs it sets expiration for 5 hours and uploads to TeknikAPIUrl which is defined in /Classes/Utils.cs as https://api.teknik.io/v1/

It doesn't do anything else.

This program interacts also with beatmods.com and assistant.moe.

There is nothing malicious going on here and nothing happens to your log except for the upload to teknik.io which then deletes it after 5 hours. There is nothing personally identifiable in the log except your steam username.

TFWol commented 1 year ago

Thanks for pointing things out. I had checked the site out in the past, but the issue is that it's uploading at all.