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

Merge master in develop #144

Merged
merged 36 commits into from
Aug 17, 2023
Merged

Merge master in develop #144

merged 36 commits into from
Aug 17, 2023

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    a4c2cce View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Update enums.lua

    ccuser44 authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    de54535 View commit details
    Browse the repository at this point in the history
  2. Create .editorconfig

    ccuser44 authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    90e7e67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2472efa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11e264b View commit details
    Browse the repository at this point in the history
  5. Escape string pattern for -

    ccuser44 authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    f2406d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3a435f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Fix typo

    Fixed extra comma in enums.lua
    Knicknacc committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    7fb7c4c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Merge pull request #120 from Classy-GH/fix-enum

    Fix typo
    levno-710 authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    8113e62 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Update util.lua

    ccuser44 authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    1da166f View commit details
    Browse the repository at this point in the history
  2. Update util.lua

    ccuser44 authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    d75d764 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    4def65a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Update readme.md

    grammar correction
    Robbie-Wittenhagen authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    8be88fd View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Update AntiTamper.lua - lua 5.1.5 debug.sethook bug fix

    This fix adds a "5" to the 3rd argument, as Lua 5.1.5 has a very unusual bug where if the 3rd argument doesn't exist, nothing happens.
    SpinnySpiwal authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    8328a82 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    76fb1f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c75599e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Update unparser.lua

    fix for #126
    levno-710 authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    dd6bf39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #128 from prometheus-lua/levno-710-patch-1

    Update unparser.lua
    levno-710 authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    216b3f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Create AntiTamper.md

    Brohammer5 authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    b974163 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d09e0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a1f2e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Update anti-tamper.md

    Brohammer5 authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    05c26a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Made IDEs correctly use Unix LF instead of CRLF

    Some IDEs will use CRLF line endings instead of just a newline (things on Windows)
    
    This fixes it so that they will use the proper LF ie. a single newline instead of a carriage return and a newline
    ccuser44 authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    d8f43d1 View commit details
    Browse the repository at this point in the history
  2. Made git automatically convert to LF

    This makes git automatically convert invalid CRLF line endings to LF (If improperly done by an IDE)
    ccuser44 authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    1e85999 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Merge pull request #130 from ccuser44/patch-2

    Made IDEs correctly use Unix LF instead of CRLF
    levno-710 authored May 1, 2023
    Configuration menu
    Copy the full SHA
    0f7ae9d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #129 from Brohammer5/patch-1

    Create AntiTamper.md
    levno-710 authored May 1, 2023
    Configuration menu
    Copy the full SHA
    4e812db View commit details
    Browse the repository at this point in the history
  3. Update SUMMARY.md

    Brohammer5 authored May 1, 2023
    Configuration menu
    Copy the full SHA
    5976191 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Update using-prometheus-in-your-lua-application.md

    small grammar fix
    Aws0mee authored May 8, 2023
    Configuration menu
    Copy the full SHA
    a8d5217 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Merge pull request #135 from Aws0mee/patch-1

    Update using-prometheus-in-your-lua-application.md
    levno-710 authored May 12, 2023
    Configuration menu
    Copy the full SHA
    e921a86 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    3e4619e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Update unparser.lua

    Code optimization - compound operators
    SpinnySpiwal authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    a8a612a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Merge pull request #141 from SpinnySpiwal/master

    Update unparser.lua
    levno-710 authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5990884 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Optimized tokenizer.lua

    `getPosition` Heavily decreased the performance due to using the `gsub` function.
    
    This change decreased the parsing time of a 27kb file from 4.35 seconds to just 0.1 seconds.
    
    `getPosition` also behaved incorrectly as is returned the wrong line position.
    NougatBitz committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    240ba87 View commit details
    Browse the repository at this point in the history
  2. Update tokenizer.lua

    Fixed edge case i encounterd
    NougatBitz authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    aec7a3d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from NougatBitz/NougatBitz-edgecase-fix-1

    Update tokenizer.lua
    NougatBitz authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    86e80d0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #143 from NougatBitz/master

    Add better `getPosition` implementation
    levno-710 authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d214646 View commit details
    Browse the repository at this point in the history