| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Syncable trait error handling | Max Audron | 10 days | -2/+0 |
| | | ||||
| * | handshare and signalproxy/rpccall error handling | Max Audron | 10 days | -2/+4 |
| | | ||||
| * | clean up clippy lints | Max Audron | 10 days | -8/+7 |
| | | ||||
| * | replace all match_variant instances with try_into | Max Audron | 10 days | -2/+2 |
| | | | | | | | the match_variant macro was unclear, unreadable and no longer needed as we have automaticly derived from implementations for all Variant enum fields now | |||
| * | refactor deserialize and serializevariant trait | Max Audron | 2025-02-26 | -1/+1 |
| | | | | | move stuff around a bit to sepperate it out for deserializevariant | |||
| * | replace deprecated failure crate with thiserror | Max Audron | 2025-02-22 | -2/+3 |
| | | | | | | | | | | this changes the public API in that all our methods now return a proper ProtocolError crate. Needed change anyways to properly deal with all our errors in the long run. Will still need to do a pass through the crate to remove all existing unwraps where it makes sense. | |||
| * | WIP: impl more signalproxy objects | Max Audron | 2021-04-05 | -1/+1 |
| | | ||||
| * | add to and from network derive | Max Audron | 2021-01-21 | -2/+2 |
| | | ||||
| * | add more signalproxy objects | Max Audron | 2021-01-04 | -4/+4 |
| | | ||||
| * | split signalproxy.rs | Max Audron | 2020-09-26 | -0/+37 |
