aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs
Commit message (Collapse)AuthorAgeFilesLines
* Configurable loggingTomasz Kramkowski11 days1-0/+32
| | | | | | | | Would be good to maybe log more things, and maybe play around with log levels. But this is okay for now. stderrlog probably will go at some point, too many unnecessary transient dependencies
* Fix tests after boxed slicesTomasz Kramkowski11 days1-2/+5
|
* Switch to boxed slices instead of vecsTomasz Kramkowski11 days1-6/+6
|
* Rename helperTomasz Kramkowski2025-07-041-2/+2
|
* Add per-process timeoutTomasz Kramkowski2025-07-041-12/+121
| | | | Side note... holy crap serde... more boilerplate than code at this point
* Some config testsTomasz Kramkowski2025-07-041-0/+147
|
* Configurable global timeoutTomasz Kramkowski2025-07-041-0/+57
|
* Future note regarding adding MQTT configurablesTomasz Kramkowski2025-07-041-0/+1
|
* Configurable QoSTomasz Kramkowski2025-07-041-12/+93
|
* Complain if config has creds and bad modeTomasz Kramkowski2025-06-271-3/+21
|
* Minimal changes to convert to asyncTomasz Kramkowski2025-06-271-3/+3
|
* Initial commitTomasz Kramkowski2025-06-271-0/+59