68 Commits

Author SHA1 Message Date
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
a06966fc81 playtime field as int over float
All checks were successful
Build and Push Docker Image / build (push) Successful in 14s
2024-12-09 01:29:03 +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
c398cac067 fix improper generator use
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-08 00:46:57 +00:00
3e8072fb67 Update reader.py
All checks were successful
Build and Push Docker Image / build (push) Successful in 18s
2024-12-08 00:31:57 +00:00
919e921850 fix line number assignment in bad position
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-08 00:06:26 +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
32b51fcd1d fix broken instance/type check
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-07 23:28:22 +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
2d2cf708ef Update README.md
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-07 01:10:04 +00:00
3981edb006 environment variables in readme
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-07 01:07:55 +00:00
ba23b9d868 Update CHANGELOG.md
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2024-12-07 00:55:33 +00:00
796d001751 Update README.md 2024-12-07 00:55:25 +00:00
511b7b038e Update CHANGELOG.md
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
2024-12-07 00:41:28 +00:00
27a2a1f558 Bump version: 0.0.1 → 0.0.2 2024-12-07 00:39:55 +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
21bd1589a4 user class and join/leave embeds
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-06 12:49:47 +00:00
5e216862a6 fix spam + add player disconnect message
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-06 12:34:18 +00:00
60ad27126b console reader and player join alert
All checks were successful
Build and Push Docker Image / build (push) Successful in 23s
2024-12-06 12:23:15 +00:00
7a18ebc22d fix wrong calculation for activity message again
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-06 11:58:04 +00:00
c09acbe9e3 move defer before blacklist check
All checks were successful
Build and Push Docker Image / build (push) Successful in 22s
2024-12-06 11:54:32 +00:00
82d2eb6ed2 fix wrong number in count calculation
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2024-12-06 11:49:21 +00:00
82fcedd5a4 plural dependent on player count
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2024-12-06 11:48:55 +00:00