Go to file
akastijn 421f6655fd Add SSE client for web chat integration and enable event-based message handling.
- Introduced `SseSubscribeClient` to connect to the external web server and process events via SSE (Server-Sent Events).
- Added `WebHandler` interface for type-safe event deserialization and processing.
- Included `WebChatHandler` to handle incoming web chat messages and forward them to the chat system.
- Updated `Config` for new configurable values: `CHAT_WEB_REGISTER_TO_BASE_URL` and `CHAT_WEB_TOKEN`.
2026-08-02 17:39:25 +02:00
api Add SSE client for web chat integration and enable event-based message handling. 2026-08-02 17:39:25 +02:00
galaxy Add SSE client for web chat integration and enable event-based message handling. 2026-08-02 17:39:25 +02:00
gradle/wrapper Update gradle 2026-07-27 02:05:03 -05:00
scripts Add a better pluign script 2021-08-23 11:58:28 +02:00
velocity Update to 26.2 2026-07-27 02:14:13 -05:00
web-api Integrate ChatLogHandler across chat modules and add centralized message logging with validation through ChatLogMapper. 2026-07-19 23:00:40 +02:00
.gitattributes idk what i fucked up here all files are new in git? 2021-06-20 22:03:39 +02:00
.gitignore Add gradle-wrapper to gitignore 2022-02-17 09:01:36 +01:00
build.gradle.kts Update to 26.2 2026-07-27 02:14:13 -05:00
gradlew Update gradle 2026-07-27 02:05:03 -05:00
gradlew.bat Update gradle 2026-07-27 02:05:03 -05:00
Jenkinsfile switched to ' instead of " 2025-06-20 22:53:03 +02:00
README.md idk what i fucked up here all files are new in git? 2021-06-20 22:03:39 +02:00
settings.gradle.kts Update to 26.2 2026-07-27 02:14:13 -05:00

Chat