[PR #2301] [MERGED] Release/190422 #3577

Closed
opened 2026-02-27 03:55:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/2301
Author: @dgibbs64
Created: 4/22/2019
Status: Merged
Merged: 4/22/2019
Merged by: @dgibbs64

Base: masterHead: release/190422


📝 Commits (10+)

  • 2962d01 New type of change in pull request template: small change
  • 22d97c4 re-word the type of change
  • 6a43af9 Merge branch 'hotfix/190401.1' into develop
  • 51326c7 Merge branch 'master' into develop
  • fd7ea74 Merge pull request #2204 from borzaka/patch-2
  • 70edcb2 feat(docs): PR will now request GitHub email for co-author
  • 87b8ed4 fix(install): Teamspeak3 server installation with MariaDB fixed. (#2261)
  • 50fe60e docs: add UltimateByte as a contributor (#2262)
  • dcce967 docs: add Bourne-ID as a contributor (#2263)
  • 1655dbb docs: add cedarlug as a contributor (#2264)

📊 Changes

44 files changed (+1697 additions, -197 deletions)

View changed files

.all-contributorsrc (+107 -0)
📝 .travis.yml (+5 -3)
📝 PULL_REQUEST_TEMPLATE.md (+30 -13)
📝 README.md (+14 -1)
📝 lgsm/config-default/config-lgsm/bsserver/_default.cfg (+6 -1)
lgsm/config-default/config-lgsm/dysserver/_default.cfg (+135 -0)
lgsm/config-default/config-lgsm/ndserver/_default.cfg (+130 -0)
📝 lgsm/data/serverlist.csv (+2 -0)
📝 lgsm/functions/check_executable.sh (+3 -2)
📝 lgsm/functions/command_debug.sh (+2 -0)
📝 lgsm/functions/command_dev_query_raw.sh (+15 -1)
📝 lgsm/functions/command_fastdl.sh (+4 -4)
📝 lgsm/functions/command_install.sh (+2 -2)
📝 lgsm/functions/command_monitor.sh (+2 -1)
📝 lgsm/functions/command_start.sh (+1 -5)
📝 lgsm/functions/core_functions.sh (+11 -11)
📝 lgsm/functions/core_getopt.sh (+1 -1)
📝 lgsm/functions/fix.sh (+23 -22)
📝 lgsm/functions/fix_dst.sh (+2 -2)
📝 lgsm/functions/fix_mta.sh (+1 -1)

...and 24 more files

📄 Description

Description

Release 190422


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/GameServerManagers/LinuxGSM/pull/2301 **Author:** [@dgibbs64](https://github.com/dgibbs64) **Created:** 4/22/2019 **Status:** ✅ Merged **Merged:** 4/22/2019 **Merged by:** [@dgibbs64](https://github.com/dgibbs64) **Base:** `master` ← **Head:** `release/190422` --- ### 📝 Commits (10+) - [`2962d01`](https://github.com/GameServerManagers/LinuxGSM/commit/2962d0143297445cc7f56145f1c52591ed109d76) New type of change in pull request template: small change - [`22d97c4`](https://github.com/GameServerManagers/LinuxGSM/commit/22d97c4b4122ddbacc45c56e5b3cd24ca8a3c0ba) re-word the type of change - [`6a43af9`](https://github.com/GameServerManagers/LinuxGSM/commit/6a43af9c36ad861e2a2373e046c1edd1da8f0d08) Merge branch 'hotfix/190401.1' into develop - [`51326c7`](https://github.com/GameServerManagers/LinuxGSM/commit/51326c773d15081b3e9a01ef93b3b9f490515c10) Merge branch 'master' into develop - [`fd7ea74`](https://github.com/GameServerManagers/LinuxGSM/commit/fd7ea7464a1e72b8be7caf374ad269aa9d192083) Merge pull request #2204 from borzaka/patch-2 - [`70edcb2`](https://github.com/GameServerManagers/LinuxGSM/commit/70edcb2a3d820f08d17c5e053443255f3cc656a1) feat(docs): PR will now request GitHub email for co-author - [`87b8ed4`](https://github.com/GameServerManagers/LinuxGSM/commit/87b8ed40f703b2b8b995cbae1bc707159d8d64a4) fix(install): Teamspeak3 server installation with MariaDB fixed. (#2261) - [`50fe60e`](https://github.com/GameServerManagers/LinuxGSM/commit/50fe60e0fe4a42f50913e2e077d802b5bf41bb57) docs: add UltimateByte as a contributor (#2262) - [`dcce967`](https://github.com/GameServerManagers/LinuxGSM/commit/dcce9673b169cd85c33ccdf037b95139254c8e17) docs: add Bourne-ID as a contributor (#2263) - [`1655dbb`](https://github.com/GameServerManagers/LinuxGSM/commit/1655dbb1e273ddbb7059a41151aeae568e85bd3e) docs: add cedarlug as a contributor (#2264) ### 📊 Changes **44 files changed** (+1697 additions, -197 deletions) <details> <summary>View changed files</summary> ➕ `.all-contributorsrc` (+107 -0) 📝 `.travis.yml` (+5 -3) 📝 `PULL_REQUEST_TEMPLATE.md` (+30 -13) 📝 `README.md` (+14 -1) 📝 `lgsm/config-default/config-lgsm/bsserver/_default.cfg` (+6 -1) ➕ `lgsm/config-default/config-lgsm/dysserver/_default.cfg` (+135 -0) ➕ `lgsm/config-default/config-lgsm/ndserver/_default.cfg` (+130 -0) 📝 `lgsm/data/serverlist.csv` (+2 -0) 📝 `lgsm/functions/check_executable.sh` (+3 -2) 📝 `lgsm/functions/command_debug.sh` (+2 -0) 📝 `lgsm/functions/command_dev_query_raw.sh` (+15 -1) 📝 `lgsm/functions/command_fastdl.sh` (+4 -4) 📝 `lgsm/functions/command_install.sh` (+2 -2) 📝 `lgsm/functions/command_monitor.sh` (+2 -1) 📝 `lgsm/functions/command_start.sh` (+1 -5) 📝 `lgsm/functions/core_functions.sh` (+11 -11) 📝 `lgsm/functions/core_getopt.sh` (+1 -1) 📝 `lgsm/functions/fix.sh` (+23 -22) 📝 `lgsm/functions/fix_dst.sh` (+2 -2) 📝 `lgsm/functions/fix_mta.sh` (+1 -1) _...and 24 more files_ </details> ### 📄 Description # Description Release 190422 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 03:55:01 +03:00
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#3577
No description provided.