| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve default ntfy configuration | sommerfeld | 2024-04-30 | 1 | -7/+78 |
| | | |||||
| * | Use serde_json directly | sommerfeld | 2024-04-30 | 1 | -10/+12 |
| | | | | | Instead of relying on nostr_sdk reexport | ||||
| * | Improve wallet descriptor support | sommerfeld | 2024-04-30 | 1 | -9/+28 |
| | | |||||
| * | Log errors occuring during action::run | sommerfeld | 2024-04-24 | 1 | -2/+12 |
| | | |||||
| * | Improve log format consistency | sommerfeld | 2024-04-24 | 2 | -5/+19 |
| | | |||||
| * | Add MessageParams::wallet() getter | sommerfeld | 2024-04-24 | 1 | -0/+4 |
| | | |||||
| * | Use alt selector for displaying anyhow::Error | sommerfeld | 2024-04-24 | 5 | -7/+7 |
| | | |||||
| * | Simplify function return type | sommerfeld | 2024-04-24 | 1 | -11/+4 |
| | | | | | It does not need to return a Result. | ||||
| * | Add more debug logging | sommerfeld | 2024-04-23 | 2 | -0/+3 |
| | | |||||
| * | Add name() to Action trait | sommerfeld | 2024-04-23 | 8 | -0/+28 |
| | | |||||
| * | Allow RUST_LOG to correctly override default | sommerfeld | 2024-04-23 | 1 | -4/+6 |
| | | |||||
| * | Deprivatize MessageParams getters | sommerfeld | 2024-04-23 | 1 | -6/+6 |
| | | |||||
| * | Refactor action dispatching to run_actions() | sommerfeld | 2024-04-23 | 2 | -17/+15 |
| | | |||||
| * | Move actions/mod.rs to actions.rs | sommerfeld | 2024-04-23 | 1 | -0/+0 |
| | | |||||
| * | Avoid extern crate | sommerfeld | 2024-04-23 | 5 | -6/+6 |
| | | | | | Causes issues with rust-analyzer | ||||
| * | Add cfg(unix) to tokio::signal code | sommerfeld | 2024-04-22 | 1 | -0/+3 |
| | | |||||
| * | Add missing deserialization lowercase rename | sommerfeld | 2024-04-22 | 1 | -0/+1 |
| | | | | | For MessageFormat | ||||
| * | Initial commitv0.1.0 | sommerfeld | 2024-04-21 | 13 | -0/+1597 |
