Add new RPC methods and notifications (mostly for scripting interaction) to server and client#3730
Open
dingodoppelt wants to merge 5 commits into
Open
Add new RPC methods and notifications (mostly for scripting interaction) to server and client#3730dingodoppelt wants to merge 5 commits into
dingodoppelt wants to merge 5 commits into
Conversation
cdf20bb to
663a557
Compare
Member
|
@mcfnord you might be interested in this. |
dingodoppelt
commented
Jun 8, 2026
8b270d7 to
6111ecb
Compare
ann0see
reviewed
Jun 9, 2026
f301d4e to
9fffbad
Compare
pljones
reviewed
Jun 9, 2026
pljones
reviewed
Jun 9, 2026
pljones
reviewed
Jun 9, 2026
pljones
requested changes
Jun 9, 2026
pljones
left a comment
Collaborator
There was a problem hiding this comment.
Needs splitting. The private message feature should be separate.
Member
Author
In addition to
but I don't see why only the private chat message should be handled independently. |
Collaborator
Because the feature is entirely new. |
9fffbad to
48202f5
Compare
- jamulus/getAvailableMethods - jamulusclient/setMuted - jamulusserver/broadcastChatMessage - jamulusserver/chatMessageReceived - jamulusserver/clientConnected - jamulusserver/clientDisconnected
48202f5 to
130584b
Compare
pljones
reviewed
Jun 14, 2026
pljones
reviewed
Jun 14, 2026
pljones
reviewed
Jun 14, 2026
pljones
reviewed
Jun 14, 2026
pljones
requested changes
Jun 14, 2026
…plicate code. Split reusable code into functions
d3b79d9 to
d628c27
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short description of changes
Add the following RPC methods and notifications to server and client. These are useful mostly for scripting interaction.
jamulus/getAvailableMethodsjamulusserver/getClientDetailsjamulusserver/privateChatMessageCHANGELOG: Add new RPC methods and notifications (mostly for scripting interaction) to server and client
Context: Fixes an issue?
Relates to #3029 #3447 #2828 #1057 #1371
This is needed for Jamban and others.
Does this change need documentation? What needs to be documented and how?
I guess the automated RPC documentation is sufficient?
Status of this Pull Request
up for discussion
What is missing until this pull request can be merged?
Approval
Checklist