index
:
atuin
main
Turtle. A hard-fork of atuin, focusing on a more minimal feature set
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crates
/
turtle
/
src
/
atuin_server
/
database
/
models.rs
(
unfollow
)
Commit message (
Expand
)
Author
3 days
feat(server): Make user stuff stateless
Benedikt Peetz
3 days
chore(server): Simplify the database support
Benedikt Peetz
3 days
chore: Remove all `pub`s
Benedikt Peetz
3 days
chore: Move everything into one big crate
Benedikt Peetz
2026-01-27
feat: remove user verification functionality (#3108)
Ellie Huxtable
2024-06-24
feat: add user account verification (#2190)
Ellie Huxtable
2024-04-18
chore: move crates into crates/ dir (#1958)
Ellie Huxtable
2023-09-11
replace chrono with time (#806)
Conrad Ludgate
2023-06-15
Builder interface for History objects (#933)
Vlad Stepanov
2023-06-12
refactor server to allow pluggable db and tracing (#1036)
Conrad Ludgate
2022-04-12
goodbye warp, hello axum (#296)
Conrad Ludgate
2021-05-09
some changes :shrug: (#83)
Conrad Ludgate
2021-04-20
Use cargo workspaces (#37)
Ellie Huxtable
2021-04-20
Switch to Warp + SQLx, use async, switch to Rust stable (#36)
Ellie Huxtable
2021-04-13
Add history sync, resolves #13 (#31)
Ellie Huxtable
2021-03-21
Implement server (#23)
Ellie Huxtable