| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | clean up clippy lints | Max Audron | 10 days | -59/+55 |
| | | ||||
| * | replace all match_variant instances with try_into | Max Audron | 10 days | -19/+11 |
| | | | | | | | the match_variant macro was unclear, unreadable and no longer needed as we have automaticly derived from implementations for all Variant enum fields now | |||
| * | temporarly fix nested network repr parsing for variant types | Max Audron | 2025-07-27 | -30/+16 |
| | | ||||
| * | 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/+71 |
| | | ||||
| * | implement IdentityId | Max Audron | 2025-02-26 | -3/+73 |
| | | ||||
| * | refactor variant deserialization | Max Audron | 2025-02-26 | -104/+24 |
| | | ||||
| * | refactor deserialize and serializevariant trait | Max Audron | 2025-02-26 | -37/+37 |
| | | | | | move stuff around a bit to sepperate it out for deserializevariant | |||
| * | refactor variant serialization code | Max Audron | 2025-02-26 | -193/+276 |
| | | | | | | 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 | -4/+43 |
| | | | | | | | 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 | |||
| * | enable transparent repr for msgid and bufferid | Max Audron | 2025-02-25 | -0/+2 |
| | | ||||
| * | Use BufferId in BufferInfo | Tobias Deiminger | 2025-02-25 | -10/+11 |
| | | ||||
| * | Use BufferId in Variant | Tobias Deiminger | 2025-02-25 | -2/+33 |
| | | ||||
| * | Add BufferId as Rust type | Tobias Deiminger | 2025-02-25 | -0/+39 |
| | | | | | | | Up to now it was represented as i32. If we introduce a newtype for it, we can handle it idiomatically as dedicated Variant::BufferId variant (instead of having it mashed into Variant::UserType). | |||
| * | Use MsgId in Message | Tobias Deiminger | 2025-02-25 | -18/+6 |
| | | ||||
| * | Use MsgId in Variant | Tobias Deiminger | 2025-02-25 | -20/+37 |
| | | ||||
| * | Add MsgId as Rust type | Tobias Deiminger | 2025-02-25 | -0/+56 |
| | | | | | | | Up to now it was handled implicitely in Variant::UserType. Making it an explicit type allows to centralize the i32/i64 cfg dependency and to use the type for arguments in signalproxy::objects functions. | |||
| * | clean up unused_import and unused_variables a bit | Max Audron | 2025-02-23 | -0/+3 |
| | | ||||
| * | fix server feature errors | Max Audron | 2025-02-23 | -1/+1 |
| | | ||||
| * | replace deprecated failure crate with thiserror | Max Audron | 2025-02-22 | -94/+76 |
| | | | | | | | | | | 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 | -67/+82 |
| | | ||||
| * | rework Network derives to be more consistent | Max Audron | 2023-12-20 | -35/+37 |
| | | | | | 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 | -2/+41 |
| | | ||||
| * | add ignorelistmanager impl | Max Audron | 2021-12-03 | -0/+6 |
| | | ||||
| * | upgrade to rust 2021 edition | Max Audron | 2021-12-02 | -4/+2 |
| | | ||||
| * | 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 |
| | | ||||
| * | change IRC MessageType to be a bitflag instead of enum | Max Audron | 2021-07-21 | -54/+92 |
| | | | | | | | the BufferSyncer object uses this type in a bitflag manner to indicate all the kinds of change that happened. bitflag still allows very enum esque usage so the change is okay for the Message object. | |||
| * | WIP: impl more signalproxy objects | Max Audron | 2021-04-05 | -24/+45 |
| | | ||||
| * | WIP: impl signalproxy types | Max Audron | 2021-03-09 | -1/+8 |
| | | ||||
| * | reorganize tests and add quassel features | Max Audron | 2021-01-21 | -22/+546 |
| | | ||||
| * | random stuff | Max Audron | 2021-01-04 | -2/+6 |
| | | ||||
| * | add message parsing feature flags | Max Audron | 2021-01-04 | -43/+83 |
| | | ||||
| * | fix parsing of datetime when value is -1 | Max Audron | 2021-01-04 | -1/+9 |
| | | ||||
| * | rework handshakemessage parsing | Max Audron | 2021-01-02 | -1/+1 |
| | | ||||
| * | add parsing of signalproxy messages | Max Audron | 2020-05-02 | -66/+118 |
| | | ||||
| * | refactor everything | Max Audron | 2020-04-29 | -0/+1156 |
