Commit Graph

372 Commits

Author SHA1 Message Date
duckietm 030b5ec174 🆕 Handshake on connect - ECDH key exchange (P-256 so it works in every browser's crypto.subtle) 2026-04-23 15:53:30 +02:00
duckietm dd06f2b15c 🆙 Token login added 2026-04-23 10:19:06 +02:00
duckietm d5497e49ad 🆙 Update API and added Copy to Template room command 2026-04-22 16:03:40 +02:00
DuckieTM fdcc33212f Merge branch 'main' into dev 2026-04-22 07:37:02 +02:00
duckietm bcee750ff8 🆙 Bump to version 4.1.2 2026-04-22 07:36:19 +02:00
duckietm 872dd11bd2 🆕 API installed
Api has been enabled over the websocket address :

/api/auth/login
/api/auth/register
/api/auth/forgot-password
/api/auth/logout
/api/auth/check-email
/api/health
2026-04-22 07:35:06 +02:00
github-actions[bot] da0523a794 🆙 Bump version to 4.1.5 [skip ci] v4.1.5 2026-04-20 19:57:00 +00:00
DuckieTM 1184ccdbae Merge pull request #86 from duckietm/dev
Dev
2026-04-20 21:56:08 +02:00
duckietm 1b08e083bf 🆙 Small update 2026-04-20 15:14:21 +02:00
duckietm 7347906786 🆕 Added UI login to the Emu 2026-04-20 14:27:19 +02:00
github-actions[bot] 3f47321583 🆙 Bump version to 4.1.4 [skip ci] v4.1.4 2026-04-19 09:01:05 +00:00
DuckieTM f6faf36709 Merge pull request #85 from duckietm/dev
Dev
2026-04-19 11:00:09 +02:00
DuckieTM e2c823253f 🆙 update SQL 2026-04-19 09:41:21 +02:00
DuckieTM 671ab04b50 🆙 Update SQL files 2026-04-19 09:39:51 +02:00
github-actions[bot] 483a2918d3 🆙 Bump version to 4.1.3 [skip ci] v4.1.3 2026-04-18 11:07:17 +00:00
DuckieTM 3208b71ffc Merge pull request #84 from medievalshell/Dev
Fix
2026-04-18 13:06:21 +02:00
Medievalshell 69359f6fea Merge branch 'duckietm:main' into Dev 2026-04-18 12:47:56 +02:00
medievalshell 22825d1d69 fix to not show all commits at once 2026-04-18 12:47:28 +02:00
github-actions[bot] 5c27811865 🆙 Bump version to 4.1.2 [skip ci] v4.1.2 2026-04-18 10:42:16 +00:00
DuckieTM e26f5711c9 Merge pull request #83 from medievalshell/Dev
Update added git action to build jar automatically with incremental release
2026-04-18 12:41:25 +02:00
medievalshell ac7bf03a05 Update added git action to build jar automatically with incremental release 2026-04-18 12:38:44 +02:00
DuckieTM 87fcfc8079 Merge pull request #82 from duckietm/dev
🆙 Oepsie forgot to add the Boolean
2026-04-18 12:06:12 +02:00
DuckieTM 1a3ceefdc5 🆙 Oepsie forgot to add the Boolean 2026-04-18 11:57:45 +02:00
DuckieTM 70f46e47e9 Merge pull request #80 from duckietm/dev
🆙 Bug Fixed in catalogue editor
2026-04-17 13:50:30 +02:00
duckietm 74f3127f80 🆙 Bug Fixed in catalogue editor 2026-04-17 13:50:11 +02:00
DuckieTM 84949b79d2 Merge pull request #79 from duckietm/dev
Dev
2026-04-14 15:59:49 +02:00
duckietm ed9155c19a 🆙 Small SQL Fix 2026-04-14 15:59:32 +02:00
duckietm 41a6c912e1 🆙 Added items SQL for wired 2026-04-14 15:21:43 +02:00
duckietm 5b8aca458d 💳 Credits update 2026-04-14 14:51:25 +02:00
DuckieTM c6c9c021a0 Merge pull request #78 from duckietm/dev
Dev
2026-04-14 11:54:25 +02:00
duckietm 78badb7b61 🆙 Latest Compiled ! 2026-04-14 11:54:05 +02:00
duckietm ce103f1855 🆙 Stage 2 Fix SQL 2026-04-14 09:54:10 +02:00
duckietm ab570885e6 🆙 Stage 1 New wired 2026-04-13 17:40:31 +02:00
DuckieTM 6fba1f481f Merge pull request #77 from Lorenzune/feat/wired-signal-flow-apr13
Feat/wired signal flow apr13
2026-04-13 17:01:02 +02:00
DuckieTM 176d766665 Merge branch 'dev' into feat/wired-signal-flow-apr13 2026-04-13 17:00:54 +02:00
Lorenzune ae08d4b3f4 Preserve signal origin actor context 2026-04-13 16:45:40 +02:00
duckietm d5850e7e0b 🆙 Fixed not saveing selected furni 2026-04-13 16:36:43 +02:00
DuckieTM b06f380713 Merge pull request #76 from simoleo89/pr/catalog-admin-fixes
fix(catalog): NPE on page creation + admin handlers
2026-04-13 15:47:33 +02:00
duckietm c17cd4b14f 🆙 Teleport Wired fixed - thanks to xlRaiko 2026-04-13 14:44:35 +02:00
duckietm f18eeb7d67 🆙 Fix idle 2026-04-13 08:31:38 +02:00
Life 961c53950e fix(catalog): NPE on page creation + admin page image/icon handlers
- Fixed NullPointerException in CatalogPage constructor when `includes`
  column is null (added null-safety check)
- Added `includes` column to createCatalogPage INSERT statement (was
  missing, causing null column values)
- Added CatalogAdminSavePageImagesEvent (packet 10048): allows admin
  client to update page header/teaser images
- Added CatalogAdminSavePageIconEvent (packet 10049): allows admin
  client to update page icon type
- Registered both new handlers in PacketManager and Incoming
2026-04-13 00:07:02 +02:00
DuckieTM 5ea526c8a1 Merge pull request #75 from duckietm/dev
🆙 Latest compiled version
2026-04-10 09:32:30 +02:00
duckietm 9867c3bf94 🆙 Latest compiled version 2026-04-10 09:32:09 +02:00
DuckieTM 95a457f4b0 Merge pull request #74 from duckietm/dev
Dev
2026-04-10 09:28:55 +02:00
duckietm 263408dbed 🆕 YoutubeTV broadcasting 2026-04-10 09:05:21 +02:00
duckietm c5609ed00b 🆙 Added packet rate limit ==> 50 p/s & youtube fixes 2026-04-09 15:20:31 +02:00
duckietm 5172a74f61 🆙 Logic for the Youtube Broadcast 2026-04-09 11:47:53 +02:00
Lorenzune 17e316e521 Add wired signal and variable fixes 2026-04-08 16:18:16 +02:00
DuckieTM a616efba1d Merge pull request #73 from duckietm/dev
Merge pull request #72 from duckietm/main
2026-04-08 15:49:54 +02:00
DuckieTM 8c0b2eb4c1 Merge pull request #72 from duckietm/main
Sync to DEV
2026-04-08 15:48:56 +02:00