aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs
Commit message (Collapse)AuthorAgeFilesLines
* TLS and Unix socket supportTomasz Kramkowski2025-07-211-9/+25
|
* Non-UTF8 path/argument supportTomasz Kramkowski2025-07-201-20/+24
|
* Move serde helpers to a separate moduleTomasz Kramkowski2025-07-191-188/+6
|
* Change client ID to just idTomasz Kramkowski2025-07-101-2/+2
|
* Configurable loggingTomasz Kramkowski2025-07-101-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 Kramkowski2025-07-091-2/+5
|
* Switch to boxed slices instead of vecsTomasz Kramkowski2025-07-091-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