summaryrefslogtreecommitdiff
path: root/src/clock.rs
Commit message (Collapse)AuthorAge
* Tests for retrieving invitesOwen Jacobson2024-10-24
|
* Remove some extraneous turbofish operators.Owen Jacobson2024-09-25
|
* Re-wrap comments.Owen Jacobson2024-09-25
|
* rustdoc comment for the (very limited) public API of the crate.Owen Jacobson2024-09-25
| | | | | | | | This silences some `-Wclippy::pedantic` warning, and it's just a good thing to do. I've made the choice to have the docs comment face programmers, and to provide `hi --help` and `hi -h` content via Clap attributes instead of inferring it from the docs comment. Internal (private) "rustdoc" comments have been converted to regular comments until I learn how to write better rustdoc.
* Write tests.Owen Jacobson2024-09-20
|
* Suggested fixes from Clippy, via nursery and pedantic sets.Owen Jacobson2024-09-13
|
* Consolidate the (now) two definitions of DateTime.Owen Jacobson2024-09-12
|
* Remove the now-unused `timestamp()` method from RequestedAt.Owen Jacobson2024-09-11
| | | | Access its contents using pattern matching, or reinstate the method as needed.
* Expire sessions after 90 days.Owen Jacobson2024-09-04