[PR #2698] [MERGED] Improve proxy list message size #11917

Closed
opened 2026-05-06 16:31:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2698
Author: @oschwartz10612
Created: 3/23/2026
Status: Merged
Merged: 3/23/2026
Merged by: @oschwartz10612

Base: devHead: msg-opt


📝 Commits (6)

  • dae1695 Fix defaults for orgs
  • 6cf1b9b Support improved targets msg v2
  • 35fed74 Merge branch 'dev' into msg-opt
  • b01fcc7 Fix ts and add note about ipv4
  • c660df5 Merge branch 'dev' into msg-opt
  • 37d331e Update version

📊 Changes

8 files changed (+230 additions, -39 deletions)

View changed files

📝 server/lib/ip.ts (+123 -0)
📝 server/lib/readConfigFile.ts (+2 -2)
📝 server/lib/rebuildClientAssociations.ts (+13 -19)
📝 server/routers/client/targets.ts (+75 -6)
📝 server/routers/newt/buildConfiguration.ts (+7 -5)
📝 server/routers/newt/handleGetConfigMessage.ts (+4 -1)
📝 server/routers/siteResource/createSiteResource.ts (+1 -1)
📝 server/routers/siteResource/updateSiteResource.ts (+5 -5)

📄 Description

Fix the formatting of the proxy list sent to newt so for many resources it is not overwhelmed


🔄 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/pangolin/pull/2698 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 3/23/2026 **Status:** ✅ Merged **Merged:** 3/23/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `msg-opt` --- ### 📝 Commits (6) - [`dae1695`](https://github.com/fosrl/pangolin/commit/dae169540bd3430f698725f9d8c830f441e5be96) Fix defaults for orgs - [`6cf1b9b`](https://github.com/fosrl/pangolin/commit/6cf1b9b0108d5f4eda8e22f716f91e8874a4c558) Support improved targets msg v2 - [`35fed74`](https://github.com/fosrl/pangolin/commit/35fed74e4905172f82c1cd048c7628201aaeda8e) Merge branch 'dev' into msg-opt - [`b01fcc7`](https://github.com/fosrl/pangolin/commit/b01fcc70feab3d86939c5ae6fd43e8bcb4ee50db) Fix ts and add note about ipv4 - [`c660df5`](https://github.com/fosrl/pangolin/commit/c660df55cd6e95e7a0778880889d7f1eb2270880) Merge branch 'dev' into msg-opt - [`37d331e`](https://github.com/fosrl/pangolin/commit/37d331e813a67274c22bfcd7839bbdd8bc692541) Update version ### 📊 Changes **8 files changed** (+230 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `server/lib/ip.ts` (+123 -0) 📝 `server/lib/readConfigFile.ts` (+2 -2) 📝 `server/lib/rebuildClientAssociations.ts` (+13 -19) 📝 `server/routers/client/targets.ts` (+75 -6) 📝 `server/routers/newt/buildConfiguration.ts` (+7 -5) 📝 `server/routers/newt/handleGetConfigMessage.ts` (+4 -1) 📝 `server/routers/siteResource/createSiteResource.ts` (+1 -1) 📝 `server/routers/siteResource/updateSiteResource.ts` (+5 -5) </details> ### 📄 Description Fix the formatting of the proxy list sent to newt so for many resources it is not overwhelmed --- <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-06 16:31:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#11917