[PR #643] [CLOSED] Matrix/UP: Reject push key after >12h without access to topic #1364

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

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/643
Author: @binwiederhier
Created: 3/1/2023
Status: Closed

Base: enable-subscriber-rate-limitingHead: matrix-507-reject


📝 Commits (3)

  • 4d22ccc WIP Reject 507s after a while
  • 3eeeac2 Merge branch 'enable-subscriber-rate-limiting' into matrix-507-reject
  • 346d8d7 Works

📊 Changes

9 files changed (+179 additions, -21 deletions)

View changed files

📝 server/errors.go (+1 -1)
📝 server/server.go (+31 -7)
📝 server/server_manager.go (+12 -7)
📝 server/server_matrix.go (+12 -0)
📝 server/server_middleware.go (+1 -0)
📝 server/server_test.go (+76 -0)
📝 server/topic.go (+33 -4)
📝 server/topic_test.go (+11 -0)
📝 server/util.go (+2 -2)

📄 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/643 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 3/1/2023 **Status:** ❌ Closed **Base:** `enable-subscriber-rate-limiting` ← **Head:** `matrix-507-reject` --- ### 📝 Commits (3) - [`4d22ccc`](https://github.com/binwiederhier/ntfy/commit/4d22ccc7f657e8fe904a73b0a7bdeb89fbe85894) WIP Reject 507s after a while - [`3eeeac2`](https://github.com/binwiederhier/ntfy/commit/3eeeac2c1317caeafd155a80e36111da4c3169ef) Merge branch 'enable-subscriber-rate-limiting' into matrix-507-reject - [`346d8d7`](https://github.com/binwiederhier/ntfy/commit/346d8d79671ca99f45e56e48e949eaed777b1d22) Works ### 📊 Changes **9 files changed** (+179 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `server/errors.go` (+1 -1) 📝 `server/server.go` (+31 -7) 📝 `server/server_manager.go` (+12 -7) 📝 `server/server_matrix.go` (+12 -0) 📝 `server/server_middleware.go` (+1 -0) 📝 `server/server_test.go` (+76 -0) 📝 `server/topic.go` (+33 -4) 📝 `server/topic_test.go` (+11 -0) 📝 `server/util.go` (+2 -2) </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:01:46 +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#1364
No description provided.