Mathis Ginkel
|
84e68d8b20
|
Merge remote-tracking branch 'origin/feat/client-chat' into feat/client-chat
# Conflicts:
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/chat/ChatController.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/chat/ChatModel.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/chat/Message.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/network/ChatClient.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/network/ClientService.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/network/GameClient.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/network/LobbyClient.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/ui/chatui/ChatBoxController.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/ui/chatui/ChatViewController.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/server/app/commands/get_next_message/GetNextMessageHandler.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/server/app/commands/get_next_message/GetNextMessageResponse.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/server/app/commands/send_message/SendMessageParser.java
# src/main/resources/ui-structure/Casinogameui.fxml
# src/main/resources/ui-structure/components/chatui/chatbox.fxml
# src/main/resources/ui-structure/components/chatui/chattab.fxml
# src/main/resources/ui-structure/gameuicomponents/chatui/chatbox.fxml
# src/test/java/ch/unibas/dmi/dbis/cs108/casono/client/chat/ChatApplication.java
# src/test/java/ch/unibas/dmi/dbis/cs108/casono/client/chat/ChatTest.java
|
2026-04-09 18:13:29 +02:00 |
|
Mathis Ginkel
|
e8401a976a
|
Add: First implementation of Button, to create Whisper Chat
|
2026-04-09 18:04:57 +02:00 |
|
Mathis Ginkel
|
c0c9225d42
|
Fix: Parsing of Server Responses for Client Chat
|
2026-04-09 18:04:57 +02:00 |
|
Mathis Ginkel
|
4e7b0ab67a
|
Add: Implement Commands for Chat Protocol
|
2026-04-09 18:04:57 +02:00 |
|
Mathis Ginkel
|
39f60c9113
|
Fix: small changes to ChatUI
|
2026-04-09 18:04:57 +02:00 |
|
Jona Walpert
|
847d816935
|
Add: first (non functioning) modified version of lobby button controlelr with abckend conenction
|
2026-04-09 18:04:57 +02:00 |
|
Julian Kropff
|
79bd33ad75
|
Add: initial client structure for game and network
|
2026-04-09 18:04:57 +02:00 |
|
Mathis Ginkel
|
f5138503cb
|
Add: CoreClient and ChatClient
|
2026-04-09 18:04:57 +02:00 |
|
Mathis Ginkel
|
7d19e65428
|
Add: client chat architecture for lobby and global chat
|
2026-04-09 18:04:50 +02:00 |
|
Mathis Ginkel
|
87e9305e82
|
Fix: small changes in ClientService
|
2026-04-09 18:03:26 +02:00 |
|
Mathis Ginkel
|
de66757837
|
Resolve Conflicts
|
2026-04-09 18:03:26 +02:00 |
|
Julian Kropff
|
a99cf16c7e
|
Fix: checkstyle issues
|
2026-04-09 10:53:49 +02:00 |
|
Julian Kropff
|
e5f814b853
|
Merge branch 'main' into feat/gameui
|
2026-04-09 10:47:28 +02:00 |
|
Lars Simon Winzer
|
61e77be35c
|
Docs: Write JavaDoc for newly added constructor
|
2026-04-08 19:13:10 +02:00 |
|
Lars Simon Winzer
|
01934b76f3
|
Refactor: Existing handler to using constructor of superclass
|
2026-04-08 19:12:36 +02:00 |
|
Lars Simon Winzer
|
0ddb65e870
|
Add: ResponseDispatcher field to CommandHandler
|
2026-04-08 19:11:49 +02:00 |
|
Lars Simon Winzer
|
3de20e3d6c
|
Docs: Remove unnecessary generic type parameter in JavaDoc from execute method in CommandHandlerExecutor
|
2026-04-08 18:54:12 +02:00 |
|
Lars Simon Winzer
|
e23a9817e2
|
Refactor: Rename file to match class name
|
2026-04-08 18:31:44 +02:00 |
|
Lars Simon Winzer
|
1b3ba0000a
|
Refactor: Correct naming for UserLoggedInCheck
|
2026-04-08 18:27:10 +02:00 |
|
Lars Simon Winzer
|
15062df711
|
Docs: Write JavaDoc for added or modified components
|
2026-04-08 18:06:55 +02:00 |
|
Lars Simon Winzer
|
ffca8e5e29
|
Add: UserLoggedinCheck to validate that Session has User associated with it
|
2026-04-08 17:45:36 +02:00 |
|
Lars Simon Winzer
|
77d9ded3d3
|
Refactor: Change CommandHandler implementations to extend the abstract class
|
2026-04-08 17:24:26 +02:00 |
|
Lars Simon Winzer
|
ebb2e267bf
|
Add: Implement CommandHandlerExecutor for evaluation of pre-execution checks in CommandRouter
|
2026-04-08 17:23:38 +02:00 |
|
Lars Simon Winzer
|
a62da1235d
|
Refactor: Move CommandRouter dependency from SessionManager to NetworkManager
|
2026-04-08 17:10:20 +02:00 |
|
Lars Simon Winzer
|
cf09a70fb8
|
Add: Change CommandHandler to abstract class and add support for pre-execution checks
|
2026-04-08 16:49:47 +02:00 |
|
Lars Simon Winzer
|
a747c2de56
|
Add: HandlerCheck functional interface for pre-execution checks
|
2026-04-08 16:47:40 +02:00 |
|
Mathis Ginkel
|
509aa71d9f
|
Add: Implement Commands for Chat Protocol
|
2026-04-07 22:15:23 +02:00 |
|
Mathis Ginkel
|
d1d2fb30e8
|
Fix: small changes to ChatUI
|
2026-04-07 22:11:20 +02:00 |
|
Jona Walpert
|
aca61cbd52
|
Add: first (non functioning) modified version of lobby button controlelr with abckend conenction
|
2026-04-07 22:11:20 +02:00 |
|
Julian Kropff
|
60ed1ced91
|
Add: initial client structure for game and network
|
2026-04-07 22:11:20 +02:00 |
|
Mathis Ginkel
|
eda51f8ac5
|
Add: CoreClient and ChatClient
|
2026-04-07 22:11:20 +02:00 |
|
Mathis Ginkel
|
a9dcd79b38
|
Add: client chat architecture for lobby and global chat
|
2026-04-07 22:11:20 +02:00 |
|
Mathis Ginkel
|
79831b046c
|
Fix: small changes in ClientService
|
2026-04-07 22:11:20 +02:00 |
|
Mathis Ginkel
|
61e54f282e
|
Resolve Conflicts
|
2026-04-07 22:11:20 +02:00 |
|
Lars Simon Winzer
|
160ad8f2bb
|
Docs: Write JavaDoc for components related to LOGIN command
|
2026-04-07 20:12:22 +02:00 |
|
Lars Simon Winzer
|
d4722989d9
|
Add: Prevent multiple logins by checking for existing user session
|
2026-04-07 14:22:09 +02:00 |
|
Lars Simon Winzer
|
7c9cf3e00d
|
Style: Variable naming
|
2026-04-07 14:09:35 +02:00 |
|
Lars Simon Winzer
|
5ab29a3337
|
Docs: Write JavaDoc for added components
|
2026-04-07 14:02:44 +02:00 |
|
Lars Simon Winzer
|
4789273d8f
|
Add: Send ErrorResponse with 'NO_USER_ASSOCIATED' code when no user is associated with the session
|
2026-04-07 14:02:18 +02:00 |
|
Lars Simon Winzer
|
4c10bc7ab0
|
Refactor: Use removeBySessionId method instead of onDisconnect handler
|
2026-04-07 13:39:44 +02:00 |
|
Lars Simon Winzer
|
dfbaaac4f0
|
Merge branch 'main' into 'feat/41-add-serverside-logout-command'
|
2026-04-07 13:36:07 +02:00 |
|
Lars Simon Winzer
|
822dfe778d
|
Style: Apply Spotless
|
2026-04-07 13:31:26 +02:00 |
|
Lars Simon Winzer
|
ee694b8168
|
Docs: Write JavaDoc for newly added methods
|
2026-04-07 13:30:09 +02:00 |
|
Lars Simon Winzer
|
36f07880e5
|
Refactor: Use internal remove method
|
2026-04-07 13:28:12 +02:00 |
|
Lars Simon Winzer
|
22dc2c7e54
|
Add: Methods to remove user by UserId, SessionId and Username from SessionRegistry
|
2026-04-07 13:27:12 +02:00 |
|
Lars Simon Winzer
|
9a7b1c4dea
|
Add: LOGOUT command in composition root
|
2026-04-07 12:45:52 +02:00 |
|
Lars Simon Winzer
|
8376f681b1
|
Add: LogoutHandler for processing logout commands
|
2026-04-07 12:40:51 +02:00 |
|
Lars Simon Winzer
|
fa0ac684f1
|
Add: LogoutParser for parsing logout requests
|
2026-04-07 12:31:48 +02:00 |
|
Lars Simon Winzer
|
4ff28932b4
|
Add: LogoutRequest for handling logout commands
|
2026-04-07 12:30:40 +02:00 |
|
Lars Simon Winzer
|
708f6c5773
|
Add: Integrate LOGIN command in composition root
|
2026-04-07 12:12:33 +02:00 |
|