Commit Graph

10 Commits

Author SHA1 Message Date
oysteikt d52f679df0 clang-format
Build and test / build (push) Successful in 59s
Build and test / test (push) Successful in 1m13s
Build and test / build-freebsd-cross (push) Successful in 2m13s
2026-06-12 02:51:25 +09:00
oysteikt 3c2c462710 test/minecraft: test parse_multiple_player_entities 2026-06-12 02:47:33 +09:00
oysteikt 8281c700bc test/minecraft: test parse_player_entity 2026-06-12 02:23:55 +09:00
oysteikt de777030b0 rcon: use correct packet type for auth responses 2026-06-12 02:01:11 +09:00
oysteikt 1b7afcc8e6 test/rcon: use close_socketpair everywhere 2026-06-12 01:23:37 +09:00
oysteikt 4a2469bf43 test/rcon: test various aspects of authentication
Build and test / build (push) Successful in 58s
Build and test / build-freebsd-cross (push) Successful in 1m4s
Build and test / test (push) Successful in 1m16s
2026-06-12 00:09:53 +09:00
oysteikt 5e5521bfc8 test/rcon: test unexpected server connection close 2026-06-12 00:09:52 +09:00
oysteikt 6dd67cdb50 test/rcon: name sockets fds more clearly
Distinguishing between `sv[0]` and `sv[1]` gets old after a while...
Let's name them `client` and `server` for clarity.
2026-06-12 00:09:52 +09:00
oysteikt 16e9f12a34 Split off rcon related code into separate source file
Also rename tests and rename some constants, and modify Makefile to
handle the new structure.
2026-06-11 17:02:21 +09:00
oysteikt ca3139fe3b tests: create some basic unit tests 2026-06-11 04:31:54 +09:00