Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made FiOne use an empty env instead of the fenv for performance and future compatibility #1017

Merged
merged 1 commit into from
Mar 4, 2023

Conversation

ccuser44
Copy link
Contributor

@ccuser44 ccuser44 commented Mar 3, 2023

If we wan't to use a virtual env ever then FiOne calling fenv would negate any of it's benefits.

@Sceleratis Sceleratis merged commit b6544ea into Epix-Incorporated:master Mar 4, 2023
@ccuser44 ccuser44 deleted the patch-10 branch March 4, 2023 08:10
Sceleratis added a commit that referenced this pull request Apr 6, 2023
commit 2fae38cd35a70b8474383989d990b0a8abc6d343
Author: LiveFireExercise <64012878+LiveFireExercise@users.noreply.github.com>
Date:   Thu Apr 6 23:03:22 2023 +0100

    v239 Changelog final (#1051)

    * v239 Changelog final

    added some last minute commits hopefully

    * Update Changelog.lua

commit ec1757dfcbd11ae5f099524cd735e3ee94514b91
Author: Egiziano <56704274+EgizianoEG@users.noreply.github.com>
Date:   Thu Apr 6 23:57:03 2023 +0200

    Fix for ":noclip" command and improve of the readability (#941)

    Idk why changing the root part cframe.. it was causing the character to repeatly go up and down lol.

commit d44106c978df54dd72914f986bf4f775a37e484b
Author: L8X <49875377+L8X@users.noreply.github.com>
Date:   Thu Apr 6 22:54:20 2023 +0100

    Add more exploit functions to output check (#1048)

    Added tons from the synapse documentation and my own memory

commit 42a5e62bab4fad6afeec786eec3e15cd03201cd1
Author: LiveFireExercise <64012878+LiveFireExercise@users.noreply.github.com>
Date:   Thu Apr 6 22:53:46 2023 +0100

    Adonis Changelog and version update (#1050)

    * Update Changelog

    Updated changelog for v239

    * Update version

    238 > 239

commit b05bf25031381455120566acc2c12b5cf837a732
Author: LiveFireExercise <64012878+LiveFireExercise@users.noreply.github.com>
Date:   Thu Apr 6 22:53:05 2023 +0100

    Update GRP command (#1049)

    * Added icon to command

    why does this command exist? I dont get it

    * Change teleport ID

    Game has been moved xd xd

commit 1479605cf39070443a5845dfee95c41d2c497da7
Author: hayper <hayper1919@gmail.com>
Date:   Fri Apr 7 00:15:40 2023 +0700

    refactor: use interpolated string (#1030)

    * refactor: use interpolated string

    * lint: fix lint error

    * feat: missing `)`

    * chore: remove `tostring` from inteprolated string

    * refactor: finish what i have started

commit 92356c0a80fc5a3f75a3be2f2c0f036cd92d646f
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Wed Apr 5 21:01:36 2023 +0300

    Fixed bugs in nightly (#1047)

    * Fixed slippery not working

    * Update AudioLib.lua

    * Update Remote.lua

    * Update Music.rbxmx

    * Update Core.lua

    * Fixed `LaxCheckMatch`

    * Fixed invalid console key error

    * Fixed invalid console key error

commit f7aac5ac557cf51f08784459ad66950ceb164935
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Wed Apr 5 18:21:14 2023 +0300

    Update Functions.lua (#1046)

commit 3850e072430a0a276bff60b16aaa89c61189aa2b
Author: Sceleratis <sceleratis@gmail.com>
Date:   Wed Apr 5 10:38:02 2023 -0400

    Add nightly module & NightlyMode setting to Loader

commit 4e45e9e21f6e34c565575e0ae9b4de01f98fc8df
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Wed Apr 5 17:02:43 2023 +0300

    Fix disguise for new TextChatService (#1038)

    * Update Admin.lua

    * Update Admins.lua

    * Update Functions.lua

commit f02f7e2656e169e65036542fc7245a87c6fce051
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Wed Apr 5 17:00:07 2023 +0300

    Made mutex not save and removed unnecessary stuff (#1029)

    * Update Loader.server.lua

    * Update Server.lua

    * Update Service.lua

    Removed:

    - `Service.round`, can be replaced with `math.round`
    - `FindClass`, unused and can be replaced with `:FindFirstChildWhichIsA(CLASSNAME)`
    - `Service.Unpack`, unused and can be replaced with `table.unpack`

    * Update Players.lua

    * Update Functions.lua

    Removed:

    - `Functions.CountTable`, can be replaced with `service.CountTable`
    - `Functions.Round`, can be replaced with `math.round`

    * Update Functions.lua

    Removed:

    - `Functions.CountTable`, can be replaced with `service.CountTable`
    - `Functions.Round`, can be replaced with `math.round`

    * Update Moderators.lua

    * Update Client.lua

    ---------

    Co-authored-by: Sceleratis <sceleratis@gmail.com>

commit dbc9429f1eec379cf67021f52cbbc9d8b8b42ec0
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Wed Apr 5 16:49:19 2023 +0300

    Added a much better nuke from <https://github.com/ccuser44/Fast-nuclear-explosion> (#1033)

    * Add files via upload

    * Update FastNuke.lua

    * Update Fun.lua

    * Update Functions.lua

    * Update FastNuke.lua

    * Update Fun.lua

    * Update Fun.lua

    * Update Fun.lua

    * Fixed correct speak lint

    * Update FastNuke.lua

commit bc70aacc6c54d7c3aca29e3073e5b4946149fc3a
Author: Egiziano <56704274+EgizianoEG@users.noreply.github.com>
Date:   Wed Apr 5 15:48:33 2023 +0200

    Fixed the CountryList commands error. (#938)

    Dependencies instead of Shared folder. That was this simple actually.
    Error was: "CountryRegionCodes is not a valid member of Folder "MainModule.Server.Shared".

commit 3886c0ed73fc562d8288d8fb824ab0701f5f4c33
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Wed Apr 5 16:47:09 2023 +0300

    Made botbrain multithreaded (#1037)

    * Made makerobot use an actor for bot models

    * Made botbrain multithreaded

    * Update Functions.lua

    * Fix hit check

commit b20fcb439b32899e4e85d2171f8e4e1fbcdfcb95
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Wed Apr 5 16:46:49 2023 +0300

    Last anti-cheat addition to be added ever (#778)

    * Update Anti.lua

    * Update Anti.lua

    * Update Anti.lua

    * Update Anti.lua

    * renamed "continue" due to it being a lua keyword

    * Update Anti.lua

    * Update Anti.lua

    * Update Anti.lua

    * Update Settings.lua

    * Update DefaultSettings.lua

    * Update Settings.lua

    * Update DefaultSettings.lua

    * Update Process.lua

    * Update Anti.lua

    * Update Anti.lua

    * Update Anti.lua

    * Update Anti.lua

    * Made anti to a plugin with awfull protection

    * Update Anti.lua

    * Update Anti_Cheat.lua

    * Update Anti_Cheat.lua

    * Update Anti.lua

    * Create Anti_Cheat.lua

    * Update Anti_Cheat.lua

    * Update Settings.lua

    * Update DefaultSettings.lua

    * Update Settings.lua

    * Update DefaultSettings.lua

    * Update Anti_Cheat.lua

    * Update Anti.lua

    * Update Anti.lua

    * Partially fixed CoreGui content url & filly fixed disallowed services

    * Update Anti_Cheat.lua

    * Update Anti_Cheat.lua

    * Update Anti_Cheat.lua

    * Update Anti_Cheat.lua

    * Update Anti.lua

    * Update Anti_Cheat.lua

    * Update Anti_Cheat.lua

    * Update Anti.lua

    * Update Anti.lua

    * Removed `pairs`

    * Update Anti.lua

    * Switched some detectors to main (which protect Adonises integrity)

    * Update Process.lua

    * Update Process.lua

    * Update Anti_Cheat.lua

    * Update Anti_Cheat.lua

    * Update Anti_Cheat.lua

    * Added new strings to the detection list

    Adds a few exploit function names to the list.

    Also adds print strings of a popular filtering enabled kill script

    * Moved nilplayers added to out of the check look

    * Update Anti.lua

    * Update Service.lua

    * Update Anti_Cheat.lua

    * Update Anti_Cheat.lua

    * Update Anti.lua

    * Update Process.lua

    * Update Settings.lua

    * Update DefaultSettings.lua

    * Update Anti_Cheat.lua

    * Update Settings.lua

    * Update DefaultSettings.lua

    * Fixed empty name string check

    * Fixed empty name string check

    * Update Anti_Cheat.lua

    * Update Anti_Cheat.lua

    * Fixes stuff

    * Update Anti_Cheat.lua

    * Fix a lot of stuff

    Fixes:
    - Syntax errors
    - Accidental global stuff
    - Lint errors

    * Fix client not loading

    * Update Anti.lua

    * Update Anti_Cheat.lua

    * Fix table comparison

    * Update Anti_Cheat.lua

    * Fix `Log event not outputting to console`

    * Fixed support for meshid errors

    * Removed usage of pairs

    * Fix `Humanoid tampering detected. Method 0x2`

    * Update Anti_Cheat.lua

    * Fix a really dumb mistake

    * Finally fixed the idled visual kick bug

    * Update Anti.lua

    * Update Anti.lua

    * Fix Textbox detection

    * Update Anti_Cheat.lua

    * Update Anti.lua

    * Ported invisible fling GUI detetion from my one of games

    * Made local kick use header as well

    * Update Anti_Cheat.lua

    - Made logservice timestamp check for 2 days in the past instead of 5 hours. Also made it use UTC time
    - Fixed mathematically extremely rare occurance of ModuleScript change name not firing
    - Made all numbers use hexcodes for better readability
    - Made datasendKBS to be higher

    * Made to use hecodes

    * Made nilPlayers to a dictionary for performance

    * Fix service checker potential false flags

    * Update Settings.lua

    Deprecated:
    - settings.ProtectHats
    - settings.AntiHumanoidDeletion

    * Update DefaultSettings.lua

    Deprecated:
    - settings.ProtectHats
    - settings.AntiHumanoidDeletion

commit e7221e72b0971ae25663fe7100c8be437db74d50
Author: evanultra01 <63222884+evanultra01@users.noreply.github.com>
Date:   Wed Apr 5 09:32:14 2023 -0400

    Rewrite :control (#933)

    Control has been broken since 2015. Here's a fix.
    FUN FACT: The old version of this command caused me to get banned by a game's anticheat system when a game moderator used it on me for a joke.

commit effdcf26853e5b21e4f41d5b15e2fb9facc08dbe
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Fri Mar 31 20:36:02 2023 +0300

    Fix keybind names having invalid names for QWERTY US keyboards (#1043)

    * Create keycode_names

    * Update UserPanel.lua

    * Update Settings.lua

    * Update Variables.lua

    * Update Functions.lua

    * Rename keycode_names to KeycodeNames.lua

    * Update Settings.lua

    * Update UserPanel.lua

commit 1ad449bec4d6fccedd23f1f3079935dda2c334d6
Merge: 1148270e 1367ac8b
Author: joritochip <83682212+joritochip@users.noreply.github.com>
Date:   Fri Mar 31 12:33:36 2023 -0500

    Merge pull request #1040 from ccuser44/patch-10

    [Potentially fixes long Adonis load times]: Made Urgent_Messages load asynchronously

commit 1367ac8b4eef3c0c601b52ca1ff65a326a41b695
Author: joritochip <83682212+joritochip@users.noreply.github.com>
Date:   Fri Mar 31 12:32:34 2023 -0500

    Update Urgent_Messages.lua

commit 1148270e8e71df67dc36f23d945a12dca7651f39
Merge: 93529fbd 6722e8f5
Author: joritochip <83682212+joritochip@users.noreply.github.com>
Date:   Fri Mar 31 12:29:19 2023 -0500

    Merge pull request #1035 from ccuser44/patch-6

    Delete RigR6.rbxmx

commit 93529fbd5d7aa8c1c6cb7c718bbcf3383432cfb4
Merge: 295debe6 5d14a7be
Author: joritochip <83682212+joritochip@users.noreply.github.com>
Date:   Fri Mar 31 12:28:33 2023 -0500

    Merge pull request #1041 from ccuser44/patch-11

    Made version var easier to edit (and a JSON)

commit 295debe6c48b9283a37db86f2dc46245e4fb95a7
Merge: cfe064a6 ebcb0138
Author: joritochip <83682212+joritochip@users.noreply.github.com>
Date:   Fri Mar 31 12:27:52 2023 -0500

    Merge pull request #1044 from ccuser44/patch-13

    Changed NoEnv from an XML to a JSON

commit ebcb0138202a96f17876ead500d654ee7c18bb32
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Thu Mar 30 10:20:15 2023 +0300

    Create NoEnv.model.json

commit 31464a20257d60ee2cd288d9ed5626614bac1a28
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Thu Mar 30 10:18:47 2023 +0300

    Delete NoEnv.rbxmx

commit 5d14a7beae74ed35b165b2cee017622c0928f6e1
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sat Mar 25 21:20:04 2023 +0200

    Update Version.model.json

commit 9925527896aa937b9b4f63ddd03b83326cecaaf4
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sat Mar 25 21:19:55 2023 +0200

    Update Version.model.json

commit 9b5e9f27104b62a21d4ac2c6e4c0ffd2df20c862
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sat Mar 25 21:19:38 2023 +0200

    Update and rename Version.mode.json to Version.model.json

commit aad0802b37c2702fa181e7aa50504cb95186adb2
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sat Mar 25 21:16:28 2023 +0200

    Create Version.mode.json

commit bba81cf58fe774d37e94b4dbe15cac6182085247
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sat Mar 25 21:07:40 2023 +0200

    Delete Version.rbxmx

commit 81f5207f2da19d9d4e2425baabd1cc387ec5bdb3
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sat Mar 25 15:14:01 2023 +0200

    Update Urgent_Messages.lua

commit 6050c2e7d54f73f6268c2ea86649423ee9a0e210
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sat Mar 25 14:56:45 2023 +0200

    Update Urgent_Messages.lua

commit 6722e8f513d8682bb0c18dd8c7b3a3f5e841b2d4
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Wed Mar 22 19:09:29 2023 +0200

    Delete RigR6.rbxmx

commit cfe064a6560543375270a0199e2434c2194cd14b
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Tue Mar 21 10:25:54 2023 +0200

    (Vote on the poll) Added support of Luau generalised iteration to FiOne.lua (#957)

    * Added support of Luau generalised iteration to FiOne.lua

    * Update FiOne.lua

    * Update FiOne.lua

    * Update FiOne.lua

commit 7215b9bdc8d42d460f8e6446809b88a6b908e13d
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Tue Mar 21 10:22:37 2023 +0200

    Fixed `Remote.lua` loadstring output functions (#1013)

    * Update Remote.lua

    * Update Remote.lua

commit 2fb59412da7c7c8f239a2afa7fa8f874c3bf0d8a
Author: Sceleratis <sceleratis@gmail.com>
Date:   Mon Mar 20 15:17:25 2023 -0400

    Ensure player connection tracking

commit 1dce7d9649948b46e44da678168649afe3a05a3a
Author: Sceleratis <sceleratis@gmail.com>
Date:   Mon Mar 20 15:08:51 2023 -0400

    Remote spam fix changes

commit 0fd1960233800acf9cd8304c1f8d9a3dcd3d2215
Author: joritochip <83682212+joritochip@users.noreply.github.com>
Date:   Sat Mar 18 14:50:05 2023 -0600

    update selene std

commit 6e7fcfde73af017a69dcb82db7a1cc385c136888
Author: joritochip <83682212+joritochip@users.noreply.github.com>
Date:   Sat Mar 18 14:45:12 2023 -0600

    fix date on rbxm builds

commit 7efbf196d3693e3f8b2d2838c096370283468f9c
Merge: dd5b53e3 26a06b53
Author: joritochip <83682212+joritochip@users.noreply.github.com>
Date:   Sat Mar 18 14:34:28 2023 -0600

    Merge pull request #1027 from ccuser44/patch-5

    Fix selene lint

commit dd5b53e3c63c7c26d1a592bb6504274468e9d782
Merge: 27184268 eaa70408
Author: joritochip <83682212+joritochip@users.noreply.github.com>
Date:   Sat Mar 18 14:33:22 2023 -0600

    Merge pull request #1031 from ccuser44/patch-9

    Super small markdown fix

commit eaa70408eb7f50479986b8e084d1922649696d63
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Thu Mar 16 11:58:23 2023 +0200

    Update README.md

commit 26a06b53f1c0cf5b5cc93ca4472b0d85aa709e5a
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Tue Mar 14 16:42:58 2023 +0200

    Fix selene lint

commit 27184268a7f60e5f960133db43583a4533a80bf5
Author: coco <125225881+cocooo23@users.noreply.github.com>
Date:   Tue Mar 14 10:24:42 2023 -0400

    Fix :rainbowify not replicating (#1005)

    * Fix rainbowify replication

    * Fix cmd

    * oopsie

    * heh....

commit fc738e0c2b09ec8e8115644c8afe20fa3e934a61
Author: karl-police <karl-police2001@bluewin.ch>
Date:   Tue Mar 14 15:23:38 2023 +0100

    Added "RemoveLayeredClothings" command (#1006)

    You currently can't remove layered accessories. "GetAccessories(false)" is used to retrieve the layered clothings from there.

commit 39b6d624a638a2b5b1d068079a260da795fde6f1
Author: karl-police <karl-police2001@bluewin.ch>
Date:   Tue Mar 14 15:22:08 2023 +0100

    Fix can't parse JSON (#1020)

commit 0c26c205c0acf96d695757d9889f607a8033a897
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Tue Mar 14 16:21:41 2023 +0200

    Markdown instead of HTML fix (#1024)

    * Update README.md

    * Update README.md

    * Update README.md

    * Update README.md

commit 93f142b521ea430f77bacdd001ee2c229025d7e6
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Tue Mar 14 16:21:18 2023 +0200

    Fix lint error (#1025)

commit d806e7d80cdf05d2bab201fce552407118d246ee
Author: Sceleratis <sceleratis@gmail.com>
Date:   Sat Mar 4 22:08:32 2023 -0500

    Fix unadmin players not in-game

commit 8dd661a591219acdf7c44056a752430bb128e5db
Author: Sceleratis <sceleratis@gmail.com>
Date:   Sat Mar 4 21:16:21 2023 -0500

    Fix hints

commit e5fdca05a7bb06bafe11d8c63e76607ab49c212f
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sat Mar 4 04:01:13 2023 +0200

    Cleanup & small code refactor. And switched off of deprecated APIs (#995)

    * Update BunnyHop.client.lua

    * Update ClickTeleport.rbxmx

    * Update ClickTeleport.rbxmx

    * Update Functions.lua

    * Update Moderators.lua

    * Update Fun.lua

    * Update ClickTeleport.rbxmx

    * Update Misc_Features.lua

    * Update FindExistingObjects.lua

    * Update Urgent_Messages.lua

    * Update Service.lua

    * Update Service.lua

    * Update Functions.lua

    * Update Piano.rbxmx

    * Update FlyClipper.client.lua

    * Update Fly.client.lua

    * Update Moderators.lua

    * Update Piano.rbxmx

    * Update Notepad.lua

    * Update R15Animate.rbxmx

    * Update R6Animate.rbxmx

    * Update RigR15.rbxmx

    * Update RigR6.rbxmx

    * Update Seize.client.lua

    * Update Illegal.client.lua

    * Update Illegal.client.lua

    * Update Seize.client.lua

    * Update Seize.client.lua

    * Update Illegal.client.lua

    * Update Donors.lua

    * Update RebootHandler.rbxmx

    * Update RigR15.rbxmx

    * Update RigR6.rbxmx

    * Update R6Animate.rbxmx

    * Update R15Animate.rbxmx

    * Update Slippery.client.lua

    * Update Sfling.rbxmx

    * Update Glitcher.rbxmx

    * Update FlyClipper.client.lua

    * Update Sp00ks.server.lua

    * Update Shia.server.lua

    * Update Quacker.server.lua

    * Update Fr0g.server.lua

    * Update Nyan2.server.lua

    * Update Nyan1.server.lua

    * Update Nyan2.server.lua

    * Update Fun.lua

    * Update Glitcher.rbxmx

commit 56dafc26e94793e33088afc97e61ff73bc858159
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sat Mar 4 04:00:51 2023 +0200

    Updated F3X Deps to use better asset id extraction and misc HTTP related upgrades (#987)

    * Create EMMPTY.txt

    * Updated F3XDeps

commit 5f122f3acd0c819f967e2315e80ce83416c2a4f1
Author: Quantify-RBLX <104525538+Quantify-RBLX@users.noreply.github.com>
Date:   Fri Mar 3 17:59:15 2023 -0800

    Update Admin.lua (#1000)

commit ff64e49a81bcdd8c8c8980451b49ea66c7ab5307
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sat Mar 4 03:58:42 2023 +0200

    Fixed `TopBarShift` also fixes selene error (#1004)

    * Delete TopBar.rbxmx

    * Update Process.lua

    * Update Hint.rbxmx

    * Update Fun.lua

    * Update Settings.lua

    * Update DefaultSettings.lua

commit b6544eabfdab14a79cc72219a951a6489a9b9a3d
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sat Mar 4 03:58:21 2023 +0200

    Update FiOne.lua (#1017)

commit 7d655af78dd41c41625421246af801850a0c85f3
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sat Mar 4 03:57:54 2023 +0200

    Fixed markdown (#1016)

    * Update CONTRIBUTING.md

    * Update SECURITY.md

    * Update CONTRIBUTING.md

    * Update CONTRIBUTING.md

    * Update README.md

commit bb90da3f230c651feb9c38ac99a8ec758d4e3bae
Author: P3tray <31691973+P3tray@users.noreply.github.com>
Date:   Tue Feb 21 16:00:48 2023 +0000

    Solve bug report (#1001)

    https://discord.com/channels/81902207070380032/1070790821613420575/1070790821613420575

commit 079dedd4f2e402fe33d30d1007d854db7bbc6202
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sun Feb 19 19:19:28 2023 +0200

    Fixed type. Fixes selene (#1007)

commit f65265967cb1ee3f01880584eb6dc4001be992de
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Fri Feb 17 22:35:56 2023 +0200

    Update .editorconfig (#1011)

commit 0680929b860bf9b4ea5be902623eef789d8c7595
Author: Expertcoderz <expertcoderzx@gmail.com>
Date:   Sat Feb 11 16:19:43 2023 +0800

    Fix typo resulting in kick on join

commit cf662958c1cd5e1d859b182227755e3f2635cdb0
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sat Feb 11 08:37:14 2023 +0200

    [Datastore bug fix]: Fixes Adonis datastore spam (likely). Reduces datastore load by 70%-99%. Fixes Adonis breaking all of games datastores and chat filter (#993)

    * Update Core.lua

    * Update Core.lua

    * Update Functions.lua

    * Update Core.lua

commit 31e030e5d3b6e91eac956ff4e00a4481b54f39cc
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sat Feb 11 08:36:40 2023 +0200

    Fixed all public full Adonis bypasses (#1002)

    * Update ClientMover.client.lua

commit a82d731ece9b8d524860683e5c3f7016b2c0b92d
Author: Egiziano <56704274+EgizianoEG@users.noreply.github.com>
Date:   Sat Feb 11 08:34:46 2023 +0200

    Create ".editorconfig" & Apply A Default Tab Size (#1003)

    This would be useful for reading from the web.

commit acda5bfe51350fc16b223c0d2c29b963bd4dbbd0
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sat Feb 11 08:33:33 2023 +0200

    Made `SavePlayerData` only save data for valid players (#992)

    * Update Core.lua

commit ba1ccc96c4b89dec205bfcbb6c014819f120aa24
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Thu Feb 2 19:42:57 2023 +0200

    Made character type conversion clone `StarterCharacterScripts` (#994)

    * Update Functions.lua

    ---------

    Co-authored-by: Expertcoderz <expertcoderzx@gmail.com>

commit 7856a4b4009e808936b8fca45aabb0dd653422ea
Author: watameln <90981615+watameln@users.noreply.github.com>
Date:   Thu Feb 2 18:38:36 2023 +0100

    Remove duplicated line and update todo list (#999)

commit db3b823b6f244fc7e43f58c10e6d8b40420faf94
Author: Expertcoderz <expertcoderzx@gmail.com>
Date:   Sat Jan 28 20:46:01 2023 +0800

    Update issue templates

    Minor wording/English improvements.

commit a405ead692447be0b68299743fd00c161edea406
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sat Jan 28 14:38:35 2023 +0200

    Fix shia command support for newer character systems (R15 and others) (#960)

    * Update Fun.lua

    * Update Fun.lua

    * Update Fun.lua

    * Update Fun.lua

    * Update Fun.lua

    * Minor code improvements

    ---------

    Co-authored-by: Expertcoderz <expertcoderzx@gmail.com>

commit 6d9562adedb0311d88d9f10fa4ab39e139b3a8ea
Author: Egiziano <56704274+EgizianoEG@users.noreply.github.com>
Date:   Sat Jan 28 14:30:34 2023 +0200

    Fix for the noclip argument for the ":fly" command (#939)

    Well, the noclip argument is being always true whether using the ":fly" command or ":flynoclip" one. Causing the BasePart of the character to be always Nonclipped which also cause the character Not to float properly while swimming in water.
    Using a conditional to determine if the "noclip" argument is actually true not just exist (a table) and if not, it will be set to false.

    Code supplanted by #955 during conflict resolvation.
    Co-authored-by: Expertcoderz <expertcoderzx@gmail.com>

commit 3d7b048f8800a73cd3836e43c10557042973bb31
Author: watameln <90981615+watameln@users.noreply.github.com>
Date:   Sat Jan 28 13:26:18 2023 +0100

    Fix spelling and grammar mistakes (#990)

    * Update README.md

    Grammar and fixes

    * Update SECURITY.md

    * Update SECURITY.md

    Capitalize smthn

    * Update CONTRIBUTING.md

    Fix grammar mistakes etc

    * Update Server-Example Plugin.lua

    * Update Settings.lua

    Spelling and grammar mistakes

    * Update Settings.lua

    * Update Server-Example Plugin.lua

    * Update CONTRIBUTING.md

    stupid me

    * Grammar fixes

    * Update some setting descs

    ---------

    Co-authored-by: Expertcoderz <expertcoderzx@gmail.com>

commit 03391586ceed9f0a68d56d03948a45f443a01472
Author: Egiziano <56704274+EgizianoEG@users.noreply.github.com>
Date:   Sat Jan 28 14:01:36 2023 +0200

    Fix for "Unity" theme. Window Gui is creating unnecessary instances (#944)

    * Fix for "Unity" theme. Window Gui is creating unnecessary instances

    Bug:
      - There was multiple, many, and unnecessary instances (UICorner) being created by the script due to not implementing an "if" statement before the creation of a new one...

    Solution:
      - Simple "if not" statement to determine if the tooltip is in need for a new UICorner or not.

    * Replacement of "sopawn()" to "task.spawn()"

    * Fix for another unnecessary UICorner

    * Code edits cleanup

    ---------

    Co-authored-by: Expertcoderz <expertcoderzx@gmail.com>

commit 7ef8911571a8306a43bef9b25003f8d995083226
Author: Egiziano <56704274+EgizianoEG@users.noreply.github.com>
Date:   Thu Jan 26 14:11:18 2023 +0200

    Fix for the ":hint" & ":h" commands (Not visible while using Unity theme) (#943)

    Huh. another fix...

    Bug report:
    https://discord.com/channels/81902207070380032/1017786468124610580

commit 02b69209aae2b80dd27623c1858a799ad789d9a7
Author: P3tray <31691973+P3tray@users.noreply.github.com>
Date:   Thu Jan 26 11:25:33 2023 +0000

    Improve ;spin with the help of AI. (#950)

    * Better UFO sounds

    * Update NotificationHolder to fix canvas size issue

    * put thing into one function

    * bind to deletion

    * joe biden will be assasinated on the 23/03/23

    im worry 😨

    * Improved ;spin, with the help of AI.

commit f73e6dd3257e9bd9135019d2f8ef71e3d1d14049
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Thu Jan 26 11:26:10 2023 +0200

    Update TrelloAPI.lua (#976)

commit 7b18f77fef527b9a94a62cf9ece47ce45e2d4fb0
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Thu Jan 26 06:57:24 2023 +0200

    Update UI.lua (#977)

commit 43b76e57a5b81e92f023f84a6530e64c682b5086
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Mon Jan 23 07:53:40 2023 +0200

    Add buy item comand (#967)

    * Update Players.lua

    * Update Players.lua

    * Update Players.lua

    * Update Players.lua

    * Internal code improvements for buyitem

    Co-authored-by: Expertcoderz <expertcoderzx@gmail.com>

commit e7204ad7ce41f26fe99fed96bf0b3b221adece46
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Mon Jan 23 07:03:09 2023 +0200

    Changed sound parenting to SoundService (#980)

    * Update AudioLib.lua

    * Update Fun.lua

    * Update Remote.lua

    * Update Moderators.lua

commit 698de33d77b939c75a1b4dcc953a3af2953f28e7
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Mon Jan 23 07:02:44 2023 +0200

    Add support for `TextChatService` to `Admins.lua` (#961)

    * Update Admin.lua

    * Update Admin.lua

    * Update Admin.lua

    * Update Settings.lua

    * Update DefaultSettings.lua

    * Update Admin.lua

    * Minor code improvements

    Co-authored-by: Expertcoderz <expertcoderzx@gmail.com>

commit 1bf189019d83d3c472312240bb1ff38297a565c4
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Mon Jan 23 06:48:43 2023 +0200

    Update Moderators.lua (#962)

commit 65444051e2906c19079b42e0b47b59a6bef9b29d
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Mon Jan 23 06:05:58 2023 +0200

    Fix error with fly (#955)

    * Update Moderators.lua

    * Update Moderators.lua

    * Update Moderators.lua

    * minor cleanup

    Co-authored-by: Expertcoderz <expertcoderzx@gmail.com>

commit 2b16777857db767eb680b5a5183c6ca07d161cad
Merge: 4361cc3c 802e4d68
Author: joritochip <83682212+joritochip@users.noreply.github.com>
Date:   Sun Jan 22 19:24:19 2023 -0600

    Merge pull request #975 from ccuser44/patch-18

    Misc copyright/trademark stuff

commit 4361cc3c25f6dfc1de80ae1081c8692494e265bb
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Mon Jan 23 03:23:44 2023 +0200

    [EMERGENCY WEBPANEL KEY LEAK VULN FIX!!!!] & Small code usage fix (#985)

    * Update WebPanel.lua

    * Update Music.rbxmx

    * Update Unity.rbxmx

    * Update Remote.lua

    * Update Remote.lua

    * Update Remote.lua

    * Update Core.lua

commit 97ff43436df22565f7f5d5810617f998457b8ea8
Merge: 008abc35 d3d32b92
Author: joritochip <83682212+joritochip@users.noreply.github.com>
Date:   Sun Jan 22 19:22:45 2023 -0600

    Merge pull request #981 from ccuser44/patch-13

    Add `It's raining tacos` back to the music list

commit 008abc355e08d779e85f2fceb294f9a5477f77de
Merge: ed8635c1 99b0fb74
Author: joritochip <83682212+joritochip@users.noreply.github.com>
Date:   Sun Jan 22 19:21:52 2023 -0600

    Merge pull request #986 from ccuser44/patch-16

    Fix `HTTP.HttpEnabled`

commit ed8635c1e62eeafe9f1009dbf77b88c0103fdd97
Author: EasternBloxxer <imrepri@gmail.com>
Date:   Sun Jan 22 19:33:28 2023 +0200

    Fix Bots command num argument issues. (#978)

    * Fix Bots num argument issues.

    Fix for https://discord.com/channels/81902207070380032/1063825775754743878

    * Might aswell add the limit to argument.

    * Use math.clamp for bot count check

    Co-authored-by: Expertcoderz <expertcoderzx@gmail.com>

commit 80338d1f7b13e45387bf3438065a4849429a925c
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sun Jan 22 19:27:40 2023 +0200

    Remove `ThreadHandler` (#954)

    * Delete MainModule/Server/Dependencies/ThreadHandler directory

    * Remove threadhandler reference

commit 99b0fb744ee4d836a922b43a391ab99dbb51674d
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sun Jan 22 11:24:51 2023 +0200

    Update HTTP.lua

commit d3d32b92bbbaaad11d8c8a1c3d96a313f868aa8b
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sat Jan 21 18:22:01 2023 +0200

    Update Variables.lua

commit 802e4d685b3af0ca7a010c9d434dca16e6070047
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sat Jan 14 11:33:53 2023 +0200

    Update MatIcons.lua

commit efcef1f67073a7284579f1654064c9bfe51fcea9
Author: Expertcoderz <expertcoderzx@gmail.com>
Date:   Sat Jan 14 17:10:33 2023 +0800

    Enable CrossServerDenied for ScriptBuilder

commit d432157eb7980401f9d6da1c324d164db59f6eb7
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Tue Jan 10 06:16:49 2023 +0200

    Humanoid related upgrades (#969)

    * Update BotBrain.rbxmx

    * Update Fun.lua

    * Update Illegal.client.lua

    * Update Sfling.rbxmx

    * Update Sfling.rbxmx

    * Update Seize.client.lua

    * Update Seize.client.lua

    * Update Sfling.rbxmx

    * Update Piano.rbxmx

    * Update FlyClipper.client.lua

    * Update ClickTeleport.rbxmx

    * Update BunnyHop.client.lua

    * Update Functions.lua

    * Update Fun.lua

    * Update Functions.lua

commit 9b43abac33c520e4fd04ce7d6f2fb4f3f2e6ef02
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Tue Jan 10 06:13:09 2023 +0200

    Added KH Man to credits (#956)

    * Update Credits.lua

    * Update Credits.lua

    * Update Credits.lua

    * Update Credits.lua

commit 042517a2a54f838fbaeecb03e1eb899d5a9736e9
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Tue Jan 10 06:12:41 2023 +0200

    Small code cleanup (#953)

    * Update Service.lua

    * set usage of `typeof` to `type` in raw checking of types

    * Update List.lua

    * set usage of `typeof` to `type` in raw checking of types

    * Update Service.lua

    * Update Server.lua

    * Removed long polling

    * Update Cross_Server.lua

    * Removed unused legacy fly code

    * Update Cross_Server.lua

    * Fixed invalid check of webpanel code value

    * Update WebPanel.lua

    * Update Moderators.lua

    * Update Admin.lua

    * Update Admin.lua

    * Update Admins.lua

    * Update Admins.lua

commit 1c4686731d73fe29f38d1c8297250f7eeee0989a
Merge: 1cd2c9f5 29d1b6f0
Author: joritochip <83682212+joritochip@users.noreply.github.com>
Date:   Mon Jan 9 21:10:55 2023 -0700

    Merge pull request #968 from ccuser44/patch-15

    Add support for new gui features

commit 1cd2c9f52b80f433d213b3f42bfe60ea71e69421
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Mon Jan 9 12:14:56 2023 +0200

    Fixed notification spam from gsme engine not instantly kicking (#966)

    * Update Anti.lua

    * Update Anti.lua

commit 4ecdf75acb096a2a4cfbf2b02c6ce684e84f0c78
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Mon Jan 9 12:13:42 2023 +0200

    Fix support for https://devforum.roblox.com/t/disconnect-player-on-removal-from-datamodel/2061753 (#959)

    * Update Anti.lua

    * Update Anti.lua

    * Update Anti.lua

commit 29d1b6f0665d3738f0ab59665a6f8e0cae75af5c
Author: ccuser44 <68124053+ccuser44@users.noreply.github.com>
Date:   Sat Dec 31 15:16:31 2022 +0200

    Update Fun.lua

commit 245022284559d569aee0068f94ad71ddd569a89d
Author: EasternBloxxer <imrepri@gmail.com>
Date:   Wed Dec 14 14:06:05 2022 +0200

    Fix console cursor being very hard to see (#948)

    A Roblox change made the console cursor black but this pr should hopefully fix it

commit 420235d25d8d45859bdb48330824a1fb850c1c0e
Author: setfenv <53625071+setfenv@users.noreply.github.com>
Date:   Sun Nov 13 15:39:02 2022 -0500

    AssetTypeVerification for Humanoid:ApplyDescription() (#942)

    * patch tubings

    * Update Functions.lua

    * tubing patch!! yep!!!

    * Formatting

    * Formatting

    Co-authored-by: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>

commit 19643d0213b8d9e2cf767e314b63f0b2b5a16cec
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 23:05:09 2022 -0500

    Update publish.yml

commit 6c77cb9f74c3d764593619125362657ad3777e11
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 22:54:51 2022 -0500

    Update publish.yml

commit 114dd83674a16dd1074b641e6d401af79f20000b
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 22:52:57 2022 -0500

    Update build.yml

commit 1580742bffbd425fe6f991f92a08827682e0e8ff
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 22:30:05 2022 -0500

    Update build.yml

commit d9e2e4365fa730430d48bde89753a983cfb6a531
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 22:19:55 2022 -0500

    Update build.yml

commit ea96044201680d8255ff7579e03a7edbed028265
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 22:01:28 2022 -0500

    Update build.yml

commit bf2c0d403b41d217defcfe09cf41b3d237a23cd9
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 21:58:26 2022 -0500

    Update build.yml

commit fcf8faec17caaae6add0d1aa3371fb2100534c15
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 21:55:04 2022 -0500

    Update build.yml

commit 9c9fea0d3e6337e41d214e58a0ff5fd14e841627
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 21:43:05 2022 -0500

    Update build.yml

commit 2ce5ba15e43b86cc9927fec3a022f0a58194e899
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 21:29:02 2022 -0500

    Update build.yml

commit 69c5c8d37d4d8030df09240efd8501c6a5f1a509
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 21:27:54 2022 -0500

    Update build.yml

commit c3ee323d94204039f3f67dfbe2c2551fa71c27fe
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 21:26:32 2022 -0500

    Update build.yml

commit 119deda52cff25c8b5f469883d1a58e3e3397455
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 21:23:15 2022 -0500

    Update build.yml

commit f8e3b11fa7fbbd7aeaf1ba972b6ffef7ab38db44
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 21:20:49 2022 -0500

    Update build.yml

commit 7b6ce527a349cc521263d6f334ca892bf21dbec3
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 21:12:05 2022 -0500

    Update publish.yml

commit 5ff9715e7e4cfb375cf2357542a993a9c09b77b3
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 21:11:37 2022 -0500

    Update build.yml

commit aafaa2efa6bca94957eeac75775dbae6ed9b29ef
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 21:04:28 2022 -0500

    Update build.yml

commit f8abe0d7e051aed888923be4397427894e76b245
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 14:03:07 2022 -0500

    Update publish.yml

commit e5a5cccd1c276fb6c82b9c64d9d2b37cbec800ba
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 14:00:52 2022 -0500

    Update publish.yml

commit b0c042b98e31732eb120bc7ef9e5f9c4b0a6518a
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 13:59:41 2022 -0500

    Update build.yml

commit 04ce2c18a029563ad0dfad772b98b190abdcd795
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 13:55:36 2022 -0500

    Update foreman.toml

commit ec2ba748bcd6f36154eedefdc45d0371fcd78e5d
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 13:55:06 2022 -0500

    Update publish.yml

commit 73c299ba50c8baf071fba202c3ddcbc93e8d293a
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 13:54:07 2022 -0500

    Update build.yml

commit 8a5dd4eff668db430d1ad1d0462c7c8ab9f68351
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 13:48:38 2022 -0500

    Update publish.yml

commit ce0232420f5e17b55bf800492a62848b12c53e80
Author: Sceleratis <sceleratis@gmail.com>
Date:   Fri Nov 11 13:39:54 2022 -0500

    Update build.yml

commit dae3b862c1b35c90d8355849088fffb9749a27eb
Author: P3tray <31691973+P3tray@users.noreply.github.com>
Date:   Fri Nov 11 18:34:37 2022 +0000

    Made :massbring do bollocks (#935)

commit d0ebf81978fb9d43d6d6874687ef5ce1426266d0
Author: Deniernal354 <danielarston@gmail.com>
Date:   Fri Nov 11 13:32:12 2022 -0500

    Added prompt for team removal (#934)

    Co-authored-by: Deni <Deniernal354rblx@gmail.com>

commit 00bcc59c9ab241d7f2fb02a80237040323c8b1ea
Author: Varmkorv Två <49081442+xvarmkorv2@users.noreply.github.com>
Date:   Fri Nov 11 13:22:24 2022 -0500

    Switch from Bodymovers to Constraints (#919)

    * Fix :fly breaking when PhysicsSteppingMethod is set to Adaptive

    * Switch uses of bodymovers to Constraints

    * Fix some stuff

    * Update colorpicker to use UIGradents

    * Fix Lint Issue

commit 7b373078e5b720ae3f5f2e62e5c8af5341e1b156
Author: jun022222222 <44199090+jun022222222@users.noreply.github.com>
Date:   Sat Nov 12 03:15:10 2022 +0900

    Terminal better :+1: (#932)

    E

    Co-authored-by: jun022222222 <44199090+hjun0222@users.noreply.github.com>

commit 510f08c018ad2762086adc975cfae9738c9f489a
Author: fxe <64731916+fxeP1@users.noreply.github.com>
Date:   Fri Nov 11 18:11:22 2022 +0000

    Track (all/persistent) fix + Minor code cleanup (#924)

    * Track (all/persistent) fix + Minor code cleanup

    `Core`:
    Cleanup for junk data removal.

    `Server`:
    Remove CloneTable duplicate reference
    Set CloneTable to use the Server.lua version, shouldn't effect anything (hopefully?, we may have issues with metatables?)

    `Moderators`:
    Fix typo
    Track fix

    * Update Server.lua

commit a23d588bddcfdf0a7abe4a44b7eebd6ca43edd90
Author: Fungus Generator <112895605+FungusGenerator@users.noreply.github.com>
Date:   Fri Nov 11 21:09:28 2022 +0300

    Optimisations and bug fixes (#931)

    * Remove pairs

    * Remove pairs

    * Remove pairs

    * Remove pairs

    * Remove pairs

    * Remove pairs

    * Remove pairs and next

    * Remove next

    * Remove next

    * Remove next, replace wait with task.wait

    * Replace wait with task.wait

    * Removed next, replaced wait with task.wait

    * Optimisations

    - Removed all instances of next
    - Replaced all instances of wait with task.wait
    - Removed deprecated objects such as CFrame.p, Ray.new, workspace:FindPartOnRay, etc

    * Fix :bot

    This change fixes the issue of "walk" always being true and the bot number always being 50 or higher on the :bot command.

    * Remove string metamethod calls

    * Replace wait with task.wait

    * Replace wait with task.wait

    * Replace wait with task.wait

    * Replace wait with task.wait

    * Replace wait with task.wait, replace delay with task.delay

    * Replace wait with task.wait, fix % selecting everyone

    This change includes the fix for ":command %" acting the same as ":command all"

    * Replace wait with task.wait, delay with task.delay

    * Replace delay with task.delay

    * Replace 9e9 with math.huge

commit c00822b476a88dd56f7cbd02a9fa306d023ab1dc
Author: P3tray <31691973+P3tray@users.noreply.github.com>
Date:   Fri Nov 11 18:05:37 2022 +0000

    Prevent BindToClose bug. (#926)

    * Better UFO sounds

    * Update NotificationHolder to fix canvas size issue

    * put thing into one function

    * bind to deletion

    * joe biden will be assasinated on the 23/03/23

    im worry 😨

commit bd40a45b7b89cde25f55cdba532d8e4a571fbda1
Author: Drew Bokman <61132894+DrewBokman@users.noreply.github.com>
Date:   Fri Nov 11 13:03:29 2022 -0500

    Api Dump update and fixing wording (#838)

    Updates the Dex Api Dump and changes SetBannedMessage error wording to make sense.

    Co-authored-by: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>

commit a4a9ddef9195fe4d4995a086e437ee903080e064
Author: Fungus Generator <112895605+FungusGenerator@users.noreply.github.com>
Date:   Sat Oct 29 11:55:43 2022 +0300

    Fix for :lowres (#930)

    * Fix for :lowres

    The changes include:

    - Changed the default raycast length from 80 to 128 (power of 2 = better)
    - Removed all instances of `pairs`
    - Edited the `renderScreen` function to default pixel colors to (105, 170, 255) if the raycast was unsuccessful, fixing :lowres

    * Update Effect.lua

    Co-authored-by: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>

commit 3fb20b0e019f455c846f8e973746e08f7662677a
Author: Fungus Generator <112895605+FungusGenerator@users.noreply.github.com>
Date:   Sun Oct 9 21:34:10 2022 +0300

    Minor improvements (#923)

    removed all instances of pairs and next

    replaced all instances of:
    wait with task.wait,
    spawn with task.spawn,
    :children() with :GetChildren()

commit 6324543be3b3de2c5a2e36cf7d904c486e718a2e
Author: fxe <64731916+fxeP1@users.noreply.github.com>
Date:   Wed Oct 5 09:38:21 2022 +0100

    [HOTFIX] Datastore unbanning fix (#918)

    * Also add TimeBan to first join check.

    * [HOTFIX] Datastore unbanning fix

    Should fix unbans not persisting and preventing to get removed from DS. Also fixes setranklevel too.

commit ed83345c514db1e09c9b5c631e4ea8eb9e45dcdb
Author: Sceleratis <sceleratis@gmail.com>
Date:   Mon Oct 3 18:55:59 2022 -0400

    Remove debug prints in GetPlayers

commit 415ebb6bfade02efaa634b4d4d00154ca8be8de3
Author: Sceleratis <sceleratis@gmail.com>
Date:   Mon Oct 3 18:24:10 2022 -0400

    UseFakePlayers > NoFakePlayers

    Should fix an issue where fake player (as in, someone not in-game) was not being grabbed due to "UseFakePlayer" missing from the GetPlayer's call options.

    This option has been replaced with NoFakePlayer and will enable fake player usage by default unless explicitly disabled.

commit da4546f0d45d599a98349434c37eabd36efc85a9
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Sep 26 18:06:51 2022 +0800

    Update Changelog.lua

commit 5d001b3b72eeb3ca9c49dac6f283e7fe0e85656c
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Sep 26 17:33:53 2022 +0800

    Update Changelog.lua

commit eea1248d3afe1b826bc2d118b8d0e0d3a005e819
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Sep 26 17:13:19 2022 +0800

    Update Changelog.lua

commit f03f4d455ee827db913d0bc41b4fa7c6f497c0e6
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Sep 26 17:10:44 2022 +0800

    Update Changelog.lua

commit a5943aa0fa7f9900b0933c878df2de4835f787e8
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Sep 26 17:09:45 2022 +0800

    Version 238

commit cdc199343a9921771cef97bea87ce9aacd0e94bf
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Sep 26 16:33:21 2022 +0800

    Fix :unadmin on non-ingame users

commit 268b5b6d996df06ae883bf346797a2612777ce12
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Sep 26 16:23:51 2022 +0800

    Fix syntax error (caused by a missing parenthesis)

commit 32e6f1abf57fe81cd8ffe19da95ca4af01768574
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Sep 26 16:21:14 2022 +0800

    Remove duplicated LoadAdminsFromDS declaration

commit f84a82d8467e6e43842a265447138a38839cc9d9
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Sep 26 16:14:58 2022 +0800

    Remove duplicated LaxCheckMatch declaration

commit 2551349484fa40f458b7d2d1651a2bb9ae2419a3
Merge: a02482a1 8ddee943
Author: Expertcoderz <expertcoderzx@gmail.com>
Date:   Mon Sep 26 04:57:31 2022 +0800

    Merge remote-tracking branch 'origin/release'

commit a02482a1f15ff1c943330858b22c7f64ad8d9303
Author: DimensionalFusion <64012878+DimensionalFusion@users.noreply.github.com>
Date:   Sun Sep 25 21:25:59 2022 +0100

    Rename 'Admin Logs' to 'Command Logs' (#905)

    why? because of the J

commit 6f5f14832534d2007491d79818ecdabbceab5ba9
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Sep 26 04:23:18 2022 +0800

    Improve :unadmin

    Now allows for stuff like `:unadmin Group:1234567`.

commit d4d11d5f23c6af30c621728f7a76819035b91537
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Sep 26 04:01:37 2022 +0800

    Add settings.Trello_HideRanks (#910)

    * Add settings.Trello_HideRanks

    * Add settings.Trello_HideRanks

    * [Patch] Add settings.Trello_HideRanks

    * Implement settings.Trello_HideRanks

commit 334d22f4d13b8e1c24f3c69f5a28602e166e6a92
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Sep 26 03:57:18 2022 +0800

    Update & fix :unadmin

commit f04ad5f8b5efb242a3bb44fba20e6f91214719a6
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Sep 26 03:13:43 2022 +0800

    task.defer remote requests for Message and Notify

commit 822330b68a2608e697343dc05c111ef37e95c6dd
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Sep 26 02:58:35 2022 +0800

    Add leading comment block & --!nocheck

commit d998f0301a3efd3396425b930b6d0dd02a29835c
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Sep 26 02:52:52 2022 +0800

    Deprecate & hide :scriptbuilder

commit d29a6ad204aec6f3a63eaffdf5c2848feb5d8b23
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Sep 26 02:43:57 2022 +0800

    Disable AutoLocalize property for all GUI objects

commit eb5303f55e9920bbc9816c7f28a1dc1df411ebf2
Author: DimensionalFusion <64012878+DimensionalFusion@users.noreply.github.com>
Date:   Sun Sep 25 19:43:06 2022 +0100

    !serverinfo server location display fix (#909)

    * ServerInfo FIx

    For servers outside the US, this would just display blank so here's the thingy

    * '[Redacted]' > 'N/A'

    Co-authored-by: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>

commit b9af9ab83e62cc6ac967b042c3c859239b33ae1a
Author: DimensionalFusion <64012878+DimensionalFusion@users.noreply.github.com>
Date:   Sun Sep 25 19:42:44 2022 +0100

    Update Settings.lua (#907)

commit 5e71c7a6e2e34c840ea0ea4739a7619512c40ca4
Author: autodoorsdev <joneshome71@gmail.com>
Date:   Sun Sep 25 14:40:17 2022 -0400

    Improve !audioplayer permissions system (#908)

commit 76ba3daeb4237f1bbcdc2597f4c7de209f37ee5f
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Sep 26 02:36:42 2022 +0800

    Update leading comment block; add --!nocheck

commit bb1d1c94f1d24f439dc170f3f30205113aae7c73
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Sep 26 02:22:16 2022 +0800

    Delete F3X Deps.rbxmx

commit d2d930a17ff3a419cd82aaf607f25d4a44776254
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Sep 26 02:13:53 2022 +0800

    Disable AutoLocalize property for all GUI objects

commit dec7383cf74d93db258e5efe70a6e31dde961601
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Tue Sep 6 16:07:58 2022 +0800

    Update Changelog.lua

commit aba8f862e83183c2bee46ff40a1c7626a90c4ff0
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Tue Sep 6 16:01:26 2022 +0800

    Update CheckPassOwnership and CheckAssetOwnership

commit 70aaca0a0bbc993d832102100cf1da673dcf058c
Author: Ender <imrepri@gmail.com>
Date:   Sun Sep 4 11:15:06 2022 +0300

    Made cape parented to character and massless (#850)

    * Fix some annoying cape issues

    * Update Functions.lua

    Co-authored-by: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>

commit ac947dd71c879517970df6b70452c822c070bc01
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Sat Sep 3 18:28:50 2022 +0800

    Fix errors in Admin.DoCheck

commit 01d7681d2130db3d4d4734b6553bb1b410429f9d
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Sat Sep 3 11:35:42 2022 +0800

    Update Credits.lua

commit 53c541cd5720155b0c2585d29f5b04b55c697445
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Sat Sep 3 02:36:31 2022 +0800

    Update Changelog.lua

commit 4dfa5607a056cee2c12ab65ff5b6a3e2f12affef
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Sat Sep 3 02:33:42 2022 +0800

    Update Changelog.lua

commit bfb83eddf81b8dc2f689b2de2eb1013c01cb7702
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Sat Sep 3 02:17:10 2022 +0800

    Rewrite Admin.DoCheck

commit 05d9dc5e5943516131bfcb718bb0b8a9b0ed9791
Author: fxe <64731916+fxeP1@users.noreply.github.com>
Date:   Fri Sep 2 17:41:22 2022 +0100

    Also add TimeBan to first join check (#904)

commit 249bb32a178e358d781c1a8fade9b2593e5a7298
Author: Lain <109499545+Lethalitics@users.noreply.github.com>
Date:   Mon Aug 29 08:56:48 2022 -0400

    Revised: Edit the way Players are Selected (#886)

    * Update Functions.lua

    * Update Players.lua

    * Update Functions.lua

    * Update Functions.lua

    * Update Functions.lua

    * Update Functions.lua

    * Update Functions.lua

    * Update Functions.lua

    S

    * Update Functions.lua

    removed pairs

commit 663af844704f66282620dff98a57cd9c9512199d
Author: supercoolspy <66487448+supercoolspy@users.noreply.github.com>
Date:   Sun Aug 28 12:41:18 2022 -0700

    Why does ender exist (#903)

commit da84556596826250b03d46fe2006f2355ce83263
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Sun Aug 28 15:20:26 2022 +0800

    Update Changelog.lua

commit d3a6b6b6f69b35961180ac509631ac9f59b75633
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Sun Aug 28 15:16:33 2022 +0800

    Remove LaxCheckMatch duplicates

commit e6aa2efe972f20dce7b5786f31e02d73561d9e2c
Author: Coasterteam <21298244+coasterteam@users.noreply.github.com>
Date:   Sun Aug 28 00:39:27 2022 -0400

    Add support for legacy non-userid bans

    in reality this line of code should never be reached because newer bans should be ran through a table containing userid to prevent name changes from unbanning the user

commit 4b2a08f729852724d5fa22a94066bf784182301f
Author: Coasterteam <21298244+coasterteam@users.noreply.github.com>
Date:   Sun Aug 28 00:18:54 2022 -0400

    Merge pull request #902 from Epix-Incorporated/final-unban-fix

    Unbans save properly once again

commit a8ad9633c9bc6f463ec2fc5ec0fd38a9f73f6671
Author: Coasterteam <21298244+coasterteam@users.noreply.github.com>
Date:   Sun Aug 28 00:07:07 2022 -0400

    fixed my silly typos

commit d4192b870f856586c3989306c45b6a57664ae09f
Author: Coasterteam <21298244+coasterteam@users.noreply.github.com>
Date:   Sun Aug 28 00:05:20 2022 -0400

    add LaxCheckMatch to Functions

    fix ban issue

commit d808c893b7e6481d3435929de9a00bc3e01a7efb
Author: Coasterteam <21298244+coasterteam@users.noreply.github.com>
Date:   Sun Aug 28 00:03:23 2022 -0400

    Update TableRemove / TableAdd

    this issue might be be fixed in masters branch already but not really in the mood to merge that over
    fixes unban not actually unbanning players

commit 35cb1a912a445489045e8d0021cc3c4bf9c7fc55
Author: fxe <64731916+fxeP1@users.noreply.github.com>
Date:   Fri Aug 26 15:20:50 2022 +0100

    QoL fixes (#901)

    * QoL fixes

    `Core`:
    Disconnect playerLeave (parent to nil check to prevent somewhat possible memory leak)
    CheckMatch fix.
    Add some deferring to allow Roblox to catch up before starting some processes.

    `Process`:
    Fix console
    Only set NewVersion if an admin is joining that has high ranks.

    * Update Remote.lua

    * Update Core.lua

commit 0ea6124bf81262195fe198bef5867fe740831ad0
Author: fxe <64731916+fxeP1@users.noreply.github.com>
Date:   Tue Aug 23 22:15:53 2022 +0100

    Unincognito command (#896)

    * Unincognito command

    `Client`:
    Prettified the Client code to make it appealing.
    Implement IncognitoPlayers table

    `Admins`:
    Prevent left players from incognito

    `HeadAdmins`:
    Implement UnIncognito command to make players visible again.

    `Process`:
    Implement check to prevent players who have left or are not inside the players parent (Sanity check) from being shown.

    * Update Process.lua

    * Simplify Moderators code.

    Done and tested, should work.

    * UserIdFromName cache system implementation

    Also fixed stupid indentation, sorry anyone that had to see that.

    * Update Moderators.lua

    * DataStore fixes and possible timeout fix?

    * indentation fix

    * FakePlayer data save + index warning removal

    * Update Moderators.lua

    * AssetOwnership fix + TimeBan LaxCheck

commit 1851caa8269c3a095c8c9768cf550ceaab11bb78
Merge: 26973136 86dd6e14
Author: Coasterteam <21298244+coasterteam@users.noreply.github.com>
Date:   Sun Aug 7 21:54:26 2022 -0400

    Merge pull request #898 from Epix-Incorporated/coasterteam-some-patches

    DS/Console patches

commit 86dd6e147855957036863ccaac6e33e729bc39a3
Author: Coasterteam <21298244+coasterteam@users.noreply.github.com>
Date:   Sun Aug 7 21:53:59 2022 -0400

    Some more DS stuff

commit b106f4b2316d2afdacefaac9b6de89bf4295ed1e
Author: Coasterteam <21298244+coasterteam@users.noreply.github.com>
Date:   Sun Aug 7 21:46:18 2022 -0400

    Trello/WebPanel Datastore lock

    Prevents datastore from loading to Trello or WebPanel ranks when a LoadData phase happens

commit 083b21f83a3eeaebe86011638a09812a1628e176
Author: Coasterteam <21298244+coasterteam@users.noreply.github.com>
Date:   Sun Aug 7 21:35:17 2022 -0400

    Fix Console issue

    can call this attempt 1;

    Reducing redundant calls to refresh console on join.
    Process.CharacterAdded already does this for us once a client calls FinishLoading.

commit 2697313697fa365230fdc3a699fce13866589624
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Sun Aug 7 10:28:25 2022 +0800

    Update Changelog.lua

commit a4c688649d4cc994648bfd5923d3b7e1cb116dbb
Author: fxe <64731916+fxeP1@users.noreply.github.com>
Date:   Sun Aug 7 03:22:34 2022 +0100

    Fixed ban system (#894)

    * Fixed ban system.

    Core:
    Implement an event that will fire for any TableName that is set to allow users to know when data is being Added. (A Remove equivalent can be added by any maintainer if necessary)

    Process:
    Add Event check when Banned datastore is updated and has new data. This will allow for anyone who has joined first and has been DS banned to be checked and then kicked again!

    For changelog (You can provide as some people may want to know of this change, its useful):
    * Implemented new service.Events: DataStoreAdd_%s, This will allow you to know when certain settings are being changed.

    * Change Ban check on DS set.

    Instead of checking everyone for bans, it will check for the UserId of the player then kick them if detected.

    * Update Process.lua

    Co-authored-by: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>

commit 0f390586dbceaac504d5794467f8fed3f252c76d
Author: Quantify-RBLX <104525538+Quantify-RBLX@users.noreply.github.com>
Date:   Thu Aug 4 01:21:34 2022 -0700

    Update :clientlog ListUpdater (#892)

    copied server log updater to be the client log updater

commit 926a1cda5c80741d623a21891b64104d047e2376
Author: RoyallyFlushed <36049292+RoyallyFlushed@users.noreply.github.com>
Date:   Thu Aug 4 03:53:25 2022 +0100

    Client/Core code readability improvements (#891)

    * Remove next function from for loops

    * Remove next function

    * Remove next function

    * Remove pairs function

    * Remove next function

    * Remove next function

    * Remove next function

    * Fixed syntax error from not removing parenthesis (#890)

    * Removal of pairs() and ipairs() & Change wait() to task.wait()

    * Transition all instances of wait() to task lib

    * Removal of next() and move from wait() to task lib

    * Performance & Readability Improvements

    * Transitioned all instances of wait() to task lib implementation
    * Renamed unused variables in for loops to _ convention
    * Changed incremental, decremental and self concatenation to use shorthand (+=, -=, ..=)

    * Transitioned wait() to task lib

    * Changed last wait() to task.wait()

    *Accidentally missed in in prev commit*

    * Performance & Readability Improvements

    * Transitioned all instances of wait() to task lib implementation
    * Renamed unused variables in for loops to _ convention
    * Transitioned defer() function to task lib implementation

    * Transition to task lib, removed pairs & ipairs

    * Transitioned all instances of wait() and spawn() to task lib implementation
    * Removed pairs() and ipairs() from for loops

    * Transitioned last instance of wait() to task lib

    *Accidentally missed in last commit*

    * Transitioned last wait() to task lib

    *Accidentally missed in last commit*

commit 3e68f1510b8ffcb6d5fd4fb2db7984d1d64ff865
Author: RoyallyFlushed <36049292+RoyallyFlushed@users.noreply.github.com>
Date:   Tue Aug 2 03:26:21 2022 +0100

    Removal of next() and pairs() from codebase (#890)

    * Remove next function from for loops

    * Remove next function

    * Remove next function

    * Remove pairs function

    * Remove next function

    * Remove next function

    * Remove next function

    * Fixed syntax error from not removing parenthesis (#890)

commit 33e6fcea84c177ae1af40c6b7d64e354ebad907f
Author: Lain <109499545+Lethalitics@users.noreply.github.com>
Date:   Mon Aug 1 13:34:04 2022 -0400

    Add a healthlist command (#889)

    * Update Moderators.lua

    * Update Moderators.lua

    * Update Moderators.lua

    * Syntax + No Character/No Humanoid

    * Typo

    * CamelCase + Typo

    * more camelCase

commit b33fa1456d98184381da00087ffbfe3b6f131e83
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Mon Aug 1 17:33:10 2022 +0800

    Update CONTRIBUTING.md

commit 217170e7536dee671d95217bdd2fce2d149af2de
Author: xvarmkorv2 <49081442+xvarmkorv2@users.noreply.github.com>
Date:   Fri Jul 29 21:44:47 2022 -0400

    Update Colorize Theme to use TweenService and task.wait (#853)

    * Update Colorize to use TweenService and task.wait

    * Changed the EasingStyle to Linear

    * Polished the code a little

    * Add files via upload

    * Fix Colorize not applying tweens

    * Some More Code improvements

    * Even More Code Improvements

commit 396d995325ca08655a80e2d1ee3f654197b3e972
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Sat Jul 30 09:34:38 2022 +0800

    Update Fun.lua

commit 15e12ef17b33099785291cb168e38911432991be
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Sat Jul 30 09:32:57 2022 +0800

    Update HeadAdmins.lua

commit 0b0291063c880346686459054f975625d358c1a6
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Sat Jul 30 09:32:08 2022 +0800

    Update Moderators.lua

commit 626f23a97f4bdbe893548653b84b6ef6c5d589e6
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Sat Jul 30 09:27:16 2022 +0800

    Update Admins.lua

commit 5eb814463cf857ed7e6fc278e00e98c2c9e9e071
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Sat Jul 30 09:25:53 2022 +0800

    Add Admin.CheckAuthority

commit e70bcc573033ae507689b468f3ff9a01e67b6ee8
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Sat Jul 30 07:04:01 2022 +0800

    Update CONTRIBUTING.md

commit dcb9c9953416b5bb76a41cfdf286eb39fbbd6293
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Sat Jul 30 06:49:59 2022 +0800

    Delete labeler.yml

commit 7a935c92730c726bf560c1390664d966207cb127
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Sat Jul 30 06:49:46 2022 +0800

    Delete label.yml

commit d5d7fd41635bd441f54d70fa76189e62cf368146
Author: P3tray <31691973+P3tray@users.noreply.github.com>
Date:   Fri Jul 29 23:46:41 2022 +0100

    LYS (Lag yourself) (#881)

    * LYS (Lag yourself)

    * Update Admins.lua

    Co-authored-by: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>

commit a65ee882f09977c1ff147bbefde72b6193a0f99d
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Sat Jul 30 06:46:30 2022 +0800

    Update labeler.yml

commit a3b840fc42172f461d12db6b9063bb4770bc2308
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Thu Jul 28 23:19:21 2022 +0800

    Update Process.lua

commit 1550bab54701e1b87ca9cc2c6c03775de4931c95
Merge: a5d27ba3 4cb74e8e
Author: Expertcoderz <expertcoderzx@gmail.com>
Date:   Thu Jul 28 22:13:53 2022 +0800

    Merge branch 'master' of https://github.com/Epix-Incorporated/Adonis

commit a5d27ba3950768920bffdc95c86fb8ab58e2dbc0
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Thu Jul 28 22:04:30 2022 +0800

    Fix subtle bug with Events.CommandRan

commit 4cb74e8e93564c82d1e1042b2182306e8d5d6f18
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Thu Jul 28 22:11:25 2022 +0800

    Update Process.lua

commit 9e7c0e415ad7308c45e0f5eea5628656abf7b4ca
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Thu Jul 28 22:04:30 2022 +0800

    Fix subtle bug with Events.CommandRan

commit 0872c9dd7420b4b89946a8afd4b257655682dc44
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Wed Jul 27 23:06:16 2022 +0800

    Update issue templates

commit b40bfc6965cee0bf99a0407d56c98dd3a94e152d
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Wed Jul 27 23:01:24 2022 +0800

    Update report-a-bug.md

commit 58584a8d0e23b501c9858a144cbea87b4e02afb9
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Wed Jul 27 23:00:00 2022 +0800

    Update config.yml

commit 7f818f68fb5785b7ee412b7d3605697bd2b866d0
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Wed Jul 27 22:59:24 2022 +0800

    Delete github-related-problem-report-or-suggestion.md

commit b8582934ecb6b6732eb0d3b2179501482d4bdf35
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Wed Jul 27 22:59:17 2022 +0800

    Delete bug_report.md

commit 728b6951b7c8ccadc0c4670bc0eefa553ba9ab6a
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Wed Jul 27 22:59:12 2022 +0800

    Delete question.md

commit 4618b329c47061804840bfe8edc03ec213b9947a
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Wed Jul 27 22:59:07 2022 +0800

    Delete feature_request.md

commit 3e1ee33349fb17b8fa6fe0720ac47047374b70eb
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Wed Jul 27 22:58:19 2022 +0800

    Update issue templates

commit b5d5d1886d21a7ba0e6b8398db107bfaf1a28782
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Wed Jul 27 22:52:07 2022 +0800

    Update config.yml

commit 857d8e26ca7a0898fcaa17be9f53064780d30e71
Author: Expertcoderz <81153405+Expertcoderz@users.noreply.github.com>
Date:   Wed Jul 27 22:47:15 2022 +0800

    Update SECURITY.md

commit a338b7b2339e97079307edb50d88f9e641108966
Author: DimensionalFusion <64012878+pbstFusion@users.noreply.github.com>
Date:   Wed Jul 27 15:16:32 2022 +0100

    Security Page (#878)

commit 5a59cd91e606bde2c35d09dc08f63660d634eca3
Au…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants