96 Commits

Author SHA1 Message Date
Maschell
f777e33a2f Bump version to 0.2.4 2025-01-20 18:13:10 +01:00
Maschell
88ddd102f3 Support loading files which don't fit into memory by saving them to the sd card 2025-01-20 18:13:10 +01:00
Volker Schlegel
cd2841ac0c
Add usage instruction to readme (#32)
* Add usage instruction to readme

* Also mention loading homebrew
wiiload_plugin-20240907-220738
2024-09-08 00:06:34 +02:00
Maschell
8854ff3f90 Prevent loading homebre when currently no account is loaded wiiload_plugin-20240607-115849 2024-06-07 13:57:55 +02:00
Maschell
2b28fd3afa Update Dockerfile v0.2.3 wiiload_plugin-20240505-160152 2024-05-05 18:00:52 +02:00
Maschell
ed56cb6e43 Bump version wiiload_plugin-20240427-103509 2024-04-27 12:34:06 +02:00
Maschell
3518891842 Adapt for latest libwupsbackend wiiload_plugin-20240427-095327 2024-04-27 11:52:33 +02:00
Maschell
ae24b1493d Update Dockerfile 2024-04-27 11:52:33 +02:00
Maschell
0c7182a78c Bump softprops/action-gh-release from 1 to 2 2024-04-27 11:52:33 +02:00
Maschell
0c50a35dec Fix loading a .WUHB while running a .WUHB 2024-04-27 11:52:33 +02:00
Maschell
38d4578c36 Use latest libwupsbackend version 2024-04-27 11:52:33 +02:00
Maschell
aecc164dda Refactor TcpReceiver::loadBinary 2024-04-27 11:52:33 +02:00
Maschell
fb97f0353d Init WUPSBackend on plugin init 2024-04-27 11:52:33 +02:00
Maschell
38355c1c3e Some more cleanup 2024-04-27 11:52:33 +02:00
Maschell
d4984dafbe Rewrite logic, clean up and remove unused parts 2024-04-27 11:52:33 +02:00
Maschell
9d44e51a75 WUPS 0.8.0 2024-04-27 11:52:33 +02:00
Maschell
cee5d8e838 Add error notifications if wiiloading a rpx/wuhb fails wiiload_plugin-20231127-165659 2023-11-27 17:55:55 +01:00
dependabot[bot]
458e3ba0f2 Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
wiiload_plugin-20230904-221316
2023-09-05 00:11:54 +02:00
Maschell
b19fe21e3c Create dependabot.yml wiiload_plugin-20230723-083057 2023-07-23 10:29:51 +02:00
Maschell
03a693dc78 Bump version v0.2.2 wiiload_plugin-20230719-173603 2023-07-19 19:34:41 +02:00
Maschell
dd17f4ff07 Update Dockerfile wiiload_plugin-20230719-131607 2023-07-19 15:14:52 +02:00
Maschell
7361737233 Update Dockerfile wiiload_plugin-20230627-154753 2023-06-27 17:46:33 +02:00
Maschell
4d7c2e9ad9 Fix compiling with latest libwupsbackend 2023-06-27 17:46:33 +02:00
Maschell
4dc60e1a4a Use non deprecated release action wiiload_plugin-20230408-105113 2023-04-08 12:50:07 +02:00
Maschell
09c9da38c3 Use actions/checkout@v3 2023-04-08 12:50:07 +02:00
Maschell
931a139c62 Change docker registry to ghcr.io 2023-04-08 12:50:07 +02:00
Maschell
75024f4c57 Change default branch to main 2023-04-08 12:50:07 +02:00
Maschell
4f5cc474b0 Update version string v0.2.1 wiiload_plugin-20221014-185028 2022-10-14 20:49:16 +02:00
Maschell
073eb0583a Fix loading the config values from the config files 2022-10-14 20:49:16 +02:00
Maschell
2f3dc331f8 Update version string v0.2 wiiload_plugin-20221009-145956 2022-10-09 16:58:44 +02:00
Maschell
6a87b9e107 Clean up socket on error wiiload_plugin-20221007-135205 2022-10-07 15:50:40 +02:00
Maschell
1984203bed Optimize error handling wiiload_plugin-20221007-122510 2022-10-07 14:23:52 +02:00
Maschell
31dedcfd89 Revert lowering the priority 2022-10-07 14:23:52 +02:00
Maschell
4177052fb7 Support using the git hash on nightlies wiiload_plugin-20221006-211854 2022-10-06 23:17:32 +02:00
Maschell
937e259f4c Add basic config menu to disable the wiiload server 2022-10-06 23:17:32 +02:00
Maschell
a8a3287ebf Fix joining the thread 2022-10-06 23:17:32 +02:00
Maschell
ca47e10a0c Restart the wiiload server on connection issues wiiload_plugin-20221006-165058 2022-10-06 18:49:38 +02:00
Maschell
3559ac4049 Reduce the thread priority to 17 2022-10-06 18:49:38 +02:00
Maschell
4ed731a3ef Stop the wiiload server in ON_APPLICATION_ENDS instead of ON_APPLICATION_REQUESTS_EXIT hook wiiload_plugin-20221006-102356 2022-10-06 12:22:42 +02:00
Maschell
7f963d1900 Fix potential softlock that could happen if the thread was canceled but is not (marked as) terminated wiiload_plugin-20221006-100643 2022-10-06 12:05:16 +02:00
Maschell
352946fbf2 Update Dockerfile wiiload_plugin-20221005-172705 2022-10-05 19:22:40 +02:00
Maschell
488184380c Improve the commit messages for nightlies 2022-10-05 19:22:40 +02:00
Maschell
0a7b0b245a Only join the thread if it has not been terminated yet 2022-10-05 19:22:40 +02:00
Maschell
c8df037005 Remove the hardcoded threadname from the CThread class 2022-10-05 19:22:40 +02:00
Maschell
03b9a7a928 Make sure the wiiload thread is cleaned up 2022-10-05 19:22:40 +02:00
Maschell
a0ad379b95 Update Makefile to be compatible with CLion 2022-10-05 19:22:40 +02:00
Maschell
e7123a35fd Use C++20 2022-10-05 19:22:40 +02:00
Maschell
e8e3d1aa89 Update Dockerfile v0.1 wiiload_plugin-20220904-172928 2022-09-04 19:28:15 +02:00
Maschell
11c482624b Use ubuntu-22.04 in CI wiiload_plugin-20220904-152258 2022-09-04 17:21:49 +02:00
Maschell
ceb5005f34 Update Dockerfile 2022-09-04 17:21:49 +02:00