aboutsummaryrefslogtreecommitdiff
path: root/src/primitive/variant.rs (follow)
Commit message (Expand)AuthorAgeLines
* NetworkMap error handlingMax Audron9 days-11/+11
* NetworkList and signalproxy objects error handlingMax Audron9 days-4/+4
* Syncable trait error handlingMax Audron10 days-1/+1
* clean up clippy lintsMax Audron10 days-13/+11
* replace all match_variant instances with try_intoMax Audron10 days-14/+6
* 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
* refactor variant serialization codeMax Audron2025-02-26-149/+63
* add MsgId and BufferId to objects where neededMax Audron2025-02-26-2/+2
* 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
* update dependencies and fix errorsMax Audron2025-02-22-52/+56
* rework Network derives to be more consistentMax Audron2023-12-20-29/+3
* 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
b968221976d915fabf5ea279e6078cfe9591&follow=1'>prepare for release on crates.ioMax Audron-39/+65 2021-10-20add async docs to macro crate and bump versionMax Audron-9/+10 2021-10-20change hook errors to be logged as warningsMax Audron-3/+3 they in nearly all cases aren't critical enough to warrant an actual error messages 2021-10-20fix configuration not loading correctly on release buildsMax Audron-8/+23 2021-10-19replace sedregex crate8-rework-sedMax Audron-20/+358 This replaces the sedregex crate with our own implementation for multiple reasons: 1. We required to access the parsed regex, this required a patch to the sedregex crate which did not get merged due to an inactive dev, blocking us from publishing on crates.Io 2. We wanted to highlight the changes done in bold 3. We want to add execution of multiple chained sed commands in the future which would require more modification 2021-10-19add formatting trait for irc codesMax Audron-0/+129 add an impl off the formatting trait on String to format Strings with the typical irc formatting codes for bold, italic etc 2021-10-17fix links in readmeMax Audron-2/+2