1
4
mirror of https://github.com/yunginnanet/HellPot synced 2024-06-30 17:50:53 +00:00
Commit Graph

31 Commits

Author SHA1 Message Date
Muzucode
609aad86df Fix typo 2024-05-15 04:33:06 -07:00
0bd5fb0eaa
Fix: logger directory initialization 2024-05-15 04:31:35 -07:00
fb999514f5
Chore: deprecate internal speedometer in favor of Rate5 implementation 2024-04-14 16:44:01 -07:00
25b104d77a
Merge branch 'main' into development 2024-04-14 16:41:41 -07:00
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
7a88e63cc0
Merge branch 'main' into development 2024-01-16 03:13:40 -08: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
add6bd55d7
Fix[CI]: gosec nosec (again) 2023-10-20 01:17:21 -07:00
3c39720646
Chore: tidy up 2023-10-20 01:04:55 -07:00
3f79f26809
Merge branch 'main' into development 2023-10-19 23:18:27 -07:00
7633aa3e79
Fix: remediate unit test race condition 2023-10-19 04:14:53 -07:00
7c5cc69038
Chore: tidy up 2023-10-19 04:09:17 -07:00
e3e05258e7
Fix[CI](SAST): gosec nosec 2023-10-19 04:07:52 -07:00
d88ed900f8
Feat[speedo]: flesh out speedo and add TCP transfer test 2023-10-19 03:52:08 -07:00
4b4fb0b437
Fix: Closes #53 by finishing GH-97 2023-08-12 22:07:47 -07:00
c61f6b4a9c
Feat: Fix and finish bandwidth limiting io.Writer 2023-03-05 03:56:26 -08:00
b8b4b56cba
Fix: Re-add speedometer for bandwidth metering feature 2023-03-05 01:13:07 -08: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