aboutsummaryrefslogtreecommitdiff
path: root/src/primitive/variant.rs (follow)
Commit message (Collapse)AuthorAgeLines
* 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