Skip to content

Commit 5510a30

Browse files
committed
Merge branch 'release/v24.2.0'
2 parents 045c55c + a8f66a4 commit 5510a30

File tree

188 files changed

+1846
-349
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+1846
-349
lines changed

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Add to Project
14-
uses: actions/add-to-project@v0.5.0
14+
uses: actions/add-to-project@v1.0.0
1515
with:
1616
project-url: https://github.com/orgs/GameServerManagers/projects/11
1717
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

.github/workflows/details-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Generate matrix with generate-matrix.sh
24-
run: chmod +x .github/workflows/detals-check-generate-matrix.sh; .github/workflows/detals-check-generate-matrix.sh
24+
run: chmod +x .github/workflows/details-check-generate-matrix.sh; .github/workflows/details-check-generate-matrix.sh
2525

2626
- name: Set Matrix
2727
id: set-matrix
@@ -83,7 +83,7 @@ jobs:
8383
run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server details
8484

8585
- name: Detect details
86-
run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server detect-details
86+
run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server parse-game-details
8787

8888
- name: Query Raw
8989
run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server query-raw

lgsm/config-default/config-lgsm/acserver/_default.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,13 @@ slackwebhook="webhook"
7474

7575
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7676
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
77-
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
77+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
7878
telegramapi="api.telegram.org"
7979
telegramalert="off"
8080
telegramtoken="accesstoken"
8181
telegramchatid=""
82+
telegramthreadid=""
83+
telegramsilentnotification="false"
8284
curlcustomstring=""
8385

8486
## Updating | https://docs.linuxgsm.com/commands/update

lgsm/config-default/config-lgsm/ahl2server/_default.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,13 @@ slackwebhook="webhook"
8282

8383
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8484
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
85-
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
85+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
8686
telegramapi="api.telegram.org"
8787
telegramalert="off"
8888
telegramtoken="accesstoken"
8989
telegramchatid=""
90+
telegramthreadid=""
91+
telegramsilentnotification="false"
9092
curlcustomstring=""
9193

9294
## Updating | https://docs.linuxgsm.com/commands/update

lgsm/config-default/config-lgsm/ahlserver/_default.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,13 @@ slackwebhook="webhook"
7777

7878
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7979
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
80-
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
80+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
8181
telegramapi="api.telegram.org"
8282
telegramalert="off"
8383
telegramtoken="accesstoken"
8484
telegramchatid=""
85+
telegramthreadid=""
86+
telegramsilentnotification="false"
8587
curlcustomstring=""
8688

8789
## Updating | https://docs.linuxgsm.com/commands/update

lgsm/config-default/config-lgsm/arkserver/_default.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,13 @@ slackwebhook="webhook"
7979

8080
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8181
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
82-
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
82+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
8383
telegramapi="api.telegram.org"
8484
telegramalert="off"
8585
telegramtoken="accesstoken"
8686
telegramchatid=""
87+
telegramthreadid=""
88+
telegramsilentnotification="false"
8789
curlcustomstring=""
8890

8991
## Updating | https://docs.linuxgsm.com/commands/update

lgsm/config-default/config-lgsm/arma3server/_default.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,13 @@ slackwebhook="webhook"
9393

9494
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
9595
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
96-
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
96+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
9797
telegramapi="api.telegram.org"
9898
telegramalert="off"
9999
telegramtoken="accesstoken"
100100
telegramchatid=""
101+
telegramthreadid=""
102+
telegramsilentnotification="false"
101103
curlcustomstring=""
102104

103105
## Updating | https://docs.linuxgsm.com/commands/update

lgsm/config-default/config-lgsm/armarserver/_default.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,13 @@ slackwebhook="webhook"
7878

7979
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8080
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
81-
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
81+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
8282
telegramapi="api.telegram.org"
8383
telegramalert="off"
8484
telegramtoken="accesstoken"
8585
telegramchatid=""
86+
telegramthreadid=""
87+
telegramsilentnotification="false"
8688
curlcustomstring=""
8789

8890
## Updating | https://docs.linuxgsm.com/commands/update

lgsm/config-default/config-lgsm/atsserver/_default.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,13 @@ slackwebhook="webhook"
7070

7171
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7272
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
73-
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
73+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
7474
telegramapi="api.telegram.org"
7575
telegramalert="off"
7676
telegramtoken="accesstoken"
7777
telegramchatid=""
78+
telegramthreadid=""
79+
telegramsilentnotification="false"
7880
curlcustomstring=""
7981

8082
## Updating | https://docs.linuxgsm.com/commands/update

0 commit comments

Comments
 (0)