mirror of
https://github.com/fosrl/newt.git
synced 2026-05-06 07:59:04 -05:00
[PR #279] [MERGED] 1.10.3 #1324
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/279
Author: @oschwartz10612
Created: 3/16/2026
Status: ✅ Merged
Merged: 3/16/2026
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
039ae07Support prefixes sent from serverf982e6bMerge branch 'dev' into msg-opt287eef0Add version and send it down4e854b5Working on message versioning15ea631Mutex on handlers, slight change to ping message and handler6371e98Update the get all rules7d68251Merge branch 'dev' into msg-opte68b656Temp lets ignore the sync messagesfac0f5bBuild full arn1bd1133Make sure to skip prepare📊 Changes
14 files changed (+1023 additions, -180 deletions)
View changed files
📝
.github/workflows/cicd.yml(+7 -4)📝
Dockerfile(+2 -1)📝
Makefile(+13 -10)📝
clients/clients.go(+249 -58)📝
common.go(+50 -16)➕
common_test.go(+212 -0)📝
get-newt.sh(+73 -46)📝
healthcheck/healthcheck.go(+79 -0)📝
main.go(+160 -14)📝
netstack2/proxy.go(+25 -0)📝
netstack2/tun.go(+9 -0)📝
proxy/manager.go(+25 -0)📝
websocket/client.go(+116 -29)📝
websocket/types.go(+3 -2)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.