Houmgaor
d32e77efba
refactor: replace panic calls with structured error handling
...
Replace ~25 panic() calls in non-fatal code paths with proper
s.logger.Error + return patterns. Panics in handler code crashed
goroutines (caught by defer/recover but still disruptive) instead
of failing gracefully.
Key changes:
- SJISToUTF8 now returns (string, error); all 30+ callers updated
- Handler DB/IO panics replaced with log + return/ack fail
- Unhandled switch-case panics replaced with logger.Error
- Sign server Accept() panic replaced with log + continue
- Dead unreachable panic in guild_model.go removed
- deltacomp patch error logs and returns partial data
Panics intentionally kept: ByteFrame sentinel, unimplemented
packet stubs, os.Exit in main.go.
2026-02-20 19:11:41 +01:00
Houmgaor
c2eba51b29
fix(channelserver): add max-size guards to binary blob save handlers
...
A malicious or buggy client could send arbitrarily large payloads
that get written directly to PostgreSQL, wasting disk and memory.
Each save handler now rejects payloads exceeding a generous upper
bound derived from the known data format sizes.
Covers all remaining items from #158 : partner, hunternavi,
savemercenary, scenariodata, platedata, platebox, platemyset,
rengokudata, mezfes, savefavoritequest, house_furniture, mission.
Closes #158
2026-02-19 00:28:28 +01:00
Houmgaor
0fac429fac
fix(transmog): fix transmog issues.
...
Untested commit.
2025-11-09 11:57:28 +01:00
Houmgaor
36065ce273
fix(plate data): was not save, nor transmog data.
2025-11-01 18:14:30 +01:00
Houmgaor
3da54fade8
chore: adds remaining logging for Hunter Navi and Plate data.
2025-11-01 17:14:05 +01:00
wish
a6c8314187
convert some values to decimal
2023-10-01 15:54:45 +11:00
wish
29d62634fa
clean up various save handlers
2023-01-29 22:32:52 +11:00
wish
068b7ba72d
clean up various save handlers
2023-01-29 21:35:01 +11:00
wish
1f95033e28
prevent fatal crash on missing savedata
2022-10-12 05:06:22 +11:00
wish
c60385e61f
dump other savedata types
2022-09-05 15:36:01 +10:00
wish
2c0e7a5267
repository cleanup
2022-07-29 03:25:23 +10:00