From f7190f53ff9becffb2ec7cfcbfe5ecbc92fefba5 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Fri, 28 Feb 2025 09:50:58 -0500 Subject: [PATCH 01/23] fix(http): lower TLS to v1.2 for downloading covers (#3691) --- src/httpcommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/httpcommon.h b/src/httpcommon.h index 7c86ecb4..8b979994 100644 --- a/src/httpcommon.h +++ b/src/httpcommon.h @@ -23,7 +23,7 @@ namespace http { ); int reload_user_creds(const std::string &file); - bool download_file(const std::string &url, const std::string &file, long ssl_version = CURL_SSLVERSION_TLSv1_3); + bool download_file(const std::string &url, const std::string &file, long ssl_version = CURL_SSLVERSION_TLSv1_2); std::string url_escape(const std::string &url); std::string url_get_host(const std::string &url); From a594b6434b760ac60c56f7a153fb8bffbcc269af Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 1 Mar 2025 21:04:10 -0500 Subject: [PATCH 02/23] docs(readme): add sponsors (#3697) --- README.md | 8 ++++++++ docs/contributing.md | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index dd6d9e4f..f46c9b1a 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,14 @@ LizardByte has the full documentation hosted on [Read the Docs](https://docs.liz Our support methods are listed in our [LizardByte Docs](https://docs.lizardbyte.dev/latest/about/support.html). +## 💲 Sponsors and Supporters + +
+
+
+
+
-
+
+
+
+
+
+
+
+
+