aboutsummaryrefslogtreecommitdiff
path: root/src/primitive (follow)
Commit message (Expand)AuthorAgeLines
* temporarly fix nested network repr parsing for variant typesMax Audron2025-07-27-30/+16
* 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/+71
* implement IdentityIdMax Audron2025-02-26-3/+73
* refactor variant deserializationMax Audron2025-02-26-104/+24
* refactor deserialize and serializevariant traitMax Audron2025-02-26-37/+37
* refactor variant serialization codeMax Audron2025-02-26-193/+276
* add MsgId and BufferId to objects where neededMax Audron2025-02-26-4/+43
* enable transparent repr for msgid and bufferidMax Audron2025-02-25-0/+2
* Use BufferId in BufferInfoTobias Deiminger2025-02-25-10/+11
* Use BufferId in VariantTobias Deiminger2025-02-25-2/+33
* Add BufferId as Rust typeTobias Deiminger2025-02-25-0/+39
* Use MsgId in MessageTobias Deiminger2025-02-25-18/+6
* Use MsgId in VariantTobias Deiminger2025-02-25-20/+37
* Add MsgId as Rust typeTobias Deiminger2025-02-25-0/+56
* clean up unused_import and unused_variables a bitMax Audron2025-02-23-0/+3
* fix server feature errorsMax Audron2025-02-23-1/+1
* replace deprecated failure crate with thiserrorMax Audron2025-02-22-94/+76
* update dependencies and fix errorsMax Audron2025-02-22-67/+82
* rework Network derives to be more consistentMax Audron2023-12-20-35/+37
* 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-2/+41
* add ignorelistmanager implMax Audron2021-12-03-0/+6
* upgrade to rust 2021 editionMax Audron2021-12-02-4/+2
* 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
* change IRC MessageType to be a bitflag instead of enumMax Audron2021-07-21-54/+92
* WIP: impl more signalproxy objectsMax Audron2021-04-05-24/+45
* WIP: impl signalproxy typesMax Audron2021-03-09-1/+8
* reorganize tests and add quassel featuresMax Audron2021-01-21-22/+546
* random stuffMax Audron2021-01-04-2/+6
* add message parsing feature flagsMax Audron2021-01-04-43/+83
* fix parsing of datetime when value is -1Max Audron2021-01-04-1/+9
* rework handshakemessage parsingMax Audron2021-01-02-1/+1
* add parsing of signalproxy messagesMax Audron2020-05-02-66/+118
* refactor everythingMax Audron2020-04-29-0/+1156