mirror of
https://github.com/fosrl/newt.git
synced 2026-03-09 07:12:28 -05:00
[PR #72] [MERGED] Dev #102
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/newt/pull/72
Author: @oschwartz10612
Created: 6/30/2025
Status: ✅ Merged
Merged: 7/11/2025
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
e8bd55bCopy in gerbil wg configf69a7f6Move wg into more of a class66edae4Clean up implementationfb199ccTidy45a1ab9Dont always do wg56e7590Adjust ws types95eab50Get wg workingbff6707Basic create wg seems to be working18d99deHandle messages correctly0affef4Properly handle key📊 Changes
19 files changed (+3054 additions, -618 deletions)
View changed files
📝
.github/workflows/cicd.yml(+1 -1)📝
.gitignore(+3 -1)📝
README.md(+22 -0)📝
docker/client.go(+130 -32)➕
get-newt.sh(+235 -0)📝
go.mod(+16 -7)📝
go.sum(+38 -13)➕
linux.go(+83 -0)📝
main.go(+356 -458)➕
network/network.go(+195 -0)📝
proxy/manager.go(+2 -1)➕
stub.go(+32 -0)➕
updates/updates.go(+173 -0)➕
util.go(+463 -0)📝
websocket/client.go(+160 -101)📝
websocket/config.go(+0 -3)📝
websocket/types.go(+0 -1)➕
wg/wg.go(+981 -0)➕
wgtester/wgtester.go(+164 -0)📄 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
WIP Clients implementation and ping switching
Better handling of disconnections
Should:
Fix #31
Fix #52
Fix #51
Fix #39
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.