[PR #1380] [MERGED] IPv6 support #1584

Closed
opened 2026-05-07 01:02:47 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/1380
Author: @binwiederhier
Created: 7/4/2025
Status: Merged
Merged: 7/7/2025
Merged by: @binwiederhier

Base: mainHead: ipv6


📝 Commits (10+)

  • 9d58919 Translated using Weblate (Estonian)
  • 86bec66 Translated using Weblate (Romanian)
  • 994266a Added translation using Weblate (Catalan)
  • 62c8a13 Translated using Weblate (Catalan)
  • c1e657d Translated using Weblate (German)
  • df73c6f Translated using Weblate (Estonian)
  • 9c8a8f8 Translated using Weblate (Vietnamese)
  • 8e7de80 Translated using Weblate (Estonian)
  • ff904a5 Translated using Weblate (German)
  • 48cb816 Translated using Weblate (German)

📊 Changes

21 files changed (+1038 additions, -552 deletions)

View changed files

📝 cmd/serve.go (+39 -18)
📝 docs/config.md (+69 -10)
📝 docs/releases.md (+8 -1)
📝 go.mod (+29 -29)
📝 go.sum (+62 -60)
📝 server/config.go (+17 -11)
📝 server/server.go (+4 -4)
📝 server/server.yml (+14 -2)
📝 server/server_middleware.go (+2 -2)
📝 server/server_test.go (+91 -7)
📝 server/smtp_server.go (+6 -5)
📝 server/util.go (+28 -12)
📝 server/util_test.go (+47 -3)
📝 server/visitor.go (+10 -4)
📝 web/package-lock.json (+348 -368)
web/public/static/langs/ca.json (+7 -0)
📝 web/public/static/langs/de.json (+10 -10)
📝 web/public/static/langs/et.json (+172 -1)
📝 web/public/static/langs/ro.json (+15 -1)
📝 web/public/static/langs/vi.json (+56 -4)

...and 1 more files

📄 Description

No description provided


🔄 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/binwiederhier/ntfy/pull/1380 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 7/4/2025 **Status:** ✅ Merged **Merged:** 7/7/2025 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `ipv6` --- ### 📝 Commits (10+) - [`9d58919`](https://github.com/binwiederhier/ntfy/commit/9d5891963a58ca9e97f47b80700618cdc72f2224) Translated using Weblate (Estonian) - [`86bec66`](https://github.com/binwiederhier/ntfy/commit/86bec660bf70753b9265bc822063cbbbbc92d9f3) Translated using Weblate (Romanian) - [`994266a`](https://github.com/binwiederhier/ntfy/commit/994266ab04ad2b8286bc8155cc142a743f2de85a) Added translation using Weblate (Catalan) - [`62c8a13`](https://github.com/binwiederhier/ntfy/commit/62c8a13ed4384486ce2f83ff4773c9e8f7616c0b) Translated using Weblate (Catalan) - [`c1e657d`](https://github.com/binwiederhier/ntfy/commit/c1e657db8b123113789ae53dbec23f01194724a0) Translated using Weblate (German) - [`df73c6f`](https://github.com/binwiederhier/ntfy/commit/df73c6f655502100179c7978a4265e038f060792) Translated using Weblate (Estonian) - [`9c8a8f8`](https://github.com/binwiederhier/ntfy/commit/9c8a8f87959da389b2f68e780b76a2a0a3d78989) Translated using Weblate (Vietnamese) - [`8e7de80`](https://github.com/binwiederhier/ntfy/commit/8e7de8035389e9d7610c691670268747b7b053e3) Translated using Weblate (Estonian) - [`ff904a5`](https://github.com/binwiederhier/ntfy/commit/ff904a5ca62b8fe2dc8d82f9f21a16df9473634e) Translated using Weblate (German) - [`48cb816`](https://github.com/binwiederhier/ntfy/commit/48cb816111fb814f70ce24b9c9301f2a521c0b6d) Translated using Weblate (German) ### 📊 Changes **21 files changed** (+1038 additions, -552 deletions) <details> <summary>View changed files</summary> 📝 `cmd/serve.go` (+39 -18) 📝 `docs/config.md` (+69 -10) 📝 `docs/releases.md` (+8 -1) 📝 `go.mod` (+29 -29) 📝 `go.sum` (+62 -60) 📝 `server/config.go` (+17 -11) 📝 `server/server.go` (+4 -4) 📝 `server/server.yml` (+14 -2) 📝 `server/server_middleware.go` (+2 -2) 📝 `server/server_test.go` (+91 -7) 📝 `server/smtp_server.go` (+6 -5) 📝 `server/util.go` (+28 -12) 📝 `server/util_test.go` (+47 -3) 📝 `server/visitor.go` (+10 -4) 📝 `web/package-lock.json` (+348 -368) ➕ `web/public/static/langs/ca.json` (+7 -0) 📝 `web/public/static/langs/de.json` (+10 -10) 📝 `web/public/static/langs/et.json` (+172 -1) 📝 `web/public/static/langs/ro.json` (+15 -1) 📝 `web/public/static/langs/vi.json` (+56 -4) _...and 1 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:02:47 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1584
No description provided.