doomtube
9876641ff6
fixes lol
Build and Push / build-all (push) Successful in 2m25s
2026-01-10 18:59:03 -05:00
doomtube
bf698bee59
fixes lol
Build and Push / build-all (push) Successful in 2m1s
2026-01-10 18:54:45 -05:00
doomtube
461e0bb82f
fixes lol
Build and Push / build-all (push) Successful in 19s
2026-01-10 18:51:18 -05:00
doomtube
42b75ecf2f
fixes lol
Build and Push / build-all (push) Successful in 2m6s
2026-01-10 18:26:11 -05:00
doomtube
958460db98
fixes lol
Build and Push / build-all (push) Successful in 2m10s
2026-01-10 16:06:06 -05:00
doomtube
896a3b77d7
fixes lol
Build and Push / build-all (push) Successful in 1m48s
2026-01-10 03:00:41 -05:00
doomtube
33624d3b02
fixes lol
Build and Push / build-all (push) Successful in 9m28s
2026-01-10 01:50:20 -05:00
doomtube
48f62c8c02
fixes lol
Build and Push / build-all (push) Successful in 3m21s
2026-01-10 00:33:42 -05:00
doomtube
a9e3cf2ea5
fixes lol
Build and Push / build-all (push) Successful in 1m51s
2026-01-09 22:31:50 -05:00
doomtube
cba741a94f
fixes lol
Build and Push / build-all (push) Successful in 9m0s
2026-01-09 21:58:57 -05:00
doomtube
c65967acd6
fixes lol
Build and Push / build-all (push) Successful in 8m35s
2026-01-09 21:38:32 -05:00
doomtube
2e376269c2
fixes lol
Build and Push / build-all (push) Failing after 2m22s
2026-01-09 21:27:30 -05:00
doomtube
6bbfc671b3
fixes lol
Build and Push / build-all (push) Successful in 1m57s
2026-01-09 18:37:34 -05:00
doomtube
954755fbc3
fixes lol
Build and Push / build-all (push) Successful in 10m54s
2026-01-09 16:38:24 -05:00
doomtube
a0e6d40679
fixes lol
Build and Push / build-all (push) Successful in 9m48s
2026-01-09 03:02:27 -05:00
doomtube
07b8e12197
fixes lol
2026-01-09 02:37:31 -05:00
doomtube
a206a606f7
fixes lol
Build and Push / build-all (push) Successful in 8m4s
2026-01-09 01:56:05 -05:00
doomtube
2cf84704da
fixes lol
Build and Push / build-all (push) Successful in 19s
2026-01-09 00:56:16 -05:00
doomtube
ab1dd08225
fixes lol
Build and Push / build-all (push) Successful in 4m48s
2026-01-09 00:49:07 -05:00
doomtube
804d6aed2a
fixes lol
Build and Push / build-all (push) Successful in 1m30s
2026-01-09 00:06:36 -05:00
doomtube
89c2e1630d
fixes lol
Build and Push / build-all (push) Successful in 1m13s
2026-01-08 23:58:35 -05:00
doomtube
b43c6210be
fixes lol
Build and Push / build-all (push) Successful in 3m28s
2026-01-08 23:28:04 -05:00
doomtube
d6630ece24
fixes lol
Build and Push / build-all (push) Successful in 1m11s
2026-01-08 23:07:31 -05:00
doomtube
7bcbc6b73b
fixes lol
Build and Push / build-all (push) Successful in 9m6s
2026-01-08 22:57:43 -05:00
doomtube
9ff89fa18b
Fix: Add env REDIS_DB directive to nginx.conf
...
Build and Push / build-all (push) Successful in 19s
Allow Lua workers to access REDIS_DB environment variable.
Without this directive, os.getenv("REDIS_DB") returns nil.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 21:55:26 -05:00
doomtube
db7faa5a75
Fix: Redis AUTH must come before SELECT
...
Build and Push / build-all (push) Successful in 21s
The SELECT command was failing because Redis requires authentication first.
Reordered commands: connect -> auth -> select.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 21:37:29 -05:00
doomtube
03e213df98
fixes lol
Build and Push / build-all (push) Successful in 23s
2026-01-08 21:24:01 -05:00
doomtube
83ab76c7d3
fixes lol
Build and Push / build-all (push) Successful in 1m54s
2026-01-08 20:44:56 -05:00
doomtube
3e20780b60
fixes lol
Build and Push / build-all (push) Successful in 1m43s
2026-01-08 20:26:20 -05:00
doomtube
c2bcc86527
fixes lol
Build and Push / build-all (push) Successful in 8m33s
2026-01-08 19:42:22 -05:00
doomtube
24d9a945b3
Fix Chess960 FEN parsing for chess.js compatibility
...
Build and Push / build-all (push) Successful in 2m11s
- Add convertChess960Fen() function to convert Chess960 file-based
castling notation (e.g., "HAha") to standard notation ("KQkq")
- chess.js doesn't support Chess960 FEN natively, so we convert before
loading
- Apply conversion in all places where FEN is loaded: waiting state,
playing state, and opponent move handler
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 17:07:53 -05:00
doomtube
e52f3b7cc7
Fix: Enable Chess960 mode in chess.js for FEN parsing
Build and Push / build-all (push) Successful in 1m53s
2026-01-08 16:47:19 -05:00
doomtube
87e6d3ede9
fixes lol
Build and Push / build-all (push) Successful in 2m8s
2026-01-08 13:55:33 -05:00
doomtube
f53d8f040b
Fix: Load Chess960 FEN in waiting state to show correct piece placement
Build and Push / build-all (push) Successful in 1m32s
2026-01-08 03:15:03 -05:00
doomtube
1ad3179cc3
Fix Chess960: seed RNG and use proper castling notation
Build and Push / build-all (push) Successful in 1m1s
2026-01-08 02:43:12 -05:00
doomtube
ada6b44236
fixes lol
Build and Push / build-all (push) Successful in 1m40s
2026-01-08 02:14:02 -05:00
doomtube
caff69eebb
fixes lol
Build and Push / build-all (push) Successful in 18s
2026-01-08 02:08:39 -05:00
doomtube
41ea02a943
fixes lol
Build and Push / build-all (push) Successful in 16s
2026-01-08 01:57:40 -05:00
doomtube
76765e9755
fixes lol
Build and Push / build-all (push) Successful in 21s
2026-01-08 01:52:14 -05:00
doomtube
c13210e5ed
fixes lol
Build and Push / build-all (push) Failing after 58s
2026-01-08 01:45:13 -05:00
doomtube
7916294943
fixes lol
Build and Push / build-all (push) Failing after 54s
2026-01-08 01:43:00 -05:00
doomtube
07ef81c4c8
fixes lol
Build and Push / build-all (push) Failing after 55s
2026-01-08 01:31:04 -05:00
doomtube
9984ab49fb
fixes lol
Build and Push / build-all (push) Failing after 55s
2026-01-08 01:28:58 -05:00
doomtube
32a19f24ea
fixes lol
Build and Push / build-all (push) Failing after 54s
2026-01-08 01:23:04 -05:00
doomtube
e704a1e1c4
fixes lol
Build and Push / build-all (push) Failing after 58s
2026-01-08 01:13:57 -05:00
doomtube
ab51b4b504
fixes lol
Build and Push / build-all (push) Failing after 56s
2026-01-08 00:58:21 -05:00
doomtube
bdc4ade8cf
fixes lol
Build and Push / build-all (push) Failing after 52s
2026-01-08 00:52:34 -05:00
doomtube
cc39b528e6
fixes lol
Build and Push / build-all (push) Successful in 27s
2026-01-08 00:08:46 -05:00
doomtube
57369cf225
fixes lol
Build and Push / build-all (push) Successful in 37s
2026-01-07 22:20:16 -05:00
doomtube
b9d2bf4487
fixes lol
Build and Push / build-all (push) Failing after 40s
2026-01-07 21:59:50 -05:00