By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Windows log file rotation
Timeout to hp messages
Check for updates when starting
Dont delete the service_args.json so it can be used when running a service
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/fosrl/olm/pull/42
**Author:** [@oschwartz10612](https://github.com/oschwartz10612)
**Created:** 10/9/2025
**Status:** ✅ Merged
**Merged:** 10/9/2025
**Merged by:** [@oschwartz10612](https://github.com/oschwartz10612)
**Base:** `main` ← **Head:** `dev`
---
### 📝 Commits (6)
- [`2445ced`](https://github.com/fosrl/olm/commit/2445ced83ba013eee1de04b84ae2e22125301990) Add update checker
- [`fa1d2b1`](https://github.com/fosrl/olm/commit/fa1d2b1f557a72f8f15bc6501811da37f7863a7c) Add timeouts to hp
- [`c5ece2f`](https://github.com/fosrl/olm/commit/c5ece2f21fd1ed882ae1a6521d4a70c327c18a3a) Try to fix log rotation and service args
- [`ff3b5c5`](https://github.com/fosrl/olm/commit/ff3b5c50fc5e5949ad036c320843c0052fc2395e) Dont delete service args file
- [`d88bfd4`](https://github.com/fosrl/olm/commit/d88bfd461ea1292f050c059d3b8c07c91c4e0109) Merge branch 'main' into dev
- [`c58f3ac`](https://github.com/fosrl/olm/commit/c58f3ac92db9f3447a2ac213fb6f39bcfb47ef06) GO update
### 📊 Changes
**6 files changed** (+246 additions, -21 deletions)
<details>
<summary>View changed files</summary>
📝 `common.go` (+12 -0)
📝 `go.mod` (+31 -2)
📝 `go.sum` (+70 -0)
📝 `main.go` (+18 -2)
📝 `service_unix.go` (+4 -0)
📝 `service_windows.go` (+111 -17)
</details>
### 📄 Description
## Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
## Description
* Windows log file rotation
* Timeout to hp messages
* Check for updates when starting
* Dont delete the service_args.json so it can be used when running a service
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/olm/pull/42
Author: @oschwartz10612
Created: 10/9/2025
Status: ✅ Merged
Merged: 10/9/2025
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (6)
2445cedAdd update checkerfa1d2b1Add timeouts to hpc5ece2fTry to fix log rotation and service argsff3b5c5Dont delete service args filed88bfd4Merge branch 'main' into devc58f3acGO update📊 Changes
6 files changed (+246 additions, -21 deletions)
View changed files
📝
common.go(+12 -0)📝
go.mod(+31 -2)📝
go.sum(+70 -0)📝
main.go(+18 -2)📝
service_unix.go(+4 -0)📝
service_windows.go(+111 -17)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.