Commit Graph

789 Commits

Author SHA1 Message Date
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
Fantino Davide
ee09fc3d63 chore: conflict resolution 2023-12-12 03:01:20 +01:00
Fantino Davide
978ad35b3a refactor: updated log parsers for Squad V7 2023-12-12 02:55:51 +01:00
Fantino Davide
2905b229a7 chore: defaultEnabled: true, linting 2023-12-12 02:54:56 +01:00
Fantino Davide
971c32f247 chore: removed unused dependencies, linting 2023-12-12 02:52:06 +01:00
Fantino Davide
f18ea1ab66 chore: changes to make eslint happy 2023-12-12 02:50:06 +01:00
Fantino Davide
4c7f55339a fix: typo matchUnpossessedAdminCam and removed unused dependency 2023-12-12 02:48:36 +01:00
Marek
ae2441dff8
Merge pull request #325 from Team-Silver-Sphere/werewolfboy13-patch-1
Update package.json to 3.8.2
2023-11-18 17:56:39 -06:00
Marek
297ec0dc45
Update package.json to 3.8.2 2023-11-18 17:56:23 -06:00
Marek
652e651df0
Merge pull request #324 from Team-Silver-Sphere/322-fix
Adds Support for #322
2023-11-18 17:41:25 -06:00
werewolfboy13
6a9b691bcd Adds Support for #322 2023-11-18 17:40:18 -06:00
Fantino Davide
82dcbd49a6 feat: support Squad V7 rcon messages 2023-11-18 23:34:04 +01:00
Fantino Davide
522b85cdcc fix+chore: improved server information parsing + fixed server public slots count 2023-11-18 23:33:03 +01:00
Fantino Davide
685248df56 chore: rcon server messages to file + convert steamids to eosid in rcon->execute() method 2023-11-18 23:31:34 +01:00
Marek
06c7e7fed5
Merge pull request #322 from vohk/patch-1
Fix typo in auto-kick-unassigned.js
2023-11-18 01:31:03 -06:00
vohk
5427d36018
Update auto-kick-unassigned.js
Fixed typo in unassigned warning.
2023-11-17 22:40:14 -08:00
Fantino Davide
b4d87d7be4 chore: removed console.log 2023-11-06 23:10:49 +01:00
Fantino Davide
c43fec5fc1 feat: plugin to store in a database known steamid-eosid associations 2023-11-06 23:07:23 +01:00
Fantino Davide
4b0ee2023f feat: updated log-parser with matching regex and new connection sequence 2023-11-06 23:06:01 +01:00
Fantino Davide
9878e55324 fix: updated regular expressions for matching EOSIDs in rcon.js 2023-11-06 23:02:50 +01:00
Fantino Davide
cb420866cd chore: improved eventstore default objects 2023-11-06 22:53:29 +01:00
Fantino Davide
8b39bd720e feat: updated core/rcon.js with passThrough support and EOSID to SeamID rewriting 2023-11-06 22:50:07 +01:00
Marek
8a988c1e73
Merge pull request #313 from sergelouie6/patch-1
Added additional properties to getListPlayers and getSquads methods
2023-11-04 22:44:47 -05:00