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

Add libcurl to fetch GitHub metadata #365

Merged
merged 22 commits into from
Jul 3, 2023
Merged

Add libcurl to fetch GitHub metadata #365

merged 22 commits into from
Jul 3, 2023

Conversation

umireon
Copy link
Member

@umireon umireon commented Jul 1, 2023

I tried QtNetwork but it needs OpenSSL to connect to HTTPS endpoints and obs-deps do not include OpenSSL.
libcurl can utilize various types of SSL implementation and it can connect to HTTPS endpoints without adding any heavy dependencies to this plugin.

@umireon umireon requested a review from royshil July 1, 2023 16:08
@umireon
Copy link
Member Author

umireon commented Jul 1, 2023

I have confirmed that this works on Windows, Linux, and macOS

Copy link
Collaborator

@royshil royshil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

excellent stuff!!
but let's talk through it a bit

CMakeLists.txt Outdated Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
build-aux/run-cmake-format Show resolved Hide resolved
src/update-checker/github-utils.cpp Outdated Show resolved Hide resolved
src/update-checker/github-utils.cpp Outdated Show resolved Hide resolved
Copy link
Collaborator

@royshil royshil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@umireon umireon merged commit a45172d into main Jul 3, 2023
6 checks passed
@umireon umireon deleted the umireon.add-libcurl branch July 3, 2023 12:50
@umireon umireon added this to the v1.0.4 milestone Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants