• Joined on 2024-04-13
stijn created branch master in Altitude/huntersVSgatherers 2026-08-10 23:59:47 +00:00
stijn pushed to master at Altitude/huntersVSgatherers 2026-08-10 23:59:47 +00:00
e54f1ada26 Initial commit for Hunters vs Gatherers
stijn created repository Altitude/huntersVSgatherers 2026-08-10 22:49:14 +00:00
stijn pushed to main at Altitude/Chat 2026-08-09 17:40:00 +00:00
9e647f83a8 Introduce support for web chat integration.
stijn pushed to main at Altitude/Chat 2026-08-09 00:07:11 +00:00
0d2ac3763f Update server state handling and mapping for web player integration.
stijn pushed to master at Altitude/AltitudeWeb 2026-08-09 00:04:16 +00:00
1a0bc902ac Refactor user name display logic: integrate MiniMessageComponent in UserListComponent and transition to ProcessedMiniMessageNode. Add server state caching in ChatService with eager state dispatch on subscription.
stijn pushed to master at Altitude/AltitudeWeb 2026-08-08 22:59:52 +00:00
8c02543bca Add user list toggle with responsive visibility in ChatService and ChatInfoComponent, implement UserListComponent, and update styles for user list and toggles.
2705cf14ab Add ServerState support in ChatService with SSE listener and associated data model
65d0118e3d Implement server state handling in ChatController and ChatService, add ServerStateMapper utility, and create/update server state unit tests.
b61b117f41 Enforce 256-character limit on chat messages with validation in ChatBoxComponent and schema updates.
Compare 4 commits »
stijn pushed to main at Altitude/Chat 2026-08-08 22:28:30 +00:00
e72f79cb29 Add server state mapping for web integration.
5eb470cfb6 Add server state mapping for web integration.
d99ac4c597 Add support for marking and processing web-originated chat messages.
5a4140c2e2 Add support for marking and processing web-originated chat messages.
Compare 4 commits »
stijn pushed to master at Altitude/AltitudeWeb 2026-08-08 21:41:32 +00:00
bdda71229d Update ChatService to initialize totalMessages to 1; adjust chat-info styles to use bold font for message count.
49b85bb695 Handle SERVER channel type in name-format.service to capitalize channel names.
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeWeb 2026-08-02 16:43:17 +00:00
ce7c68511b Validate sender UUID in sendServerMessage to prevent spoofing and enhance security.
stijn pushed to master at Altitude/AltitudeWeb 2026-08-02 16:30:40 +00:00
065db06e16 Add chat input functionality in ChatBoxComponent and backend support for sending server messages
stijn pushed to main at Altitude/Chat 2026-08-02 15:39:30 +00:00
421f6655fd Add SSE client for web chat integration and enable event-based message handling.
stijn pushed to master at Altitude/AltitudeWeb 2026-08-02 15:38:50 +00:00
8533cfa365 Remove unused test message logic and JSON serialization method from ServerMessageService.
stijn pushed to master at Altitude/AltitudeWeb 2026-08-02 15:30:31 +00:00
d3389159b6 Improve subscribe endpoint in CommandsToServerController: add error logging for missing or invalid tokens
stijn pushed to master at Altitude/AltitudeWeb 2026-08-02 15:25:54 +00:00
8849612138 Update subscribe endpoint in CommandsToServerController to use X-Altitude-Token header instead of AuthenticationPrincipal; fix invalid token handling; add return in ServerMessageService test message logic.
stijn pushed to master at Altitude/AltitudeWeb 2026-08-02 15:21:23 +00:00
9757ce2ffa Inject EventPublisher dependency into ChatServiceTest setup for enhanced test isolation and mocking.
stijn pushed to master at Altitude/AltitudeWeb 2026-08-02 15:17:03 +00:00
4f67228c39 Update CommandsToServerController route and adjust security config to permit access to the new route
stijn pushed to master at Altitude/AltitudeWeb 2026-08-02 15:06:58 +00:00
b71a2f19b8 Refactor EventPublisher and ChatService: replace UUID-based keys with generic unique string keys, add session cleanup callbacks, and update related logic for better extensibility and reusability.
stijn pushed to main at Altitude/Chat 2026-08-02 13:46:58 +00:00
6db9816c85 Refactor chat message handling. It now supports sending chat messages with just a UUID and a string message. (For support for web messages)
stijn pushed to master at Altitude/AltitudeWeb 2026-08-01 21:36:46 +00:00
f7edde65d6 Refactor ChatMessage model and components: rename messageJson to miniMessageNode for clarity and consistency.