Commit Graph

386 Commits

Author SHA1 Message Date
duckietm 39941cd496 🆕 Added extra packet for the pets 2026-05-04 10:08:37 +02:00
duckietm 7095dfad43 🆙 Fix Pickall 2026-05-04 08:20:58 +02:00
DuckieTM 750b172304 Merge pull request #96 from simoleo89/feat/full-box-background
Feat/full box background
2026-05-04 08:03:55 +02:00
simoleo89 5afa1f274c feat(profile): add background_card_id for full-box card backgrounds
Introduces a 4th profile-style id (cardBg) alongside the existing
background/stand/overlay triplet. The new id is meant to render a
background that fills the entire user info card on the client.

- HabboInfo: new InfostandCardBg field, loaded/saved with the
  existing background ids; users.background_card_id column added
  via sqlupdates/add_users_background_card_id.sql.
- ChangeInfostandBgEvent: reads a 4th int with bytesAvailable
  guard to remain compatible with older clients.
- RoomUserDataComposer, RoomUsersComposer, UserProfileComposer:
  append the cardBg int after the existing trio. Bot sections in
  RoomUsersComposer pad an extra zero to keep field count consistent.
2026-05-03 22:09:53 +02:00
duckietm 8f59eb652f 🆙 As NAcho wants it, add effect on disconnected user & small security update 2026-05-01 16:59:34 +02:00
duckietm 8a8cd1121e 🆕 Create Custom Bage & Security update 2026-05-01 15:58:48 +02:00
duckietm 860f61f765 🆕 News API 2026-04-30 17:21:33 +02:00
duckietm 5c71b318fb 🆙 Latest compiled version 2026-04-29 17:09:43 +02:00
duckietm 1cac407c45 🆕 Effect selection in user dropdown 2026-04-29 13:20:53 +02:00
duckietm 0224f3f416 🆕 Added Staffchat to the Emu
!!! Do not run the Staffchat plugin anymore !!!!

- execute the sql:

INSERT INTO `permission_definitions` (`permission_key`, `max_value`, `comment`)
VALUES ( 'acc_staff_chat', 1, 'Grants access to the in-game Staff Chat group buddy: receives broadcasts from other staff and can broadcast to anyone holding this permission.' )
ON DUPLICATE KEY UPDATE `max_value` = VALUES(`max_value`), `comment`   = VALUES(`comment`);
2026-04-28 13:51:04 +02:00
duckietm 1ebc8314a8 🆙 Added Ban to the API 2026-04-28 11:30:54 +02:00
DuckieTM 5dd602ebab 🆙 Added some btter logging and fix pre-existing leak in GameByteDecoder 2026-04-24 22:08:27 +02:00
duckietm b18d65bd79 🆙 CryptoV2 - please red the how_things_work on DC !!! 2026-04-24 15:54:37 +02:00
duckietm da2307f3b5 🆙 Updated Tokens to use JWT rotational tokens 2026-04-24 11:18:46 +02:00
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