Commit Graph

4 Commits

Author SHA1 Message Date
a426edb1f6 Use our own UID package. 2025-05-26 18:18:21 +03:00
28008a320d Refactor error handling and logging system
- Replace custom errors package with xerrors for structured error handling
- Remove local logging wrapper and use git.antanst.com/antanst/logging
- Add proper error codes and user messages in server responses
- Improve connection handling with better error categorization
- Update certificate path to use local certs/ directory
- Add request size validation (1024 byte limit)
- Remove panic-on-error configuration option
- Enhance error logging with connection IDs and remote addresses
2025-05-26 13:28:16 +03:00
05ff646284 Fix an error log 2025-02-26 10:28:37 +02:00
3004bc9dd3 Initial commit 2025-02-03 13:12:54 +02:00