Development log

Latest Updates

Commit history from the services that power GangWarsRP.

17 Total commits
5,189 Lines added
570 Lines removed
1 Total services
1 Total developers
positive
Wings Pterodactyl

Set up IbinStudios fork infrastructure Branched from v1.13.2 with full upstream history preserved. Mirrors the conventions already used in ptero-panel: - release.yaml gains workflow_dispatch, a workflow-run artifact upload, and a CHANGELOG fallback; drops the release/vX.Y.Z branch and the const.go bump commit, which were upstream's release-management convention. The version now reaches the binary through ldflags alone, stamped without its leading "v" so `wings version` no longer renders "wings vv1.13.2". - push.yaml and codeql.yaml are manual-only, so ordinary pushes cost no CI minutes on a private repo. - docker.yaml removed — this fork ships binaries straight to the nodes. - scripts/build-release.sh builds both arches locally the way CI does. - scripts/update.sh updates a node from the newest published release: picks amd64/arm64 from uname, runs the downloaded binary before installing it, keeps the outgoing binary for --rollback, and rolls back automatically if the service does not come back up. - .gitattributes pins *.sh to LF so a Windows checkout cannot ship a script with a CRLF shebang. FORK.md documents the remotes, the release flow, the node update flow, and every deviation from upstream. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>