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
2021-10-22write tons of documentation and reorganize some modulesMax Audron-65/+300 2021-10-22remove wolfram alpha url shorteningMax Audron-1/+2 2021-10-20remove failing wolfram alpha test casesMax Audron-105/+55 2021-10-20bump version to 1.6.2Max Audron-3/+2 2021-10-20prepare 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 2021-10-20fix configuration not loading correctly on release buildsMax Audron-8/+23 2021-10-19replace sedregex crate8-rework-sedMax Audron-20/+358 2021-10-19add formatting trait for irc codesMax Audron-0/+129 2021-10-17fix links in readmeMax Audron-2/+2