Commit Graph

11 Commits

Author SHA1 Message Date
64c1df645d add WithStaleTimeout Option function.
add a trace level log when a session gets deleted.
2024-10-19 21:19:03 +01:00
2fc0f7a74f log challenge requests 2024-09-28 15:36:04 +01:00
6cd90ae1dd reuse single buffers 2024-09-28 00:38:55 +01:00
0c054377ba move validator methods into Validator struct
embed Validator into Session

unexport Session
2024-03-26 10:47:53 +00:00
dfcdb6a96a move packet header check methods into Session
log invalid packets at error level
2024-03-20 18:02:55 +00:00
f2fd9354f0 add isRconPacket(), isQueryPacket() and isResponsePacket() methods
response packets now logged at Debug level
2024-03-20 17:05:02 +00:00
d8015c921c add logrus dependency 2024-03-08 02:29:40 +00:00
ab91c219b9 add isValidPacket
ignore packets that don't match q3 rcon/query
2024-01-27 14:48:39 +00:00
Dylan Parker
5eff7e1c08 dont wait for response 2023-01-08 05:04:44 -06:00
Dylan Parker
9640e6dc2d working for valheim 2023-01-08 04:59:43 -06:00
Dylan Parker
cfa445db14 initial commit 2023-01-08 03:26:04 -06:00