summaryrefslogtreecommitdiff
path: root/main.go
Commit message (Collapse)AuthorAge
* Move handlers to handlers fileRobby Zambito9 days
|
* Use /api/v1 for the API prefixRobby Zambito9 days
|
* Add exploitable log parsingRobby Zambito9 days
|
* CleanupRobby Zambito9 days
|
* Wrap auth requests in authRequest objectRobby Zambito9 days
| | | | Remove debug prints
* it works ??Robby Zambito9 days
|
* uhh did stuff to make logging better i thinkRobby Zambito9 days
|
* Log login attemptsRobby Zambito10 days
|
* go fmtRobby Zambito10 days
|
* Log access as jsonRobby Zambito10 days
| | | | Redact client IPs
* Added support for newlinesRobby Zambito10 days
| | | | | | logs added with newlines in the value will be added as seperate values in the log array Testing with \\n for inserting \n in the output, that works fine.
* Use log_length constantRobby Zambito10 days
| | | | Fix bug when appending at filled logs
* Add logs endpoint with dynamic valuesRobby Zambito11 days
|
* start endpoint handlersRobby Zambito12 days
|
* Serve a basic html page and REST api endpointRobby Zambito2025-07-29
|
* Initial commitRobby Zambito2025-07-29