Skip to content

Modify default behavior to make --accept-channel work as expected

Richard T. Carback III requested to merge hotfix/unsafe_send_to_self into release
  • Add a channel to the cmd authCallbacks struct to track requests in addition to just confirmations. Modify behavior to write to that channel when unsafe requests are not enabled.
  • Don't block on waiting for an authenticated channel or attempt to send empty messages when the message flag is not set.
  • Wait for an authentication request before accepting it.
Edited by Richard T. Carback III

Merge request reports