Commit Graph

205 Commits

Author SHA1 Message Date
Daniel Gibbs
6815e3d3e1 Release v23.4.0 2023-07-21 00:54:39 +01:00
Daniel Gibbs
e9cfa0103c Merge branch 'hotfix/v23.3.6' into develop 2023-07-05 16:56:04 +01:00
Daniel Gibbs
5cb6c9e3a1 Release v23.3.6 2023-07-05 16:52:39 +01:00
Daniel Gibbs
2844eff22b Merge branch 'hotfix/v23.3.5' into develop 2023-07-02 00:55:07 +01:00
Daniel Gibbs
257c006977 Release v23.3.5 2023-07-02 00:53:22 +01:00
Daniel Gibbs
2ff6b68239 refactor(docker): simplify root user check
The code changes remove the unnecessary check for the presence of a Docker environment in multiple scripts. Instead, they now only check if the current user is not root. This simplifies the logic and improves readability.

- Simplify root user check in `check.sh`, `check_deps.sh`, `check_permissions.sh`, `check_root.sh`, `command_install.sh`, `core_exit.sh`, and `linuxgsm.sh`
- Remove redundant checks for Docker environment
- Improve code readability
2023-07-02 00:39:40 +01:00
Daniel Gibbs
f2779d1b2d feat(docker): create ENV for directory changes in docker
adds ability to update some variables using ENV variables in docker.

a
2023-07-01 23:03:56 +01:00
Daniel Gibbs
23e39af8a3 Merge branch 'hotfix/v23.3.4' 2023-06-15 22:00:09 +01:00
Daniel Gibbs
28adc88f13 Release v23.3.4 2023-06-15 21:56:40 +01:00
Daniel Gibbs
2cebdfea66
feat: add header to serverlist.csv (#4231)
* feat: add header to serverlist.csv

added header to serverlistto help ansible and other tools better work with the csv file

* feat: update serverlist menu

The script now skips the first line of the serverlist file when generating the list for 'list' and 'install' commands. This ensures that the header is not included in the output.

* fix: check details

* fix serverlist validate test
2023-06-11 16:24:04 +01:00
Daniel Gibbs
9e347fe9fa Release v23.3.3
This commit updates the version of the core to v23.3.3. Additionally, it removes updates the .gitignore file.
2023-06-09 16:38:39 +01:00
Daniel Gibbs
58c173db61 Release v23.3.2 2023-05-29 19:48:16 +01:00
Daniel Gibbs
7ddbbfd64a
feat: improve error message for unknown game server (#4218)
The code changes modify the error message displayed when an unknown game server is entered. The new message now capitalizes the first letter of "unknown" and adds an exit status of 1 to terminate the script.
2023-05-29 00:05:18 +01:00
Daniel Gibbs
9e85791e32 Release v23.3.1 2023-05-28 15:14:02 +01:00
Daniel Gibbs
e12353b21c Release v23.3.0 2023-05-28 14:07:29 +01:00
Daniel Gibbs
bd30ab6c84
Merge branch 'hotfix/v23.2.3' into develop 2023-04-09 15:55:54 +01:00
Daniel Gibbs
38c810db2b
Release v23.2.3 2023-04-09 15:55:17 +01:00
Daniel Gibbs
63c7f4106f
Release v23.2.2 2023-04-09 13:51:11 +01:00
Daniel Gibbs
aaf9aa4953
Release v23.2.2 2023-04-09 13:40:29 +01:00
Daniel Gibbs
fd978eae06
Merge branch 'hotfix/v23.2.1' into develop 2023-04-09 11:11:15 +01:00
Daniel Gibbs
0172ed608a
Release v23.2.1 2023-04-09 11:10:33 +01:00
Daniel Gibbs
0bec0ca218
feat: convert functions dir to modules dir (#4169)
* functions dir will be deleted after 14 days
2023-04-05 00:16:37 +01:00
Daniel Gibbs
2e78a4658e Release v23.2.0 2023-04-02 16:39:21 +01:00
Daniel Gibbs
4898caa345 feat: add 24h caching to external ip gathering
this will prevent querying of external ip tool repeatedly
Also tidied up a few rm commands
2023-02-24 00:59:37 +00:00
Daniel Gibbs
9a026ecdd4 fix: re-add core_getop.sh 2023-02-20 00:27:18 +00:00
Daniel Gibbs
ccb216ecda fix: selecting branch instead of version when getting modules 2023-02-16 22:17:20 +00:00
Daniel Gibbs
d7545f67c3 Release v23.1.0 2023-02-02 22:19:39 +00:00
crawforc3
fbaed94324
feat(newserver): Necesse (#3997)
* Add Necesse game server

* change github info for testing

* add defaul config

* fix config

* Update config

* revery github repo

* remove artifact

* Update _default.cfg

* Update install sequence

* Update servercfg

* Add post install

* Update nec post isntall

* update fixes

* Remove config checks

* update install config

* fix typo

* Add config check

* add config checks to post install

* fix install config

* update fix.sh

* Clean up

* correct dependencies

* add details

* add nec

* config

* update dependencies

* prettier

Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
2022-10-30 22:24:07 +00:00
Daniel Gibbs
a6ae012f12 Release v22.2.1 2022-10-22 22:55:22 +01:00
Daniel Gibbs
2257be4a8e fix: add docker compatibility
fix: allow find to search in symlinks
2022-10-22 22:51:23 +01:00
Daniel Gibbs
4c52885ae3 Release v22.2.0 2022-10-05 21:04:53 +01:00
Daniel Gibbs
635f4bce52
chore: use prettier for code tidy (#3901)
* feat: start using prettier linter

https://prettier.io/

* feat: prettier code formatting

* feat: add super linter
2022-06-22 23:29:49 +01:00
Daniel Gibbs
f34bae849b Release v22.1.0 2022-06-02 22:15:00 +01:00
Daniel Gibbs
9737de5086 Merge branch 'hotfix/v21.5.1' into develop 2022-01-17 22:47:19 +00:00
Daniel Gibbs
437ebfaed7 Release v21.5.1 2022-01-17 22:44:07 +00:00
StudioEtrange
fc97f5b696
feat(core): allow to set github details at runtime with env vars (#3708) 2022-01-17 22:38:25 +00:00
Christian
f60c65a744
refactor(core): move curl check to main file (#3740) 2022-01-15 13:30:48 +00:00
Daniel Gibbs
043f9da769 Release v21.5.0 2021-12-31 21:23:00 +00:00
Daniel Gibbs
454e53bb96
spaces
Release v21.4.1


new line


Release v21.4.1
2021-10-29 23:10:12 +01:00
Daniel Gibbs
d087174603
Release v21.4.0 2021-10-27 00:17:45 +01:00
Daniel Gibbs
36c419ed15
Release v21.3.3 2021-10-24 23:26:53 +01:00
Daniel Gibbs
222eb9dffd
Release v21.3.2 2021-10-11 00:03:30 +01:00
Daniel Gibbs
da40c636e6
Release v21.3.1 2021-09-28 22:54:05 +01:00
Daniel Gibbs
f6c982746b Release v21.3.0 2021-09-25 12:45:11 +01:00
Daniel Gibbs
79b60561a0 v21.2.5 2021-08-06 20:43:22 +01:00
Daniel Gibbs
9b6d239ca4
v21.2.4 2021-06-10 12:05:41 +01:00
Daniel Gibbs
669e2c9227 Release v21.2.3 2021-03-28 22:25:02 +01:00
Daniel Gibbs
53fdf7c705
fix(rust): resolve rust seed not loading to server (#3407) 2021-03-28 21:46:36 +01:00
Daniel Gibbs
532443eafe Release v21.2.2 2021-03-15 23:03:50 +00:00
Daniel Gibbs
5ad8422784 Release v21.2.2 2021-03-15 22:50:51 +00:00