aboutsummaryrefslogtreecommitdiff
path: root/src/primitive/datetime.rs (follow)
Commit message (Collapse)AuthorAgeLines
* replace deprecated failure crate with thiserrorMax Audron2025-02-22-7/+7
| | | | | | | | | 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-15/+25
|
* WIP: impl more signalproxy objectsMax Audron2021-04-05-2/+1
|
* reorganize tests and add quassel featuresMax Audron2021-01-21-0/+34
|
* 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-59/+112
|
* refactor everythingMax Audron2020-04-29-0/+107