mirror of
https://github.com/fosrl/newt.git
synced 2026-07-16 11:53:33 -05:00
[PR #224] [MERGED] 1.9.0 #8455
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/224
Author: @oschwartz10612
Created: 1/21/2026
Status: ✅ Merged
Merged: 1/22/2026
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
0168b47Add mobile subs for permissionc3fad79Handle android and ios in routes9bb4bbcFix incrementor not updating; restrict routes to darwina625679quiet and logs and fix ios errorsb84d465Add noop for android ios8c12db6Try to improve cpu usage66949caMerge branch 'mobile' of github.com:fosrl/newt into mobile69952efFix bug where not all routes are added060d876Allow updating the intervals91bfd69Filter out no bandwidth peers📊 Changes
13 files changed (+378 additions, -90 deletions)
View changed files
📝
bind/shared_bind.go(+181 -16)📝
clients/clients.go(+11 -10)➕
clients/permissions/permissions_android.go(+8 -0)📝
clients/permissions/permissions_darwin.go(+1 -1)➕
clients/permissions/permissions_ios.go(+8 -0)📝
clients/permissions/permissions_linux.go(+1 -1)📝
holepunch/holepunch.go(+57 -20)📝
holepunch/tester.go(+77 -16)📝
main.go(+1 -1)📝
network/interface.go(+6 -2)📝
network/route.go(+24 -20)📝
network/settings.go(+1 -1)📝
updates/updates.go(+2 -2)📄 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
1.9.0
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.