zwitschi
  • Joined on 2024-10-03
zwitschi pushed to main at zwitschi/thc-webhook 2026-05-10 14:24:17 +02:00
3412a5ccaa feat: enhance message handling with content pattern matching and update environment configuration
zwitschi pushed to main at zwitschi/thc-webhook 2026-05-10 13:45:43 +02:00
915c55d7ed feat: remove pip installation command from nixpacks configuration
zwitschi pushed to main at zwitschi/thc-webhook 2026-05-10 13:35:41 +02:00
788f3ea6b7 feat: remove deployment step from Docker workflow and add nixpacks configuration
0952c21c7b feat: update dashboard port from 8080 to 8420 in configuration and documentation
Compare 2 commits »
zwitschi pushed to main at zwitschi/thc-webhook 2026-05-10 13:07:24 +02:00
f88f60a019 feat: add functions to check and update 4:20 timezone cache
565c4078bb feat: enhance color handling in templates and dashboard with hex support
8f8c3655db refactor: replace pandas with csv module for timezone data loading
584231b0df chore: remove unused numpy and pandas dependencies from requirements
Compare 4 commits »
zwitschi pushed to main at zwitschi/thc-webhook 2026-05-10 12:36:18 +02:00
a4c92470b6 feat: add maintenance module for message deletion and related utilities
01d94376d4 feat: implement timezone and country data handling in thctime module
Compare 2 commits »
zwitschi pushed to main at zwitschi/thc-webhook 2026-05-10 12:07:36 +02:00
3f5630da2c fix: update dashboard host to allow external access
zwitschi pushed to main at zwitschi/thc-webhook 2026-05-10 12:01:29 +02:00
6bae1e2f66 feat: add HTML template rendering and test notification functionality
zwitschi pushed to main at zwitschi/thc-webhook 2026-05-10 11:34:41 +02:00
1dcd80a8bb feat: add testing job to build-container workflow and remove redundant push trigger from test-application workflow
c15e9bbd7c fix: improve logging and pagination logic in delete_old_messages function
Compare 2 commits »
zwitschi pushed to main at zwitschi/thc-webhook 2026-05-10 09:24:44 +02:00
4eecfc4aff refactor: remove test cases for dashboard functionality
ce5b31485c refactor: remove dashboard startup function and adjust message deletion schedule
Compare 2 commits »
zwitschi pushed to main at zwitschi/thc-webhook 2026-05-09 22:22:50 +02:00
d2372a98fa fix: reorder Docker commands to ensure proper image pull before container stop and removal
0c6e4c7235 feat: enable scheduled notifications for reminders and specific messages
Compare 2 commits »
zwitschi pushed to main at zwitschi/thc-webhook 2026-05-09 22:16:22 +02:00
61473c5dee fix: update embed message for unknown notification type and clean up related test
zwitschi pushed to main at zwitschi/thc-webhook 2026-05-09 22:00:07 +02:00
e30920067f feat: Add dashboard support and enhance Discord webhook functionality
zwitschi pushed to main at zwitschi/zamny-server 2026-05-02 19:23:49 +02:00
26fa0cbf6c Refactor server startup to use environment variable for port configuration
zwitschi pushed to main at zwitschi/zamny-client 2026-05-02 19:22:41 +02:00
1dd858aadd fix: format constructor URL assignment for clarity
zwitschi pushed to main at zwitschi/zamny-client 2026-05-02 18:48:48 +02:00
a37eb14ba5 feat: add level schema and tilemap tests
zwitschi pushed to main at zwitschi/zamny-server 2026-05-02 18:46:58 +02:00
fb944b5094 refactor server to support room creation and state updates; add WebSocket server initialization
zwitschi pushed to main at zwitschi/zamny-server 2026-05-02 17:54:06 +02:00
54fdefb352 update package.json to set main entry point and module type
zwitschi pushed to main at zwitschi/zamny-server 2026-05-02 17:38:25 +02:00
cb453d0e95 implement room creation and joining logic for players
zwitschi pushed to main at zwitschi/zamny-client 2026-05-02 17:24:49 +02:00
4ee2a0a159 feat: implement core game systems including networking, matchmaking, audio, and tilemap support
zwitschi pushed to main at zwitschi/zamny-client 2026-05-02 14:36:35 +02:00
5499b90390 feat: add initial implementation of ECS architecture and systems