oxalica
583f916cbe
chore,build(deps): remove rand 0.8 dependency
2025-09-11 18:12:14 -04:00
oxalica
b97ce5f29c
build(deps): update dependencies
...
CI / Code style (push) Waiting to run
CI / Test beta (push) Waiting to run
CI / Test stable (push) Waiting to run
CI / Flake package (push) Waiting to run
Deploy OpenAPI doc to Pages / deploy (push) Waiting to run
This includes:
- mock_instant 0.5 -> 0.6
- rstest 0.24 -> 0.26
- rusqlite 0.34 -> 0.37
- schemars 0.8 -> 1.0
- serde-inline-default 0.2 -> 1.0
- tokio-tungstenite 0.26 -> 0.27
Only schemars update needs some minor code changes.
2025-09-10 21:10:49 -04:00
oxalica
40e4a53886
build(deps): update to rand 0.9 is possible
...
CI / Code style (push) Has been cancelled
CI / Test beta (push) Has been cancelled
CI / Test stable (push) Has been cancelled
CI / Flake package (push) Has been cancelled
Deploy OpenAPI doc to Pages / deploy (push) Has been cancelled
Except for code using ed25519-dalek, since we are blocked by them.
Also tweak RNG source so only key generation uses `OsRng`. PoW nonce
generation only need unpredictability thus `ThreadRng` suffices.
See: https://github.com/dalek-cryptography/curve25519-dalek/issues/731
2025-04-15 20:28:09 -04:00
oxalica
2e0a878d56
build: migrate to Rust edition 2024
2025-03-18 11:38:19 -04:00
oxalica
37fbf5149e
build(deps): update to rusqlite 0.34, rustix 1 and fix warnings
2025-03-18 11:28:42 -04:00
oxalica
740e540b4b
build(deps): update to axum 0.8, rusqlite 0.33, tokio-tungstenite 0.26, thiserror 2
2025-02-11 00:13:56 -05:00
oxalica
0bfdad3877
build: update and clean dependencies
2024-10-16 06:18:52 -04:00
oxalica
066061e2ec
feat(blahctl): add database commands to modify users and rooms
2024-09-24 22:59:32 -04:00
oxalica
3cc6017ae0
refactor(blahctl)!: update to new id-desc and schema
2024-09-24 21:54:54 -04:00
oxalica
5252aa19ee
feat(blahctl): add identity management commands
2024-09-17 21:44:36 -04:00
oxalica
0ac841e6fa
refactor: move types crate into blahd-types
subpackage
2024-09-10 03:47:41 -04:00
oxalica
5fadffef4d
Add GitHub CI and fix clippy warnings
2024-09-01 20:20:30 -04:00
oxalica
668b873b07
Reorganize workspace layout and split out blahd
2024-08-31 00:04:16 -04:00
oxalica
482432758c
Allow using userkey literal in ctl commands
2024-08-27 01:29:48 -04:00
oxalica
593da123b6
Initial impl
2024-08-27 01:29:48 -04:00