aboutsummaryrefslogtreecommitdiff
path: root/src/message/signalproxy/rpccall (follow)
Commit message (Collapse)AuthorAgeLines
* clean up clippy lintsMax Audron11 days-11/+11
|
* replace all match_variant instances with try_intoMax Audron11 days-27/+27
| | | | | | the match_variant macro was unclear, unreadable and no longer needed as we have automaticly derived from implementations for all Variant enum fields now
* implement rpc callsMax Audron2025-03-01-0/+755