Commit Graph

9 Commits

Author SHA1 Message Date
CodingPhoenixx bcf5572aeb Introduce authentication framework with AuthConfig, AuthGate, and Authenticator classes, alongside comprehensive tests for rules, modes, and schemes.
CI - Test, Publish and Release / run-tests (push) Successful in 18s
CI - Test, Publish and Release / create-release (push) Successful in 20s
CI - Test, Publish and Release / check-and-publish (push) Successful in 18s
2026-05-29 13:22:31 +02:00
CodingPhoenixx a7b65c031d Add constructors and Javadoc comments to improve clarity and completeness across server components, including WebSocket and routing classes.
Auto Publish on Version Change / check-and-publish (push) Successful in 14s
Run Tests on Push and Pull Request / run-tests (push) Successful in 18s
2026-05-29 09:00:31 +02:00
CodingPhoenixx 5d6e8622bf Add comprehensive Javadoc documentation to server components, including annotations, request/response handling, routing, and WebSocket support. 2026-05-29 08:50:05 +02:00
CodingPhoenixx 994e7fa80c Add WebSocket support with routing, origin validation, session management, and broadcasting 2026-05-28 13:23:23 +02:00
CodingPhoenixx b75e1e5c6e Remove redundant comments and unused imports to improve code clarity and maintainability
Auto Publish on Version Change / check-and-publish (push) Successful in 14s
2026-05-28 13:11:11 +02:00
CodingPhoenixx 2204c5df98 Refactor Json to JsonMapper, update Gradle to 9.5.1, and set Java 26 toolchain. 2026-05-28 11:02:22 +02:00
CodingPhoenix f19f73a2cc Refactor AnnotationScanner to handle controllers without @Controller annotation gracefully and update exception messages. Adjust .idea/misc.xml structure. 2026-05-08 12:28:28 +02:00
CodingPhoenix 05c6ad3dd4 Add rate limiting, CORS support, custom HTTP method annotations, and HTTP server enhancements
- Introduced rate limiting functionality with multiple algorithms (Token Bucket, Fixed Window, Leaky Bucket, Sliding Window) via `RateLimiter` interface.
- Added CORS handling with `CorsConfig` and `CorsHandler` for flexible origin, headers, and method configuration.
- Implemented support for custom HTTP methods via `PATCH` and `CUSTOM` annotations in `AnnotationScanner`.
- Enhanced `HttpServer` to support builder pattern and optional integrations for CORS and rate limiting.
- Updated `HttpRequestHandler` to incorporate CORS and rate limiting logic.
2026-05-08 12:00:09 +02:00
CodingPhoenix 392658d54e Initial Commit 2026-05-08 11:04:40 +02:00