1
4
mirror of https://github.com/yunginnanet/HellPot synced 2024-06-28 16:50:51 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
fcf3c8c0fa
Fix[CI][SAST]: Resolve gosec false positive 2024-02-14 22:15:12 -08:00
5068e45ed9
Chore: remove empty file 2024-02-09 14:23:22 -08:00
Emil Jonathan Eriksson
ad886779cf
Add logger.console_time_format option
I personally enjoy watching the pretty logs in my terminal,
but I don't like AM/PM.

This allows users to set whatever they want in the console, while
keeping the old '03:04PM' format as a default.

This change does not affect the logs written to file.
2024-01-18 20:26:29 +01:00
Emil Eriksson
39e49f33d1
Use Catch-All parameters when using config.CatchAll (#129)
* Use Catch-All parameters when using config.CatchAll

The old implementation could fail to match for example
`/git/config`, but also nested paths such as `/example/here`.

See https://pkg.go.dev/github.com/fasthttp/router#readme-catch-all-parameters

* Run go fmt
2024-01-16 03:12:53 -08:00
4b4fb0b437
Fix: Closes #53 by finishing GH-97 2023-08-12 22:07:47 -07:00
ad1115b87d
Fix: nosec false positive 2023-02-28 17:23:28 -08:00
21063fff45
Feat: Makefile + add proper git tag versioning 2023-02-28 17:18:07 -08:00
3dd9ee07e1
Refactor: Slight adjustments to config and program version display 2023-02-28 17:03:12 -08:00
DJ1975
22a52aff04
Feature - making X-Real-IP configurable (#70) 2023-02-28 16:58:41 -08:00
2307ea7e63
Fix CLI args (#66)
Signed-off-by: kayos@tcp.direct <kayos@tcp.direct>
2023-02-04 05:42:17 -08:00
b9b85e858f
Tidy up + Enable automatic releases (#31) (#65) 2023-02-02 21:23:32 -08:00
9c7c6c763d
Fix remoteaddr from previous commit 2023-01-03 09:47:57 -08:00
4931c51a61
Logging: fix robots not showing client into 2023-01-03 09:37:12 -08:00
dd1a3a703b
Backport from dev 2022-09-11 04:32:45 -07:00
2cc7fa6ac1
Merge master changes into dev 2022-09-11 04:16:19 -07:00
2755e4b502
Minor adjustments 2022-09-11 04:13:41 -07:00
7433634ad3
Begin limiting writer implementation 2022-09-11 03:04:46 -07:00