aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs (follow)
Commit message (Collapse)AuthorAgeLines
* clean up unused_import and unused_variables a bitMax Audron2025-02-23-1/+0
|
* replace deprecated failure crate with thiserrorMax Audron2025-02-22-14/+12
| | | | | | | | | 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-0/+1
|
* make client and server features mutually exclusiveMax Audron2021-12-01-0/+3
|
* remove no longer needed feature flag so we can compile on rust stableMax Audron2021-11-29-2/+4
|
* migrate to separated NetworkMap and NetworkList macrosMax Audron2021-10-01-0/+2
|
* minor docs and cleanupMax Audron2021-07-21-2/+1
|
* WIP: impl more signalproxy objectsMax Audron2021-04-05-19/+39
|
* WIP: impl signalproxy typesMax Audron2021-03-09-1/+0
|
* reorganize tests and add quassel featuresMax Audron2021-01-21-3/+1
|
* update dependenciesMax Audron2021-01-02-3/+10
|
* updateMax Audron2020-10-16-0/+2
|
* refactor everythingMax Audron2020-04-29-4/+53
|
* finish parsing of primitive typesMax Audron2020-04-25-1/+0
|
* sort featuresMax Audron2020-01-23-0/+15