Houmgaor
|
e929346bf3
|
test: add unit tests for core packages
Add comprehensive test coverage for:
- common/token: token generation and RNG tests
- common/stringsupport: string encoding, CSV operations
- common/byteframe: binary read/write operations
- common/mhfcourse: course/subscription logic
- network/crypt_packet: packet header parsing
- network/binpacket: binary packet round-trips
- network/mhfpacket: packet interface and opcode mapping
- config: configuration struct and loading
- server/entranceserver: response building
- server/signserver: response ID constants
- server/signv2server: HTTP endpoint validation
- server/channelserver: session, semaphore, and handler tests
All tests pass with race detector enabled.
|
2026-01-30 00:19:27 +01:00 |
|
Houmgaor
|
a992c5a603
|
refactor(format): automated formatting with go fmt.
|
2025-11-24 17:59:41 +01:00 |
|
wish
|
0caf610d33
|
rework logging code
|
2023-03-09 22:11:55 +11:00 |
|
wish
|
dcab41a6c7
|
rework logging code
|
2023-03-09 22:05:32 +11:00 |
|
wish
|
e811dd1274
|
initial time fix
|
2023-03-04 21:43:10 +11:00 |
|
wish
|
747f21c4db
|
workaround for localhost connections
|
2023-02-25 16:12:51 +11:00 |
|
wish
|
9fc26405bb
|
defer closing entranceserver connections
|
2022-10-18 12:03:12 +11:00 |
|
wish
|
7d3aa8c5b9
|
use default currentplayers integer on fail
|
2022-10-12 05:19:48 +11:00 |
|
wish
|
f9e9aaa303
|
use default season integer on fail
|
2022-10-12 05:15:40 +11:00 |
|
wish
|
e9cc5cc3e2
|
parse host as FQDN or IP
|
2022-08-04 23:52:13 +10:00 |
|
wish
|
2c0e7a5267
|
repository cleanup
|
2022-07-29 03:25:23 +10:00 |
|