Commit Graph

606 Commits

Author SHA1 Message Date
pull[bot]
a3a5a00d5e
[pull] master from Thomas-Smyth:beta (#26)
* Updated Year For Copyright Message

* fixed terminology

* Fix template literals for copyright message

* Fix SCBL Info plugin's threshold option

* Wrap SCBL API call in try catch

* Update license

* ESLint & README Generation

* Run Action on pull request

* admin list parse improvements

* prefer for loop for readability

* Delete pull.yml

* Fix error in auto-tk-warn

Co-authored-by: werewolfboy13 <werewolfboy13@afocommunity.com>
Co-authored-by: Marek <werewolfpartner@gmail.com>
Co-authored-by: Thomas Smyth <thomas.smyth3141@gmail.com>
Co-authored-by: SeanWalsh95 <SeanWalsh95@users.noreply.github.com>
2021-01-29 02:59:12 +00:00
pull[bot]
00c0b2765c
[pull] master from Thomas-Smyth:beta (#25)
* Updated Year For Copyright Message

* fixed terminology

* Fix template literals for copyright message

* Fix SCBL Info plugin's threshold option

* Wrap SCBL API call in try catch

* Update license

* ESLint & README Generation

* Run Action on pull request

* admin list parse improvements

* prefer for loop for readability

* Delete pull.yml

* Fix error in auto-tk-warn

Co-authored-by: werewolfboy13 <werewolfboy13@afocommunity.com>
Co-authored-by: Marek <werewolfpartner@gmail.com>
Co-authored-by: Thomas Smyth <thomas.smyth3141@gmail.com>
Co-authored-by: SeanWalsh95 <SeanWalsh95@users.noreply.github.com>
2021-01-28 21:36:48 +00:00
Thomas Smyth
90540f0e09 Fix error in auto-tk-warn 2021-01-28 20:13:53 +00:00
pull[bot]
4822f7023a
[pull] master from Thomas-Smyth:beta (#24)
* Updated Year For Copyright Message

* fixed terminology

* Fix template literals for copyright message

* Fix SCBL Info plugin's threshold option

* Wrap SCBL API call in try catch

* Update license

* ESLint & README Generation

* Run Action on pull request

* admin list parse improvements

* prefer for loop for readability

* Delete pull.yml

Co-authored-by: werewolfboy13 <werewolfboy13@afocommunity.com>
Co-authored-by: Marek <werewolfpartner@gmail.com>
Co-authored-by: Thomas Smyth <thomas.smyth3141@gmail.com>
Co-authored-by: SeanWalsh95 <SeanWalsh95@users.noreply.github.com>
2021-01-28 13:34:27 -05:00
Thomas Smyth
b5fb12e739
Merge pull request #134 from SeanWalsh95/admin-list-edits
Admin list edits
2021-01-28 18:18:19 +00:00
SeanWalsh95
5becf0473e Delete pull.yml 2021-01-28 12:49:24 -05:00
SeanWalsh95
6a1cce8720 prefer for loop for readability 2021-01-28 12:47:08 -05:00
SeanWalsh95
b965e4a1d6 admin list parse improvements 2021-01-28 12:41:13 -05:00
SeanWalsh95
569e91bd21
Create pull.yml 2021-01-26 14:01:37 -05:00
Thomas Smyth
f4733a2464
Run Action on pull request 2021-01-15 10:43:24 +00:00
Thomas Smyth
2125eb8a71 ESLint & README Generation 2021-01-15 10:41:21 +00:00
Thomas Smyth
c98d58864e Update license 2021-01-15 10:33:04 +00:00
Thomas Smyth
f2717e0f62 Wrap SCBL API call in try catch 2021-01-15 10:27:58 +00:00
Thomas Smyth
a5f35d5915 Fix SCBL Info plugin's threshold option 2021-01-15 09:55:10 +00:00
Thomas Smyth
6f2c9507e3 Fix template literals for copyright message 2021-01-14 21:43:51 +00:00
Thomas Smyth
cb01738ffd
Merge pull request #130 from werewolfboy13/beta
Updated Year For Copyright Message
2021-01-14 20:28:58 +00:00
Marek
dad56897f6
fixed terminology 2021-01-15 02:23:37 +06:00
werewolfboy13
8ea54b9f4f Updated Year For Copyright Message 2021-01-14 14:09:21 -06:00
Thomas Smyth
ba247467d1
Merge pull request #129 from SeanWalsh95/aku-simple-conditions
AKU simple conditions + bugfix
2021-01-12 23:40:51 +00:00
SeanWalsh95
0937c528b3 ESLint & README Generation 2021-01-12 23:31:59 +00:00
SeanWalsh95
b51c100f55 fix for issue #124
lists use .includes not in
2021-01-12 18:30:02 -05:00
SeanWalsh95
0457464113 simplify tracking conditions 2021-01-12 16:21:33 -05:00
Thomas Smyth
b604ab9195
Merge pull request #125 from SeanWalsh95/kick-unassigned-patch
Auto-Kick-Unassigned patch
2021-01-12 17:08:58 +00:00
Thomas Smyth
e8d634b074
Merge pull request #127 from SeanWalsh95/small-docs-fix
Small docs fix
2021-01-12 17:08:44 +00:00
SeanWalsh95
d48bfdd4cd ESLint & README Generation 2021-01-12 17:06:53 +00:00
SeanWalsh95
e72803e717 RM pull.yml for PR 2021-01-12 12:10:19 -05:00
SeanWalsh95
c29d924524 fix refrence change per f67a8bb 2021-01-12 12:09:09 -05:00
SeanWalsh95
76129078c3 rm async/await on non asynchronous functions and calls 2021-01-12 12:02:38 -05:00
SeanWalsh95
4aa0412ee5 move adminList logic to pulling from server instead of storing copy on init
changes per https://github.com/Thomas-Smyth/SquadJS/pull/125#issuecomment-758783309
2021-01-12 11:59:08 -05:00
SeanWalsh95
5c5be9295c Fix bug whre getAdmin returns perms instead of S64IDs 2021-01-12 11:33:28 -05:00
SeanWalsh95
fc99f81182 Delete pull.yml
deleted for pull request
2021-01-12 11:22:05 -05:00
SeanWalsh95
b17a411f8d move adminList gets to mount() 2021-01-12 11:17:55 -05:00
SeanWalsh95
1a3fdfe58d Merge branch 'master' of https://github.com/SeanWalsh95/SquadJS 2021-01-12 10:42:19 -05:00
SeanWalsh95
8e0d2398a0
Create pull.yml 2021-01-11 20:49:44 -05:00
Thomas Smyth
89c00f6fda Merge branch 'beta' of https://github.com/Thomas-Smyth/SquadJS into beta 2021-01-09 15:16:13 +00:00
Thomas Smyth
90795883fd Update dependencies 2021-01-09 15:16:00 +00:00
Thomas Smyth
bcf3a76e4b ESLint & README Generation 2021-01-09 14:53:50 +00:00
Thomas Smyth
8ca9c0b38b Update SquadJS API requests 2021-01-09 14:51:59 +00:00
Thomas Smyth
070867377e
Merge pull request #120 from got2bhockey/beta
Added Github Workflow for linting and template generation
2021-01-08 22:18:55 +00:00
got2bhockey
5b3e6a909c Update lint to use package.json command 2021-01-08 17:13:31 -05:00
got2bhockey
30b05823fe Added workflow 2021-01-08 16:43:45 -05:00
Thomas Smyth
938c99d352
Merge pull request #119 from werewolfboy13/beta
updated config and readme for adminlists
2021-01-08 15:42:06 +00:00
Thomas Smyth
62b857c391 Fix identation 2021-01-08 15:41:51 +00:00
werewolfboy13
59f93c6e67 fixed placing 2021-01-08 09:38:22 -06:00
werewolfboy13
88975c3b4d added examples 2021-01-08 09:22:47 -06:00
werewolfboy13
47ee70eaa8 fixed templates 2021-01-07 17:45:56 -06:00
werewolfboy13
13aff4ada0 updated config and readme for adminlists 2021-01-07 16:35:22 -06:00
Thomas Smyth
23518b4d97 Add SCBL plugin 2021-01-07 20:52:55 +00:00
Thomas Smyth
f67a8bba93 Rename readme 2021-01-07 16:38:59 +00:00
Thomas Smyth
2ea2ec7484 Improve logo on startup 2021-01-07 16:37:27 +00:00