[PR #224] [MERGED] 1.9.0 #3185

Closed
opened 2026-05-15 06:49:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (10+)

  • 0168b47 Add mobile subs for permission
  • c3fad79 Handle android and ios in routes
  • 9bb4bbc Fix incrementor not updating; restrict routes to darwin
  • a625679 quiet and logs and fix ios errors
  • b84d465 Add noop for android ios
  • 8c12db6 Try to improve cpu usage
  • 66949ca Merge branch 'mobile' of github.com:fosrl/newt into mobile
  • 69952ef Fix bug where not all routes are added
  • 060d876 Allow updating the intervals
  • 91bfd69 Filter 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/newt/pull/224 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 1/21/2026 **Status:** ✅ Merged **Merged:** 1/22/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`0168b47`](https://github.com/fosrl/newt/commit/0168b4796e306ff1a3ec22bbc253d7fa9f6e98ca) Add mobile subs for permission - [`c3fad79`](https://github.com/fosrl/newt/commit/c3fad797e566e8bdaf92488670d6f5c3009419ad) Handle android and ios in routes - [`9bb4bbc`](https://github.com/fosrl/newt/commit/9bb4bbccb8a3b99953cae2d6afab82475c1353c9) Fix incrementor not updating; restrict routes to darwin - [`a625679`](https://github.com/fosrl/newt/commit/a62567997dc4731d2d1630d829e4789e7e897872) quiet and logs and fix ios errors - [`b84d465`](https://github.com/fosrl/newt/commit/b84d4657634293a3aa567f7472d1ef5daa5fcc78) Add noop for android ios - [`8c12db6`](https://github.com/fosrl/newt/commit/8c12db6dff25c6fbffb3420a219846db0a3f442b) Try to improve cpu usage - [`66949ca`](https://github.com/fosrl/newt/commit/66949ca047c84379ba8e0d76a235b06d12fb6666) Merge branch 'mobile' of github.com:fosrl/newt into mobile - [`69952ef`](https://github.com/fosrl/newt/commit/69952efe89f92156bab562636791d6621e49f385) Fix bug where not all routes are added - [`060d876`](https://github.com/fosrl/newt/commit/060d8764296114dc40c7316c41d32e2461cb289a) Allow updating the intervals - [`91bfd69`](https://github.com/fosrl/newt/commit/91bfd69179ec3ad51f8338b42456de122258f89b) Filter out no bandwidth peers ### 📊 Changes **13 files changed** (+378 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `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) </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 1.9.0 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-15 06:49:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#3185