Houmgaor
9b69564c49
fix: prevent server crash on unsupported Shift-JIS characters ( #116 )
...
UTF8ToSJIS panicked when encountering characters outside the Shift-JIS
range (emoji, Lenny faces, cuneiform, etc.), crashing the server when
such characters were sent via the Discord relay channel.
Replace the panic with graceful filtering that drops unmappable runes
and preserves valid content. Also fix ToNGWord index-out-of-range panic
on empty encoder output.
Closes #116
2026-02-16 18:16:42 +01:00
Houmgaor
2b94eb196d
doc: completes history.
2025-11-09 17:02:18 +01:00
Houmgaor
e31a37e0f9
chore: upgrading minimal Go from 1.23 to 1.25.
2025-11-09 16:51:02 +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
Houmgaor
afc554f1ec
fix(save): avoid double-save.
...
feat(logging): more complete logging data.
2025-11-01 00:37:59 +01:00
Houmgaor
18592c5ded
fix(handlers): trying to fix issues with incomplete saves.
2025-10-31 13:10:17 +01:00
Houmgaor
e1a461e892
fix(stage): fix deadlock that was preventing stage change.
2025-10-27 01:13:43 +01:00
Houmgaor
73e874f43f
fix: array bound crashes on clans.
2025-10-21 00:21:50 +02:00
Houmgaor
060635e422
fix(stage): fix race condition with stages.
2025-10-21 00:00:08 +02:00
Houmgaor
f79e05c0c9
feat(go): upgrade from go 1.21 to 1.23
...
BREAKING CHANGE: will not work properly with Go 1.21.
2025-10-19 22:24:48 +02:00
Houmgaor
02d5195611
docs: starting to expand the documentation.
2025-10-19 18:57:10 +02:00