This website requires JavaScript.
Explore
Help
Register
Sign In
torsten
/
yourpart-daemon
Watch
1
Star
0
Fork
0
You've already forked yourpart-daemon
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6757aa363f041fd134bdd6bce050122e14838a95
yourpart-daemon
/
src
History
Torsten Schulz (local)
6757aa363f
Refactor event handling in EventsWorker: Consolidated money change, storage capacity change, and character health change logic into dedicated methods for improved clarity and maintainability. This change enhances the handling of various event effects while preserving existing functionality.
2026-03-10 22:04:54 +01:00
..
db
Verbessere Fehlerbehandlung in SQL-Abfragen: Füge detaillierte Fehlermeldungen für Vorbereitungs- und Ausführungsfehler in den Director- und Politics-Workern hinzu.
2025-12-16 08:52:08 +01:00
worker
Refactor event handling in EventsWorker: Consolidated money change, storage capacity change, and character health change logic into dedicated methods for improved clarity and maintainability. This change enhances the handling of various event effects while preserving existing functionality.
2026-03-10 22:04:54 +01:00
config.rs
Initial commit: Rust YpDaemon
2025-11-21 23:05:34 +01:00
main.rs
Add EventsWorker to worker module: Introduced EventsWorker for handling event-related tasks. Updated main.rs to include EventsWorker in the worker creation process. Adjusted WeatherWorker instantiation to use cloned pool and broker for consistency.
2025-12-08 11:17:16 +01:00
message_broker.rs
Initial commit: Rust YpDaemon
2025-11-21 23:05:34 +01:00
websocket_server.rs
Update dependencies and enhance WebSocket server logging: Add 'chrono' and 'android_system_properties' to Cargo.lock, improve error handling and logging in websocket_server.rs, and streamline character creation notifications in worker modules for better clarity and maintainability.
2026-01-28 14:21:28 +01:00