aboutsummaryrefslogtreecommitdiff
path: root/src/primitive/variant.rs (follow)
Commit message (Collapse)AuthorAgeLines
* clean up clippy lintsMax Audron10 days-13/+11
|
* replace all match_variant instances with try_intoMax Audron10 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 objectsMax Audron2025-03-01-7/+17
|
* extend docs and reorganize filesMax Audron2025-02-27-1/+1
|
* implement NetworkId UserTypeMax Audron2025-02-26-11/+6
|
* implement IdentityIdMax Audron2025-02-26-2/+5
|
* refactor variant deserializationMax Audron2025-02-26-104/+24
|
* refactor deserialize and serializevariant traitMax Audron2025-02-26-1/+1
| | | | move stuff around a bit to sepperate it out for deserializevariant
* refactor variant serialization codeMax Audron2025-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 neededMax Audron2025-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 BufferInfoTobias Deiminger2025-02-25-2/+2
|
* Use BufferId in VariantTobias Deiminger2025-02-25-2/+33
|
* Use MsgId in VariantTobias Deiminger2025-02-25-15/+34
|
* replace deprecated failure crate with thiserrorMax Audron2025-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 errorsMax Audron2025-02-22-52/+56
|
* rework Network derives to be more consistentMax Audron2023-12-20-29/+3
| | | | i don't even know anymore, blame past me
* use VariantMap as target for generic NetworkMap for HashMap implMax Audron2023-12-19-24/+24
|
* add value that failed to string from variant implMax Audron2023-12-19-2/+2
|
* add variant impl for charMax Audron2022-10-06-0/+22
|
* add ignorelistmanager implMax Audron2021-12-03-0/+6
|
* migrate to separated NetworkMap and NetworkList macrosMax Audron2021-10-01-0/+38
|
* implement the Network trait generically for all inner Variant TypesMax Audron2021-07-21-1/+66
|
* WIP: impl more signalproxy objectsMax Audron2021-04-05-2/+28
|
* WIP: impl signalproxy typesMax Audron2021-03-09-1/+5
|
* reorganize tests and add quassel featuresMax Audron2021-01-21-10/+316
|
* add message parsing feature flagsMax Audron2021-01-04-3/+22
|
* add parsing of signalproxy messagesMax Audron2020-05-02-7/+6
|
* refactor everythingMax Audron2020-04-29-0/+304