Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add custom messages #33

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 7, 2021

  1. add go.mod

    sputn1ck committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    8408156 View commit details
    Browse the repository at this point in the history
  2. rpc: add dev-sendcustommsg

    The dev-sendcustommsg RPC method allows the user to inject a custom message into the communication with the peer with the given node_id.
    sputn1ck committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    c975080 View commit details
    Browse the repository at this point in the history
  3. plugin: add custommsg hook

    The custommsg plugin hook is the receiving counterpart to the dev-sendcustommsg RPC method and allows plugins to handle messages that are not handled internally.
    sputn1ck committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    95d240a View commit details
    Browse the repository at this point in the history