67 Commits

Author SHA1 Message Date
1be47acdd8 rotate expired user log files
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
2024-12-13 12:17:03 +00:00
96fe28b15c zomboid log timestamp format as environment variable
All checks were successful
Build and Push Docker Image / build (push) Successful in 14s
2024-12-12 17:14:09 +00:00
d02794709c fix incorrect timestamp parse string 2024-12-12 16:44:29 +00:00
edf901b647 stop unnecessary request to steam API
All checks were successful
Build and Push Docker Image / build (push) Successful in 16s
2024-12-12 16:08:21 +00:00
da217c1242 better logging
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-11 23:30:29 +00:00
b2847ebe95 user log files only and handle task around build 2024-12-11 22:55:24 +00:00
55304170b1 player sessions and coordinate models
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
2024-12-11 21:41:21 +00:00
e3da8ec805 update changelog
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
2024-12-11 20:07:12 +00:00
6faa3cdd01 command group to fix argument error
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-11 17:41:18 +00:00
6816eb68e8 build from logs command 2024-12-11 17:39:00 +00:00
77cb214276 debug mode var and ingame_channel shorthand getter
All checks were successful
Build and Push Docker Image / build (push) Successful in 23s
2024-12-11 15:37:19 +00:00
103d14e5d4 fix stupid await placement
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-09 14:55:55 +00:00
38dbc1a419 track player is dead
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-09 14:53:52 +00:00
2c30e719ce fix death regex failing to parse timestamp
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
2024-12-09 14:47:08 +00:00
ac5389953f embed alert on player death
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s
2024-12-09 14:25:11 +00:00
161d44a59d colour the join/leave embeds
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
2024-12-09 02:11:15 +00:00
b03f1ba6df fix incorrect order of passed variables for steam summary
All checks were successful
Build and Push Docker Image / build (push) Successful in 16s
2024-12-09 01:51:56 +00:00
ba16063eff fix attribute error from failing to unpack tuple
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s
2024-12-09 01:49:58 +00:00
fee723b9a9 fix not null error for connection fields
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s
2024-12-09 01:46:32 +00:00
fec912c9e0 fix regex issue for player join/leave events
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s
2024-12-09 01:40:29 +00:00
945b7422e4 use path name over stem
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s
2024-12-09 01:33:36 +00:00
8fecd43f31 fix futures error + remove unused imports
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s
2024-12-09 01:27:00 +00:00
d495ffc0fa simplify join/leave alert
All checks were successful
Build and Push Docker Image / build (push) Successful in 16s
2024-12-09 01:22:55 +00:00
67bb52c767 steam summary and player death tracker
All checks were successful
Build and Push Docker Image / build (push) Successful in 16s
2024-12-09 01:04:34 +00:00
1cce089cc3 incorrect usage of async await
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2024-12-08 00:53:01 +00:00
ae07f1760a attribute error fix
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2024-12-08 00:51:22 +00:00
d2d0b1a03e track filehandler
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-08 00:49:08 +00:00
26fe8ca523 more logging & remove unused code
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2024-12-07 23:50:24 +00:00
e6ddf290ca return after FileNotFoundError and log line output
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2024-12-07 23:38:21 +00:00
2b6f68de0d database, data folder path & file reader class
All checks were successful
Build and Push Docker Image / build (push) Successful in 28s
2024-12-07 23:23:10 +00:00
9522ec6ee0 We will count deaths
All checks were successful
Build and Push Docker Image / build (push) Successful in 14s
2024-12-07 15:20:34 +00:00
6286887632 remove whitespace 2024-12-07 00:39:46 +00:00
f6aa67c739 ensure path exists and use path obj over string
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2024-12-06 18:51:21 +00:00
19ec17a69a find console file through zomboid folder
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
2024-12-06 18:49:08 +00:00
8344bfa3b5 full avatar & remove incorrect on_ready code
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
2024-12-06 18:35:05 +00:00
512254a05d add missing steam api key
All checks were successful
Build and Push Docker Image / build (push) Successful in 17s
2024-12-06 18:21:11 +00:00
7bb2c8dbef player data handled in own cog
All checks were successful
Build and Push Docker Image / build (push) Successful in 14s
2024-12-06 18:18:18 +00:00
09cfb2ac58 fix player leave/join ignored if no access level
All checks were successful
Build and Push Docker Image / build (push) Successful in 14s
caused by bad regex pattern
2024-12-06 17:42:10 +00:00
cffe8546c1 move activity task starter into 'on_ready' event
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
it was being started before the bot websocket was established
2024-12-06 17:17:30 +00:00
cf580d741d changelog and activity fix
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-06 17:14:08 +00:00
8bfcf7eca4 add missing await to coroutine
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-06 17:02:32 +00:00
c302b54eae improve the way activity is changed
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s
should fix issues with not updating correctly
2024-12-06 16:57:46 +00:00
78d2c7a850 fix rcon call with incorrect arguments
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2024-12-06 14:19:54 +00:00
226c05526d admin command for forcing mod update
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2024-12-06 14:14:52 +00:00
c947aa2148 handle mod updates
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
2024-12-06 14:10:16 +00:00
95e8672fd5 use larger avatar for embed
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-06 13:28:52 +00:00
4e42a07b27 await thumbnail fetch
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-06 13:12:40 +00:00
f7f2401174 Update console.py
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-06 13:09:32 +00:00
3a85af4028 fetch steam profile via API
All checks were successful
Build and Push Docker Image / build (push) Successful in 22s
2024-12-06 13:05:11 +00:00
ed22e552a1 fix argument error for setting embed image
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2024-12-06 12:51:51 +00:00