195 Commits

Author SHA1 Message Date
server
b4ee8aa5d7 Revert "game: escape log query string fields"
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
This reverts commit f4f2692ce3.
2026-04-14 16:45:11 +02:00
server
b54161699f Revert "game: make log escaping safe before SQL connect"
This reverts commit 52278ce6f2.
2026-04-14 16:45:11 +02:00
server
52278ce6f2 game: make log escaping safe before SQL connect
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 16:43:52 +02:00
server
f4f2692ce3 game: escape log query string fields
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 16:41:45 +02:00
server
646e40eaf8 runtime: log pid lifecycle at info level
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 16:39:25 +02:00
server
6d24172c51 db: treat empty table postfix as expected default
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 16:37:34 +02:00
server
e56d93ad53 libsql: avoid redundant threaded locale resets
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 16:35:43 +02:00
server
e306c7c500 game: suppress repeated close-phase send noise
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 16:30:08 +02:00
server
f702a64305 db: clarify peer disconnect diagnostics
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 16:23:33 +02:00
server
bba87f939f db: prepare item award manager queries
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 14:48:05 +02:00
server
44f9d92e8c tests: cover quest framing and restart cooldowns
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 14:38:21 +02:00
server
cf6deb1895 game: fix post-restart mall open flow
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 14:27:15 +02:00
server
5f11a4fef0 db: prepare player delete cleanup flow
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 12:48:48 +02:00
server
d85fa6c12c db: prepare player create flow
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 12:42:05 +02:00
server
84ed35cbda db: prepare safebox load bootstrap
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 11:47:33 +02:00
server
aa862d829d db: log SQL worker shutdown state
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 11:22:30 +02:00
server
719440575f db: prepare safebox password change flow
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 11:04:06 +02:00
server
c5cac17125 game: prepare auth login query
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 10:58:11 +02:00
server
f1e64196ae db: fix login-by-key peer handle usage 2026-04-14 10:58:05 +02:00
server
27c5742c11 db: prepare login-by-key player index bootstrap
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 10:11:11 +02:00
server
58273bc116 db: prepare guild and rename queries
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 09:58:34 +02:00
server
14e084d691 config: support env-based SQL overrides
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 09:41:31 +02:00
server
e2c43240ec net: add Linux epoll fdwatch backend
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 07:57:02 +02:00
server
e638816026 runtime: replace virtual checkpoint timer with watchdog
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 07:40:07 +02:00
server
cecc822777 runtime: encapsulate checkpoint progress state
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 07:12:27 +02:00
server
3272537376 net: speed up select fdwatch lookups
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 07:08:23 +02:00
server
4f1e7b0e9c net: encapsulate fdwatch backend metadata
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 07:03:44 +02:00
server
abed660256 runtime: fix clean shutdown exit codes
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 06:26:37 +02:00
server
7daf51f2da runtime: improve startup observability
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 06:04:12 +02:00
server
25ec562ab0 config: harden admin page password handling
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled
2026-04-14 01:07:31 +02:00
server
e8a33f84f4 net: fix Linux select fdwatch readiness
Some checks failed
build / Main build job (push) Has been cancelled
2026-04-14 00:42:45 +02:00
server
1ca64ce829 net: flush queued packets immediately 2026-04-14 00:31:50 +02:00
d1str4ught
21519899ad Merge pull request #91 from SunTrustDev/bugfix/guild-mark
Fix default guild mark, color and format
2026-03-09 01:19:32 +01:00
Simone Romano
b8276c5453 Fix dragonsoul refinement window not opening 2026-03-08 19:08:24 +01:00
Simone Romano
c3cd3f8483 Fix default guild mark, color and format 2026-03-04 20:12:40 +01:00
Mind Rapist
5e902b8a60 Death fix 2026-02-24 03:09:09 +02:00
Simone Romano
78d7bde97f Update view distance 2026-02-19 19:39:58 +01:00
rtw1x1
f5ac48f86d Merge pull request #87 from onurcan488/main 2026-02-18 20:46:53 +00:00
rtw1x1
8562c463c6 Merge pull request #86 from ErLullo/correct_define 2026-02-18 20:46:36 +00:00
onurcan488
ac2c6e4dbc mini fix 2026-02-18 22:09:00 +03:00
ErLullo
23ba2d7cdf Allow WSL to work correctly by binding to ADDR_ANY
This change allows it to work correctly on WSL, since WSL must be bound to ADDR_ANY. The overall behavior remains unchanged.
2026-02-18 17:44:08 +01:00
Mind Rapist
2fdcf5a7fb Enable pene effect 2026-02-18 18:42:17 +02:00
Mind Rapist
bf4de6e84f Dragonsoul qualification level fix 2026-02-18 13:28:00 +02:00
Mind Rapist
536f3586ed Various fixes and improvements 2026-02-18 00:59:26 +02:00
SuntrustDev
bbe5da1dd0 Merge branch 'd1str4ught:main' into bugfix/std-4 2026-02-15 22:45:53 +01:00
Mind Rapist
05c59511cd Various fixes 2026-02-15 21:40:33 +02:00
Simone Romano
85683ca429 Fix Dragon Soul inventory slots:
- No more Legendary Diamond last row overlapping with Belt slots
- No more Legendary Diamond first row overlapping with Soul Equipment slots
2026-02-15 19:29:29 +01:00
Simone Romano
98c33c3d8f Fix inventory swap bug when inventory is full (e.g. no full empty vertical row available) 2026-02-15 17:12:20 +01:00
rtw1x1
c8da3dc6c5 code cleanup
removed firewall_manager and experimentals
2026-02-12 23:57:32 +00:00
Mind Rapist
4d3c6c4a40 Several bug fixes 2026-02-13 01:51:51 +02:00