Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing downloaded files without saving locally #2627

Open
Vankata453 opened this issue Sep 6, 2023 · 3 comments · May be fixed by #3038
Open

Accessing downloaded files without saving locally #2627

Vankata453 opened this issue Sep 6, 2023 · 3 comments · May be fixed by #3038

Comments

@Vankata453
Copy link
Member

The game should be able to access online files, without having to download them to a local file, using a Downloader.

This would be beneficial for the in-game release checker, as well as any future add-on management modifications.

@tobbi
Copy link
Member

tobbi commented Sep 6, 2023

Everything accessing the web is caching stuff locally, even if only for a short amount of time. What do you want to change about the way it works?

@Vankata453
Copy link
Member Author

There should be the ability to cache downloaded data to memory (perhaps a string) for one-time use, rather than save it to a local file.

@tobbi
Copy link
Member

tobbi commented Sep 6, 2023

Maybe using https://curl.se/libcurl/c/getinmemory.html

@Vankata453 Vankata453 changed the title Accessing online files without downloading Accessing downloaded files without saving locally Sep 6, 2023
@Vankata453 Vankata453 added this to the 0.7.0 milestone May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants