[PR #1702] [MERGED] [Feature] Server Plugin - Ping and NewWorkConn RPC #4437

Closed
opened 2026-05-05 14:42:05 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1702
Author: @GuyLewin
Created: 3/14/2020
Status: Merged
Merged: 3/17/2020
Merged by: @fatedier

Base: devHead: feature/ping-server-plugin


📝 Commits (9)

  • 486e389 feat: include RunId in FRP Server Plugin NewProxy message
  • 025a6e1 feat: server plugin for Ping messages
  • de0fd16 doc: rewrite server plugin documentation
  • 2f2f714 Merge branch 'feature/run-id-server-plugin' into feature/ping-server-plugin
  • 678feb7 doc: update documentation to mention Ping server plugin
  • 0263d32 feat: include exception in error sent from frps to frpc if ping isn't accepted
  • d47f6ee Merge branch 'dev' into feature/ping-server-plugin
  • 63faf52 feat: NewWorkConn server plugin hook
  • d1ff623 doc: document NewWorkConn server plugin

📊 Changes

6 files changed (+161 additions, -15 deletions)

View changed files

📝 doc/server_plugin.md (+39 -2)
📝 models/plugin/server/manager.go (+74 -4)
📝 models/plugin/server/plugin.go (+4 -2)
📝 models/plugin/server/types.go (+10 -0)
📝 server/control.go (+15 -2)
📝 server/service.go (+19 -5)

📄 Description

RPC call on Ping messages to execute external code every heartbeat.
This PR includes the feature/run-id-server-plugin PR (#1700), so please merge that one first.


🔄 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/fatedier/frp/pull/1702 **Author:** [@GuyLewin](https://github.com/GuyLewin) **Created:** 3/14/2020 **Status:** ✅ Merged **Merged:** 3/17/2020 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `feature/ping-server-plugin` --- ### 📝 Commits (9) - [`486e389`](https://github.com/fatedier/frp/commit/486e389c26e2c215332ca58edf9d7611b88b012f) feat: include RunId in FRP Server Plugin NewProxy message - [`025a6e1`](https://github.com/fatedier/frp/commit/025a6e10949900fab1c6af80c9870ef4d29bcf66) feat: server plugin for Ping messages - [`de0fd16`](https://github.com/fatedier/frp/commit/de0fd16604f7cffba7b9ffc85bb0990a3e9fae3d) doc: rewrite server plugin documentation - [`2f2f714`](https://github.com/fatedier/frp/commit/2f2f714c1e01b355767f254ea3cf825a8a3f74a4) Merge branch 'feature/run-id-server-plugin' into feature/ping-server-plugin - [`678feb7`](https://github.com/fatedier/frp/commit/678feb74d14a1c19a8daa5728acb0ae4bd641ae4) doc: update documentation to mention Ping server plugin - [`0263d32`](https://github.com/fatedier/frp/commit/0263d32c01552ccb5346c77d88240752589e8b11) feat: include exception in error sent from frps to frpc if ping isn't accepted - [`d47f6ee`](https://github.com/fatedier/frp/commit/d47f6eea91645b3dcdf36330e40adbd5b58710c3) Merge branch 'dev' into feature/ping-server-plugin - [`63faf52`](https://github.com/fatedier/frp/commit/63faf5204dbb1e0dacd7ae1f4a9a8b54ca2b0891) feat: NewWorkConn server plugin hook - [`d1ff623`](https://github.com/fatedier/frp/commit/d1ff623a55059b391a9c8daaa0c2ee8cdd77d285) doc: document NewWorkConn server plugin ### 📊 Changes **6 files changed** (+161 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `doc/server_plugin.md` (+39 -2) 📝 `models/plugin/server/manager.go` (+74 -4) 📝 `models/plugin/server/plugin.go` (+4 -2) 📝 `models/plugin/server/types.go` (+10 -0) 📝 `server/control.go` (+15 -2) 📝 `server/service.go` (+19 -5) </details> ### 📄 Description RPC call on Ping messages to execute external code every heartbeat. This PR includes the feature/run-id-server-plugin PR (#1700), so please merge that one first. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:42:05 -06: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: github-starred/frp#4437
No description provided.