-
Notifications
You must be signed in to change notification settings - Fork 67
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
Commits on Feb 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a4c2cce - Browse repository at this point
Copy the full SHA a4c2cceView commit details
Commits on Feb 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for de54535 - Browse repository at this point
Copy the full SHA de54535View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90e7e67 - Browse repository at this point
Copy the full SHA 90e7e67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2472efa - Browse repository at this point
Copy the full SHA 2472efaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11e264b - Browse repository at this point
Copy the full SHA 11e264bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2406d2 - Browse repository at this point
Copy the full SHA f2406d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3a435f - Browse repository at this point
Copy the full SHA e3a435fView commit details
Commits on Feb 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7fb7c4c - Browse repository at this point
Copy the full SHA 7fb7c4cView commit details
Commits on Feb 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8113e62 - Browse repository at this point
Copy the full SHA 8113e62View commit details
Commits on Mar 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1da166f - Browse repository at this point
Copy the full SHA 1da166fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d75d764 - Browse repository at this point
Copy the full SHA d75d764View commit details
Commits on Mar 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4def65a - Browse repository at this point
Copy the full SHA 4def65aView commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8be88fd - Browse repository at this point
Copy the full SHA 8be88fdView commit details
Commits on Mar 31, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 8328a82 - Browse repository at this point
Copy the full SHA 8328a82View commit details
Commits on Apr 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 76fb1f7 - Browse repository at this point
Copy the full SHA 76fb1f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c75599e - Browse repository at this point
Copy the full SHA c75599eView commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dd6bf39 - Browse repository at this point
Copy the full SHA dd6bf39View commit details -
Merge pull request #128 from prometheus-lua/levno-710-patch-1
Update unparser.lua
Configuration menu - View commit details
-
Copy full SHA for 216b3f4 - Browse repository at this point
Copy the full SHA 216b3f4View commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b974163 - Browse repository at this point
Copy the full SHA b974163View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d09e0b - Browse repository at this point
Copy the full SHA 8d09e0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a1f2e5 - Browse repository at this point
Copy the full SHA 1a1f2e5View commit details
Commits on Apr 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 05c26a6 - Browse repository at this point
Copy the full SHA 05c26a6View commit details
Commits on Apr 21, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for d8f43d1 - Browse repository at this point
Copy the full SHA d8f43d1View commit details -
Made git automatically convert to LF
This makes git automatically convert invalid CRLF line endings to LF (If improperly done by an IDE)
Configuration menu - View commit details
-
Copy full SHA for 1e85999 - Browse repository at this point
Copy the full SHA 1e85999View commit details
Commits on May 1, 2023
-
Merge pull request #130 from ccuser44/patch-2
Made IDEs correctly use Unix LF instead of CRLF
Configuration menu - View commit details
-
Copy full SHA for 0f7ae9d - Browse repository at this point
Copy the full SHA 0f7ae9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e812db - Browse repository at this point
Copy the full SHA 4e812dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5976191 - Browse repository at this point
Copy the full SHA 5976191View commit details
Commits on May 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a8d5217 - Browse repository at this point
Copy the full SHA a8d5217View commit details
Commits on May 12, 2023
-
Merge pull request #135 from Aws0mee/patch-1
Update using-prometheus-in-your-lua-application.md
Configuration menu - View commit details
-
Copy full SHA for e921a86 - Browse repository at this point
Copy the full SHA e921a86View commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3e4619e - Browse repository at this point
Copy the full SHA 3e4619eView commit details
Commits on Aug 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a8a612a - Browse repository at this point
Copy the full SHA a8a612aView commit details
Commits on Aug 14, 2023
-
Merge pull request #141 from SpinnySpiwal/master
Update unparser.lua
Configuration menu - View commit details
-
Copy full SHA for 5990884 - Browse repository at this point
Copy the full SHA 5990884View commit details
Commits on Aug 17, 2023
-
`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.
Configuration menu - View commit details
-
Copy full SHA for 240ba87 - Browse repository at this point
Copy the full SHA 240ba87View commit details -
Configuration menu - View commit details
-
Copy full SHA for aec7a3d - Browse repository at this point
Copy the full SHA aec7a3dView commit details -
Merge pull request #1 from NougatBitz/NougatBitz-edgecase-fix-1
Update tokenizer.lua
Configuration menu - View commit details
-
Copy full SHA for 86e80d0 - Browse repository at this point
Copy the full SHA 86e80d0View commit details -
Merge pull request #143 from NougatBitz/master
Add better `getPosition` implementation
Configuration menu - View commit details
-
Copy full SHA for d214646 - Browse repository at this point
Copy the full SHA d214646View commit details