Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/trainingstagebuch 2026-01-07 12:10:37 +01:00
fea84e210a feat(tournament): implement class merging and pool management features
torsten pushed to main at torsten/yourpart3 2026-01-07 12:09:28 +01:00
511df52c3c Enhance MessagesDialog component to support HTML content and improve parameter extraction
torsten pushed to main at torsten/yourpart-daemon 2026-01-07 11:33:26 +01:00
01d45d5f65 Enhance character event notifications in EventsWorker: Update character health change and death handling to include first and last names in notifications. Modify SQL queries to retrieve character names, ensuring accurate user feedback. Refactor notification structure for better organization and clarity.
torsten pushed to main at torsten/yourpart3 2026-01-07 11:20:06 +01:00
d42e1da14b Refactor character creation and heir fetching logic in FalukantService and OverviewView
torsten pushed to main at torsten/yourpart-daemon 2026-01-07 11:15:27 +01:00
282f6542fe event adjusted for epidemic
torsten pushed to main at torsten/yourpart3 2026-01-07 11:13:56 +01:00
75dbd78da1 Add regional event handling and character creation logic in FalukantService
torsten pushed to main at torsten/yourpart3 2026-01-07 10:29:19 +01:00
c90b7785c0 Add heir selection functionality in Falukant module
torsten pushed to main at torsten/yourpart-daemon 2026-01-07 10:14:26 +01:00
f96e474f32 Add random heir fallback logic in EventsWorker: Implement a new SQL query to select a random NPC heir from the same region when no children are available. Enhance error handling to log cases where no heir is found, ensuring better user feedback and maintaining character associations. Update UserCharacterWorker to utilize this new logic for heir assignment.
torsten pushed to main at torsten/yourpart3 2026-01-05 16:58:19 +01:00
c17af04cbf Refactor vocabulary search functionality in VocabService and update UI components
torsten pushed to main at torsten/yourpart3 2026-01-05 16:53:40 +01:00
f5e3a9a4a2 Add search functionality for vocabulary in VocabController and VocabService
torsten pushed to main at torsten/yourpart3 2026-01-05 16:43:45 +01:00
dab3391aa2 Refactor socket.io URL normalization logic for improved clarity and robustness
torsten pushed to main at torsten/yourpart3 2026-01-05 16:26:25 +01:00
0336c55560 Enhance socket.io URL handling for production environments
torsten pushed to main at torsten/yourpart-daemon 2026-01-05 16:10:12 +01:00
b7eafe28a1 Enhance TLS key handling in WebSocket server: Add support for SEC1 (EC PRIVATE KEY) in key loading process, improving flexibility for private key formats. Update error messages for clarity on key requirements. Include warning for clients when SSL is enabled but TLS is not active, ensuring proper connection protocols are used.
torsten pushed to main at torsten/yourpart3 2026-01-05 16:06:40 +01:00
8e618ab443 Implement TLS support in WebSocket server for secure connections
torsten pushed to main at torsten/yourpart-daemon 2026-01-05 15:46:57 +01:00
604c8ba300 Add character user clearing logic in EventsWorker: Implement a new SQL query to clear the user association from a deceased character before assigning a new heir. This ensures compliance with unique constraints and prevents errors during user reassignment. Enhance error handling and logging for better debugging.
torsten pushed to main at torsten/yourpart-daemon 2026-01-05 15:30:43 +01:00
e2630eb32a Add heartbeat and null production start fix in ProduceWorker: Implement periodic logging to monitor worker activity and add functionality to update productions with null start timestamps. Enhance SQL queries for better data integrity and debugging capabilities.
torsten pushed to main at torsten/harheimertc 2026-01-05 11:51:00 +01:00
673c34ac9d Update Apache SSL configuration and enhance security features across multiple files. Changed X-Frame-Options to SAMEORIGIN for better security, added optional Content Security Policy headers for testing, and improved password handling with HaveIBeenPwned checks during user registration and password reset. Implemented passkey login functionality in the authentication flow, including UI updates for user experience. Enhanced image upload processing with size limits and validation, and added rate limiting for various API endpoints to prevent abuse.
torsten pushed to main at torsten/yourpart-daemon 2026-01-05 11:44:47 +01:00
108ac6c82b Refactor QUERY_GET_BEST_PRODUCTION SQL query in Worker: Improve readability and maintainability by restructuring the query with clearer aliases and consistent use of COALESCE. Enhance join conditions and ensure proper handling of character health, resulting in more accurate production worth calculations.
torsten pushed to main at torsten/yourpart-daemon 2026-01-05 11:32:59 +01:00
713504d3ab Refactor DirectorWorker SQL queries: Remove unused QUERY_GET_DIRECTOR_USER and update vehicle count retrieval to use consistent column names. This improves code clarity and maintains consistency in data handling.
torsten pushed to main at torsten/yourpart3 2025-12-30 20:22:07 +01:00
352d672bdd Add keyboard handling in VocabPracticeDialog for improved user interaction