summaryrefslogtreecommitdiff
path: root/src/user/repo.rs
Commit message (Expand)AuthorAge
* Split `user` into a chat-facing entity and an authentication-facing entity.Owen Jacobson2025-08-26
* Split the `user` table into an authentication portion and a chat portion.Owen Jacobson2025-08-26
* Hoist `password` out to the top level.Owen Jacobson2025-08-24
* Rust 1.89: Add elided lifetime parameters (`'_`) where appropriate.Owen Jacobson2025-08-13
* Rename the `login` module to `user`.Owen Jacobson2025-03-23