[PR #1050] [MERGED] Message size limit+delay limit #1500

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

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/1050
Author: @binwiederhier
Created: 3/7/2024
Status: Merged
Merged: 3/7/2024
Merged by: @binwiederhier

Base: mainHead: message-size-limit+delay-limit


📝 Commits (10+)

📊 Changes

15 files changed (+273 additions, -126 deletions)

View changed files

📝 cmd/serve.go (+103 -61)
📝 cmd/tier.go (+3 -3)
📝 docs/config.md (+27 -14)
📝 docs/publish.md (+2 -3)
📝 docs/releases.md (+9 -1)
📝 server/config.go (+10 -9)
📝 server/server.go (+5 -5)
📝 server/server.yml (+10 -0)
📝 server/server_account_test.go (+2 -2)
📝 server/smtp_server.go (+2 -2)
📝 server/visitor.go (+2 -2)
📝 util/time.go (+29 -11)
📝 util/time_test.go (+24 -0)
📝 util/util.go (+20 -2)
📝 util/util_test.go (+25 -11)

📄 Description

Closes #836 #1005 #1019


🔄 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/1050 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 3/7/2024 **Status:** ✅ Merged **Merged:** 3/7/2024 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `message-size-limit+delay-limit` --- ### 📝 Commits (10+) - [`3691e59`](https://github.com/binwiederhier/ntfy/commit/3691e59af1b5ab0857db07059ce5eb4f19c68a35) Expose MessageLimit as a configuration - [`6bd8875`](https://github.com/binwiederhier/ntfy/commit/6bd887537509fa9fccd0781ecde38e3faba993de) fix typo and update docs - [`6a3f169`](https://github.com/binwiederhier/ntfy/commit/6a3f169a4770db61b5826b2d56e6027d0eac94f2) fix typo. - [`f565302`](https://github.com/binwiederhier/ntfy/commit/f565302a0fac93984d08314836d0ef5500a48bb6) Fix typo - [`6a10bac`](https://github.com/binwiederhier/ntfy/commit/6a10bac017ddfd400635f552cd421235cac9d99f) Update template server.yml - [`17709f2`](https://github.com/binwiederhier/ntfy/commit/17709f2fb747e30bc703fde1244e716b88926b16) Merge branch 'main' into zhzy0077-patch-1 - [`36b3303`](https://github.com/binwiederhier/ntfy/commit/36b33030f387e694684147bf49107ffefe60a646) Add message-{size|delay}-limit - [`243123f`](https://github.com/binwiederhier/ntfy/commit/243123fd7ec8efc300b11fea4340eb4652a8e43c) Convert duration flags, add docs - [`f2cd1ed`](https://github.com/binwiederhier/ntfy/commit/f2cd1edc57f6a8ab20da4bb5a9b89516cc336185) Add some helper for base-url - [`01b397a`](https://github.com/binwiederhier/ntfy/commit/01b397a31afbf9e39b137fda1d831c5a70d6a3e5) Release notes ### 📊 Changes **15 files changed** (+273 additions, -126 deletions) <details> <summary>View changed files</summary> 📝 `cmd/serve.go` (+103 -61) 📝 `cmd/tier.go` (+3 -3) 📝 `docs/config.md` (+27 -14) 📝 `docs/publish.md` (+2 -3) 📝 `docs/releases.md` (+9 -1) 📝 `server/config.go` (+10 -9) 📝 `server/server.go` (+5 -5) 📝 `server/server.yml` (+10 -0) 📝 `server/server_account_test.go` (+2 -2) 📝 `server/smtp_server.go` (+2 -2) 📝 `server/visitor.go` (+2 -2) 📝 `util/time.go` (+29 -11) 📝 `util/time_test.go` (+24 -0) 📝 `util/util.go` (+20 -2) 📝 `util/util_test.go` (+25 -11) </details> ### 📄 Description Closes #836 #1005 #1019 --- <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:23 +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#1500
No description provided.