Commit Graph

36 Commits

Author SHA1 Message Date
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
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
Thomas Smyth
3eb53c2ada SquadJS v1 2020-05-15 18:42:39 +01:00