index
:
pilcrow
main
notifs-controls
wip/push-notif
Run-It-Yourself web chat, maybe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
db
/
mod.rs
Commit message (
Expand
)
Author
Age
*
Define a generic "Failed" case for app-level errors (and a few others).
Owen Jacobson
2025-11-25
*
Remove support for detecting and rejecting databases from historical migratio...
Owen Jacobson
2025-11-09
*
Remove `pilcrow::cli::Error` from the lib crate's public interface.
Owen Jacobson
2025-07-22
*
Fix a couple of stray `clippy` lints.
Owen Jacobson
2025-05-27
*
Canonicalize login and channel names.
Owen Jacobson
2024-10-22
*
Return a distinct error when an invite username is in use.
Owen Jacobson
2024-10-11
*
Fix invalid migration.
Owen Jacobson
2024-10-10
*
Return an instance of the client when opening a channel URL directly.
Owen Jacobson
2024-10-10
*
Automatically delete database backups if automatic restore is successful.
Owen Jacobson
2024-10-10
*
Improve ergonomics of `Backup`
Owen Jacobson
2024-10-05
*
Use sqlx's API, not SQL groveling, to find unwanted migrations.
Owen Jacobson
2024-10-05
*
Make a backup of the `.hi` database before applying migrations.
Owen Jacobson
2024-10-05