Commit Graph

51 Commits

Author SHA1 Message Date
Skillet
70e2be8c51 Use RoundEnd event for DBlog 2023-04-14 23:45:11 -04:00
Skillet
61f502e15c
Update round-tickets.js 2023-02-26 07:09:21 -05:00
Skillet
56fd047411
use round-tickets to catch missing round won events 2023-02-26 04:45:49 -05:00
Skillet
6f162c5d63
fix Player disconnect regex 2023-02-17 08:03:28 -05:00
ect0s
616982927b rename steamid-connected to client-login, roll forward to master
Resolve conflict with master

Change steamid-connected to client-login for consistent naming
2023-01-02 23:27:12 -05:00
ect0s
4233213acd Merge remote-tracking branch 'upstream/master' into LogParser-Sessions 2023-01-02 23:24:13 -05:00
Thomas Smyth
b5c60ea9cf
Merge branch 'master' into SqCreationRCON 2023-01-02 19:01:09 +00:00
ect0s
6cce309bea Roll foward 2023-01-01 19:25:02 -05:00
Marek
17a7c269a7
Merge branch 'master' into LogParser-Sessions 2022-12-28 18:12:23 -06:00
Marek
16b0803149
Merge branch 'master' into LogTickets 2022-12-28 17:16:08 -06:00
Sentennial
0db79ad231 fix for player-damaged and player-died as well 2022-12-27 22:27:15 -06:00
Sentennial
48d0445925 Adjust regex to capture wounds by PLA weapons. 2022-12-27 22:12:02 -06:00
ect0s
1301c227f2 Move events to eventstore.sessions for cleanup 2022-11-09 20:26:04 -05:00
ect0s
49809169b8 Player Connection/Disconnection Flow. cleareventStore caller
pending connection destroyed: error path for clients that fail to connect, required to cleanup connection state in this error case.

client-connected: Supersedes steamid connected, use base unreal engine client flow. Removes dependancy on EAC (broken as of squad 3.4). First step in resolving a new client connection. this gets us a connection id, steamid.

client-login: 2nd step in player connected flow, this setups the steamid into eventstore.steamid-connected.

playercontroller connected: gets us player controller. used in player connected flow.

player-connected: update to use new eventStore layout, now all players should always have suffix,steamid,controller. These are now also cached within the logparser for lookup. last step in player connected flow.

player-disconnected: uses new eventStore layout, marks players in eventStore.disconnected but doesn't remove cached players till map change; may be needed in cases with delayed logs, needs further testing. Broken as of Squad 3.4 due to EAC changes

steamid-connected: Removed in favor of client-connected, no longer works as of squad 3.4 due to EAC changes.
2022-11-09 20:20:50 -05:00
ect0s
49127ca404 Add time 2022-09-28 23:00:55 -04:00
ect0s
3f3be7c027 Add round-tickets and round-ended events; discord-roundended plugin
Adds round-tickets regex to logparser; this will fire when the server prints new log lines related to tickets and factions.

Adds round-ended regex to log parser and event; this event forwards round tickets where we have both a winner and a loser to the main server object.

discord-roundended: This plugin is similar but functionally different from round winner, due to cases where the server experiences a draw.
2022-09-28 21:11:11 -04:00
IgnisAlienus
c40b24f9d5 Updating SCBL references to CBL - Community Ban List 2022-06-28 10:00:52 -07:00
ect0s
b9f5766cc9 Remove Squad Created from LogParser
Remove LogParser event Squad Created
2022-06-04 10:57:28 -04:00
ect0s
a2348c6bd1 Squad Commits, Robust new Game Regex
Attempt at more Robust Regex

This regex searches for all the current information we get via the NewGame event, but with a few patterns that search deeper/different folder structures.

Appears to work on all base game content and mods that I have tested, however, mods may capture garbage information inside of mapClassname.

This will also fail if a modder puts no folders between the root of their project and their layers

/mymod/mymap

vs

/mymod/afolder/mymap

afolder would end up being the mapClassname.

https://regex101.com/r/e0Ui0K/1
2021-11-26 15:01:10 -05:00
ect0s
5387da16bb Fixed SquadName/SquadID properties 2021-06-25 18:04:45 -04:00
ect0s
eb714ecad3 Added 'SQUAD_CREATED' log rule
Initial Attempt at parsing Squad Created Log line.
2021-06-25 12:39:37 -04:00
wiilover22
eab39b20ab Fix player disconnection event. 2021-04-07 18:07:03 -04:00
wiilover22
6ea5bcb20d Fixed regex for steamid-connected 2021-04-07 12:31:32 -04:00
Thomas Smyth
996418052d ESLint & README Generation 2021-03-05 17:32:31 +00:00
Dusan Milutinovic
1a9f1b04da
Update player-connected.js 2021-03-02 20:30:22 +01:00
Dusan Milutinovic
ef02ec76ba
Update player-disconnected.js 2021-03-02 20:30:09 +01:00
Dusan Milutinovic
0e7bc2fc91 Fixed bug #148. Added PLAYER_DISCONNECTED event 2021-03-02 00:05:46 +01:00
Thomas Smyth
19f5b8f879 Rename deployable take damage event 2021-02-03 23:30:54 +00:00
Thomas Smyth
28540fce26 Add deployable take damage event 2021-02-03 22:31:38 +00:00
Thomas Smyth
baf07a79b6 Refactor log parser 2020-12-10 20:46:29 +00:00
Thomas Smyth
39efc08a78 SquadJS v2.0 Initial Framework 2020-10-05 18:56:45 +01:00
Thomas Smyth
25c92194bb
Add Linux support for round winner 2020-09-28 22:33:52 +01:00
Thomas Smyth
0f3259d14a Fix round winner nulling logic 2020-09-15 01:18:04 +01:00
IgnisAlienus
4246994ea0 Update Round Winner -4 2020-09-14 14:55:14 -05:00
IgnisAlienus
df12bd3040 Update Round Winner -3 2020-09-14 14:44:47 -05:00
IgnisAlienus
9788d60780 Update Round Winner Again 2020-09-14 14:34:14 -05:00
IgnisAlienus
83b2033b0f Update Round Winner 2020-09-14 14:25:18 -05:00
IgnisAlienus
6555ec7b8b round winner 2020-09-13 17:31:28 -05:00
Thomas Smyth
d139a41f88 Rename events 2020-09-09 14:02:56 +01:00
Thomas Smyth
702a717833 Add SquadJS factory and refactor existing code 2020-08-20 21:21:03 +01:00
Thomas Smyth
f3760ebdd2 Add Admin Broadcast log parsing 2020-07-14 20:17:10 +01:00
Thomas Smyth
e0e44d6e4a Update ftp-tail 2020-06-30 19:15:50 +01:00
Thomas Smyth
bd0ff86d4a Add log parsing over FTP 2020-06-30 19:15:49 +01:00
Thomas Smyth
4445adf8f7 Increase line lengths 2020-06-14 12:58:27 +01:00
Thomas Smyth
aee900831c Revamp mapvote plugin 2020-06-13 15:33:44 +01:00
Thomas Smyth
b3acb396d1 Fix missing victim info from revives 2020-05-30 13:49:05 +01:00
Thomas Smyth
7229ba3fb9 Add more options to discord-teamkill 2020-05-30 12:13:01 +01:00
Thomas Smyth
45d81d6504 Fix UnPossess regexes on Linux 2020-05-21 22:08:07 +01:00
Thomas Smyth
a59b6dab8c Fix LOG_PARSER_PLAYER_WOUNDED event on Linux 2020-05-18 17:33:54 +01:00
Thomas Smyth
398f36966a Improve admin cam usage detection 2020-05-15 20:23:16 +01:00