| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | clean up clippy lints | Max Audron | 10 days | -13/+11 |
| | | ||||
| * | replace all match_variant instances with try_into | Max Audron | 10 days | -14/+6 |
| | | | | | | | the match_variant macro was unclear, unreadable and no longer needed as we have automaticly derived from implementations for all Variant enum fields now | |||
| * | add UserType implementation for required signalproxy objects | Max Audron | 2025-03-01 | -7/+17 |
| | | ||||
| * | extend docs and reorganize files | Max Audron | 2025-02-27 | -1/+1 |
| | | ||||
| * | implement NetworkId UserType | Max Audron | 2025-02-26 | -11/+6 |
| | | ||||
| * | implement IdentityId | Max Audron | 2025-02-26 | -2/+5 |
| | | ||||
| * | refactor variant deserialization | Max Audron | 2025-02-26 | -104/+24 |
| | | ||||
| * | refactor deserialize and serializevariant trait | Max Audron | 2025-02-26 | -1/+1 |
| | | | | | move stuff around a bit to sepperate it out for deserializevariant | |||
| * | refactor variant serialization code | Max Audron | 2025-02-26 | -149/+63 |
| | | | | | | Factored out a lot of the serialization of variants into trait's that have auto impl so code duplication is much reduced | |||
| * | add MsgId and BufferId to objects where needed | Max Audron | 2025-02-26 | -2/+2 |
| | | | | | | | some objects where still handling BufferId or MsgId as their raw types which lead to errors now that the Types are properly parsed in the varinats | |||
| * | Use BufferId in BufferInfo | Tobias Deiminger | 2025-02-25 | -2/+2 |
| | | ||||
| * | Use BufferId in Variant | Tobias Deiminger | 2025-02-25 | -2/+33 |
| | | ||||
| * | Use MsgId in Variant | Tobias Deiminger | 2025-02-25 | -15/+34 |
| | | ||||
| * | replace deprecated failure crate with thiserror | Max Audron | 2025-02-22 | -6/+4 |
| | | | | | | | | | | 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. | |||
| * | update dependencies and fix errors | Max Audron | 2025-02-22 | -52/+56 |
| | | ||||
| * | rework Network derives to be more consistent | Max Audron | 2023-12-20 | -29/+3 |
| | | | | | i don't even know anymore, blame past me | |||
| * | use VariantMap as target for generic NetworkMap for HashMap impl | Max Audron | 2023-12-19 | -24/+24 |
| | | ||||
| * | add value that failed to string from variant impl | Max Audron | 2023-12-19 | -2/+2 |
| | | ||||
| * | add variant impl for char | Max Audron | 2022-10-06 | -0/+22 |
| | | ||||
| * | add ignorelistmanager impl | Max Audron | 2021-12-03 | -0/+6 |
| | | ||||
| * | migrate to separated NetworkMap and NetworkList macros | Max Audron | 2021-10-01 | -0/+38 |
| | | ||||
| * | implement the Network trait generically for all inner Variant Types | Max Audron | 2021-07-21 | -1/+66 |
| | | ||||
| * | WIP: impl more signalproxy objects | Max Audron | 2021-04-05 | -2/+28 |
| | | ||||
| * | WIP: impl signalproxy types | Max Audron | 2021-03-09 | -1/+5 |
| | | ||||
| * | reorganize tests and add quassel features | Max Audron | 2021-01-21 | -10/+316 |
| | | ||||
| * | add message parsing feature flags | Max Audron | 2021-01-04 | -3/+22 |
| | | ||||
| * | add parsing of signalproxy messages | Max Audron | 2020-05-02 | -7/+6 |
| | | ||||
| * | refactor everything | Max Audron | 2020-04-29 | -0/+304 |
