Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | flake.lock: Update | Vika | 2021-11-24 | 1 | -9/+9 |
| | | | | | | | | | | | | | | Flake lock file changes: • Updated input 'nixpkgs': 'github:kisik21/nixpkgs/28ab753837babd73e2200fb76a6c40f6cb8aee28' (2021-07-14) → 'github:kisik21/nixpkgs/e2b7e226ac2f83039d0f116c3693619a8bd6444c' (2021-11-23) • Updated input 'rust': 'github:oxalica/rust-overlay/63cff1cea66f1cd76fe5377776e5e597c6635a42' (2021-08-06) → 'github:oxalica/rust-overlay/885ef5bf9d2857dff8689292aedb511dfc952862' (2021-11-23) • Updated input 'rust/flake-utils': 'github:numtide/flake-utils/f7e004a55b120c02ecb6219596820fcd32ca8772' (2021-06-16) → 'github:numtide/flake-utils/bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4' (2021-11-15) | ||||
* | Update flake.lock | Vika | 2021-08-10 | 1 | -6/+19 |
| | |||||
* | Fixed flake-utils? | Vika Shleina | 2021-07-19 | 1 | -3/+4 |
| | |||||
* | make clippy happy | Vika Shleina | 2021-07-19 | 1 | -3/+3 |
| | |||||
* | Updated flake.lock and Cargo.lock | Vika Shleina | 2021-07-07 | 1 | -9/+9 |
| | |||||
* | Updated Rust to 1.52.0 | Vika | 2021-05-11 | 1 | -3/+3 |
| | |||||
* | Updated nixpkgs | Vika | 2021-05-05 | 1 | -3/+3 |
| | |||||
* | Switched to naersk for building crates with Nix... that requires unstable Cargo! | Vika | 2021-05-05 | 1 | -0/+22 |
| | |||||
* | Initial commit | Vika | 2021-05-04 | 1 | -0/+66 |
Working features: - Sending posts from the database - Reading posts from the database - Responding with MF2-JSON (only in debug mode!) - Not locking the database when not needed - All database actions are atomic (except for a small race where UIDs can clash, but that's not gonna happen often) TODOs: - Send webmentions - Send syndication requests - Send WebSub notifications - Make tombstones for deleted posts (update adding dt-deleted) - Rich reply contexts (possibly on the frontend part?) - Frontend? - Fix UID race Code maintenance TODOs: - Split the database module - Finish implementing the in-memory test database - Make RedisDatabase unit tests launch their own Redis instances (see redis-rs/tests/support/mod.rs for more info) - Write more unit-tests!!! |