Commit Graph

265 Commits

Author SHA1 Message Date
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
Lars Simon Winzer be173f2847 Add: LoginHandler to execute and respond to LoginRequest 2026-04-07 12:10:45 +02:00
Lars Simon Winzer 7eda64b5c3 Add: LoginResponse containing assigned username and UserId 2026-04-07 11:58:43 +02:00
Lars Simon Winzer 8580a2803c Add: LoginParser to check for required parameter and construct LoginRequest 2026-04-07 11:54:54 +02:00
Lars Simon Winzer 68a69b865e Add: LoginRequest storing requested username for login 2026-04-07 11:51:39 +02:00
Julian Kropff 828e2f3131 Fix: checkstyle issues 2026-04-05 11:21:27 +02:00
Julian Kropff bf7ac4fc34 Fix: formatting and checkstyle issues 2026-04-05 11:15:26 +02:00
Julian Kropff d4e69d26d7 Merge remote-tracking branch 'origin/main' into feat/game-engine 2026-04-05 11:04:19 +02:00
Julian Kropff 769105b87d Add: rule system for game engine 2026-04-04 23:38:19 +02:00
Julian Kropff a20ba7cef5 Add: hand evaluation for game engine 2026-04-04 23:37:32 +02:00
Julian Kropff fb71c6de7b Add: game engine and flow control 2026-04-04 23:35:43 +02:00
Julian Kropff 041a5f135a Add: player actions for game engine 2026-04-04 23:34:01 +02:00
Julian Kropff 700e8de39d Add: core domain models for game engine 2026-04-04 23:31:34 +02:00
Lars Simon Winzer 93dba00a4d Style: Apply Spotless 2026-04-02 15:02:58 +02:00
Lars Simon Winzer de11d673dc Docs: Write JavaDoc for added components 2026-04-02 15:02:00 +02:00
Lars Simon Winzer 72e3d257ff Add: Register CheckUsernameHandler in composition root 2026-04-02 14:35:56 +02:00
Lars Simon Winzer 5ef2fa5df1 Refactor: Change UsernameAvailability from public to package-private access 2026-04-02 14:34:24 +02:00
Lars Simon Winzer 5fa478c440 Add: CheckUsernameHandler getting User from UserRegistry and determining availablity 2026-04-02 14:33:59 +02:00
Lars Simon Winzer 9087f009d3 Add: CheckUsernameResponse containing username availability field 2026-04-02 14:33:26 +02:00
Lars Simon Winzer bfbf4b2015 Add: UsernameAvailability enum with availability states 2026-04-02 14:28:56 +02:00
Lars Simon Winzer ea26e371c2 Merge branch 'main' into 'feat/39-add-serverside-check-nick-command' 2026-04-02 14:24:32 +02:00
Lars Simon Winzer 415ad754df Style: Apply Spotless 2026-04-02 14:18:09 +02:00
Lars Simon Winzer a9878da3f2 Docs: Write JavaDoc for changed components 2026-04-02 14:17:45 +02:00
Lars Simon Winzer f91fa698f3 Refactor: Rename user lookup methods from 'find' to 'get' prefix 2026-04-02 14:12:13 +02:00
Lars Simon Winzer 5b70fb89ef Add: Implement methods to find users by UserId and username 2026-04-02 14:11:14 +02:00
Lars Simon Winzer 7a9114045f Merge branch 'main' into 'feat/39-add-serverside-check-nick-command' 2026-04-02 13:50:39 +02:00
Lars Simon Winzer 528a40b394 Style: Apply Spotless 2026-04-02 13:45:14 +02:00
Lars Simon Winzer f95d9174f1 Add: Handle MissingParameterException in SessionReader and respond to request 2026-04-02 13:44:51 +02:00
Lars Simon Winzer 07587340d4 Add: Register CheckUsernameParser in composition root 2026-04-02 13:30:22 +02:00
Lars Simon Winzer 3b44e58505 Add: CheckUsernameParser to check for required parameter 2026-04-02 13:26:27 +02:00
Lars Simon Winzer 35c8590c57 Add: CheckUsernameRequest containing username to check for availability 2026-04-02 13:10:01 +02:00
Lars Simon Winzer 10347b3ed4 Style: Correct method naming 2026-04-02 12:43:05 +02:00
Lars Simon Winzer 87b2dcfc2c Docs: Add JavaDoc to newly added components 2026-04-02 12:27:11 +02:00
Lars Simon Winzer 707477bd73 Add: Integrate PingParser and PingHandler into helper function in composition root 2026-04-02 12:15:01 +02:00
Lars Simon Winzer dafa95af41 Add: PingHandler to execute PingRequest and dispatch Response 2026-04-02 12:09:29 +02:00
Lars Simon Winzer b445b019a1 Add: PingParser to parse PrimitiveRequest into PingRequest 2026-04-02 12:09:01 +02:00
Lars Simon Winzer 92a2ffe054 Add: PingRequest for ping request 2026-04-02 12:08:40 +02:00
Jona Walpert 983f2cca5e Style: fix checkstyle errors 2026-04-01 14:24:34 +02:00
Jona Walpert 56ba5b81ae Docs: translate client side components to english. This includes comments and javaDoc 2026-04-01 13:48:24 +02:00
Lars Simon Winzer 3b7b53d973 Style: Apply Spotless 2026-04-01 12:49:56 +02:00
Lars Simon Winzer df0f8ca44c Add: Handle ResponseDispatchException in SessionReader 2026-04-01 12:49:07 +02:00