Commit Graph

819 Commits

Author SHA1 Message Date
Skillet
a704ab8a55 Merge remote-tracking branch 'upstream/master' into upstream-config-includes 2024-01-05 19:56:23 -05:00
Zer0-1ne
1d12fc0823
Updated Factory.js to ignore non .js file types (#319) 2024-01-05 18:46:49 -06:00
Marek
1e929eb15e
Merge pull request #337 from Team-Silver-Sphere/hotfix-a1
Patching to 4.0.1
2024-01-05 18:44:44 -06:00
werewolfboy13
0694339be6 RELEASE 2024-01-05 18:44:04 -06:00
Marek
e84c0ef954
Merge pull request #336 from Team-Silver-Sphere/hotfix-a1
Removing CDN link for new versioning.
2024-01-05 18:43:27 -06:00
werewolfboy13
6f22f5391c Merge branch 'master' of https://github.com/Team-Silver-Sphere/SquadJS 2024-01-05 18:39:42 -06:00
werewolfboy13
f155ed879d Removing broken CDN method. 2024-01-05 18:39:36 -06:00
Marek
dffc8b6119
Merge pull request #318 from fantinodavide/eos-integration
EOS integration, major rewrite.
2024-01-05 15:05:30 -06:00
Fantino Davide
8fcce1ae63 fix: handle client login request for servers with password 2024-01-04 19:27:53 +01:00
Fantino Davide
b4c42d099f chore: number parsing in player list and squad list 2024-01-03 13:09:20 +01:00
Fantino Davide
dc55169e05 chore: improving player controller tracking via player damaged event 2024-01-02 16:51:13 +01:00
Fantino Davide
65171e526a fix: player controller tracking 2024-01-02 16:49:20 +01:00
Fantino Davide
ee90c318da chore: remove unused persistent-eosid-to-steamid plugin 2024-01-02 16:17:57 +01:00
Fantino Davide
bde69a8d73 refactor: renamed property "playerEOSID" into "eosID" in squad-server/log-parser/player-disconnected.js 2024-01-02 16:16:04 +01:00
Fantino Davide
1ff648d1aa feat: introduced model Player, data+constraints migration from SteamUser to Player 2023-12-30 23:35:55 +01:00
Fantino Davide
527411f808 chore: added IP logging on player connected event 2023-12-30 22:59:27 +01:00
Marek
08bf6a4e6a Linting 2023-12-30 07:00:44 +00:00
Marek
04af5b9c8b Building Configs 2023-12-30 06:58:49 +00:00
Marek
6287a05d13
Merge branch 'master' into eos-integration 2023-12-30 00:54:03 -06:00
Fantino Davide
4522f5122f refactor: removed A2S labels, and replaced with "server". legacy support for updateA2SInformation() 2023-12-29 18:04:53 +01:00
Marek
bc8fb4cbac
Merge pull request #335 from AsgardEternal/RCON-PacketParser
Updated #267 'Improve RCON packet Parsing...'
2023-12-28 17:59:19 -06:00
Skillet
a1ea6d10d1 Merge remote-tracking branch 'upstream/master' into RCON-PacketParser
# Conflicts:
#	core/rcon.js
2023-12-28 18:53:20 -05:00
Fantino Davide
f0d4348a30 refactor: replaced "A2S" with "server" in log lines for server information 2023-12-29 00:05:38 +01:00
Fantino Davide
ac49c8e170 chore: improved server information 2023-12-28 23:58:53 +01:00
Fantino Davide
39fda36bad refactor: renamed player property 'EOSID' into 'eosID' 2023-12-26 19:33:01 +01:00
Fantino Davide
bb01a43485 chore: set version in package.json to 4.0.0 2023-12-26 19:26:42 +01:00
Fantino Davide
4af850c365 fix: removed code with old core/rcon.js dependency 2023-12-26 19:12:34 +01:00
Fantino Davide
5a4787f382 refactor: implemented core/rcon.js from PR 267 2023-12-26 19:11:17 +01:00
Fantino Davide
2195006765 refactor: improper usage of hierarchy in squad-server/rcon.js getListPlayers() 2023-12-26 16:01:45 +01:00
Fantino Davide
5cd0286869 fix: victim player controller and more accurate checks on data.attacker.playercontroller in index.js PLAYER_DAMAGED event 2023-12-21 20:21:37 +01:00
Fantino Davide
081df656b9 refactor: use eosid in squad_created event 2023-12-20 23:42:51 +01:00
Fantino Davide
778a505ff0 chore: added playerEOSID to SQUAD_CREATED event 2023-12-16 23:19:41 +01:00
Fantino Davide
d332dad8f6 fix+chore: using regex groups 2023-12-15 01:45:55 +01:00
Fantino Davide
98a04351b1 fix: corrected startup procedure, added logging 2023-12-15 01:27:51 +01:00
Fantino Davide
de2878d7aa fix: workaround for the outdated player list data requested when a new squad is created, causing missing of the squad id parameter 2023-12-14 23:20:35 +01:00
Fantino Davide
eaa98bb281 refactor: full check on server.rcon.addIds existance 2023-12-14 22:11:57 +01:00
Fantino Davide
f7569ab437 chore: added squad parameter creatorEOSID 2023-12-14 22:08:20 +01:00
Fantino Davide
83d3aca9e7 chore: less restrictive matching on squad lines 2023-12-14 22:05:23 +01:00
Fantino Davide
1f6e61288a fix: typos as suggested in https://github.com/Team-Silver-Sphere/SquadJS/pull/318#issuecomment-1854740474 2023-12-14 03:08:14 +01:00
Fantino Davide
ff61c1a502 fix: increased maximum buffer size 2023-12-14 02:43:04 +01:00
Fantino Davide
b3c2567043 chore: redundant recognition of current and next layer 2023-12-14 02:41:09 +01:00
Fantino Davide
cc32b01736 chore: removed console.log 2023-12-13 14:16:28 +01:00
Fantino Davide
bfe3ceb436 chore: removed console.log 2023-12-13 14:04:20 +01:00
Fantino Davide
f00f790608 fix: missing a2sPlayerCount property 2023-12-13 00:18:35 +01:00
Fantino Davide
677a85bdc0 fix: handle null server or server.rcon in getListPlayers 2023-12-13 00:18:12 +01:00
Fantino Davide
cfc300bd90 fix: getListPlayers case of server is null 2023-12-12 22:40:47 +01:00
Fantino Davide
4637bc78d6 chore: added config options for rconPassThrough in config-template 2023-12-12 19:04:22 +01:00
Fantino Davide
4ebb14cffd chore: rcon lines rewriting for legacy support 2023-12-12 18:49:45 +01:00
Fantino Davide
140bee22ea fix: handle Teams not loaded in server info 2023-12-12 18:46:50 +01:00
Fantino Davide
f2000f63f8 Merge branch 'master' into eos-integration 2023-12-12 03:02:36 +01:00