Commit Graph

142 Commits

Author SHA1 Message Date
Skillet
6ab45d01f9
Update db-log-addOn.js 2023-02-16 19:12:29 -05:00
Skillet
25cb18afcb
Update db-log-addOn.js 2023-02-16 19:11:23 -05:00
Skillet
426d476f0a
hook into player_kicked event 2023-02-16 19:08:34 -05:00
Skillet
b96a9c259e
Update db-log-addOn.js 2023-02-16 02:42:51 -05:00
Skillet
dac74f45fe
Update db-log-addOn.js 2023-02-16 02:37:14 -05:00
Skillet
6fedab417d
Update db-log-addOn.js 2023-02-16 02:02:17 -05:00
Skillet
708b14bf51
Update db-log-addOn.js 2023-02-16 01:52:00 -05:00
Skillet
d550afacdc
Update db-log-addOn.js 2023-02-16 01:48:46 -05:00
Skillet
57efa1dd75
Update db-log-addOn.js 2023-02-16 01:40:56 -05:00
Skillet
4a13a3f840
Update main.yml 2023-02-16 01:25:08 -05:00
Skillet
b221f96d49
Update db-log-addOn.js 2023-02-16 00:45:05 -05:00
Skillet
1cf304388b
use custom squadjs 2023-02-15 18:10:44 -05:00
Skillet
319a9e47c8
Update db-log-addOn.js 2023-02-15 11:25:24 -05:00
Skillet
37da4689d9
Update db-log-addOn.js 2023-02-15 11:17:07 -05:00
Skillet
ad5e5bf290
Don't record PlayerName 2023-02-15 10:13:05 -05:00
Skillet
c34c0014af
Update db-log-addOn.js 2023-02-15 08:27:19 -05:00
Skillet
23ebb60035
Update db-log-addOn.js 2023-02-15 08:11:22 -05:00
Skillet
562dac86cd
Merge pull request #2 from AsgardEternal/Development
Update main.yml
2023-02-15 07:59:19 -05:00
Skillet
0e60aa8d4a
Update main.yml 2023-02-15 07:57:57 -05:00
Skillet
e60ca89b3f
Use custom SquadJS for Testing 2023-02-15 07:55:37 -05:00
Skillet
73e61b52da
Update db-log-addOn.js 2023-02-15 02:38:32 -05:00
Skillet
df4b74025d
Update db-log-addOn.js 2023-02-15 02:28:21 -05:00
Skillet
177382a153
deal with null players 2023-02-15 02:13:30 -05:00
Skillet
14d25e2a22
Update main.yml 2023-02-14 01:23:12 -05:00
Skillet
2bd89452df
Update main.yml 2023-02-14 01:17:17 -05:00
Skillet
9340081844
Update db-log-addOn.js 2023-02-14 00:17:24 -05:00
Skillet
e9184ea096
boog fix 2023-02-13 09:37:24 -05:00
Skillet
067ffc766d
Change Threshold logic for Seeding 2023-02-13 08:53:47 -05:00
Skillet
28ceb0d2bc
copy custom squadjs plugins into image 2023-02-13 06:36:32 -05:00
Skillet
f88487b27b
Create db-log-addOn.js 2023-02-13 06:33:08 -05:00
Skillet
1fec670e97
Update Dockerfile 2023-02-12 18:31:49 -05:00
Skillet
a099c66257
update node.js launch options
should help with squadjs getting an error on the RCON connection. option will exit the entire process upon an unhandled promise rejection. this will allow a restart with docker.
2023-02-10 10:15:46 -05:00
Skillet
817310e033
Run at 17:30 UTC 2023-02-08 00:14:27 -05:00
5d4651c168 fix: delay squadjs startup by 10 seconds
We have to wait until the Squad server is initialized and has a full
RCON connection up. This allows SquadJS to be started in tandem with a
Squad docker image in docker compose without conflict.

This is a bit hacky and a healthcheck would be superior, but there's a
lot of instances to check in the Squad log to even verify if the RCON
connection is good to go.

Another potential way of doing this health check is to attempt to login
into the rcon connection ourselves in a loop and then start SquadJS once
that rcon connection succeeds (after closing the RCON connection we
made).
2023-02-03 16:42:24 -06:00
33f1201737 ci: build every night 2023-01-28 17:30:20 -06:00
ec694dfd81 chore: add full GPLV3 license text 2023-01-27 16:15:26 -06:00
ff16421884 ci: only build on push to Development 2023-01-26 15:27:44 -06:00
d1afb0b8bc feat: add initial pipeline 2023-01-26 15:13:30 -06:00
04027db24b chore: remove unused file 2023-01-25 22:43:06 -06:00
2def3cd854 feat: include LICENSE 2023-01-25 20:45:56 -06:00
cc72a9e45a feat: add sqlite 2023-01-25 20:45:50 -06:00
ac57bfedce feat: full squadjs docker image 2023-01-25 17:48:46 -06:00