summaryrefslogtreecommitdiff
path: root/src/error.rs
Commit message (Collapse)AuthorAge
* Closes #27. Give more useful error responses and logsfxqnlr2024-07-02
|
* Closes #35. Entry of Ip optional, error on ping request without saved ipFxQnLr2024-04-15
|
* Closes #30 and #27. At least a littleFxQnLr2024-04-10
|
* Closes #24. Changed postgres to json directory storageFxQnLr2024-04-10
|
* Closes #19. Added OpenApi through `utoipa`FxQnLr2024-03-04
|
* Closes #16. Impl auth as extractorFxQnLr2024-02-25
|
* Refactor stuff. Use Postgres TypesFxQnLr2024-02-18
|
* Closes #15. No usable Error message right nowFxQnLr2024-02-15
|
* Closes #10 & #12. Added `thiserror` crate and changed to `IntoSocketAddr` ↵FxQnLr2024-02-15
| | | | for easier usage and error handling
* fix clippyFxQnLr2024-02-11
|
* ping timeout and cleanupFxQnLr2023-11-02
|
* does what is expected, but badlyFxQnLr2023-10-29
|
* first ping impl baseline, doesnt workfx2023-10-24
|
* add init function for db tablesfx2023-10-21
|
* db int for apifx2023-10-09