Commit graph

159 commits

Author SHA1 Message Date
52f5a1e3c2
chore(actions): only run CI for real source code 2025-02-16 17:24:46 +05:30
005a92272c
chore(nix): remove trace logging of gh release URL 2025-02-16 17:21:01 +05:30
3288c4cf44
chore(pkg): use pinned engines for pesde 2025-02-16 17:18:10 +05:30
3b86ef8579
chore(README): update contributing docs nix command to use user shell 2025-02-16 17:16:17 +05:30
918449d343
chore(nix): update sha256 hash for luau-lsp v1.39.0 2025-02-16 17:13:37 +05:30
3a9590a8a3
chore(nix): fix newline in middle of jq command 2025-02-16 17:11:45 +05:30
89c986a3d8
chore(actions): use pesde inside nix shell 2025-02-16 17:09:15 +05:30
89f6713aea
chore(nix): support v0.6 lockfile parsing 2025-02-16 17:07:34 +05:30
db60b17f1a
chore(actions): use nix in CI 2025-02-16 16:54:49 +05:30
16b35b4d30
chore(nix): structure refactor and install luau tooling 2025-02-16 16:54:17 +05:30
55f7851441
chore(pkg): use pinned tool versions and update lockfile 2025-02-16 16:53:55 +05:30
5ec8f01c09
chore(nix): bring pesde installation back
Also use nix in CI, although incomplete without installation.
2025-02-16 05:53:30 +00:00
3afd58186c
chore(nix): remove shellHook and use bash shell 2025-02-16 05:31:57 +00:00
1df9631fa3
chore(actions): use correct test runner command 2025-02-14 01:34:46 +05:30
febeaf05be
chore(pkg): pin luau-lsp devdep to v1.39.0 2025-02-14 01:33:28 +05:30
4831384c16
chore(actions): pass gh token when needed and add bash flags 2025-02-14 01:31:01 +05:30
ff69d687b1
chore(actions): use correct qualification for outputs 2025-02-14 01:27:53 +05:30
1929a25fc4
chore(actions): pass GH_TOKEN to luau-lsp install step 2025-02-14 01:20:25 +05:30
9517d666fe
chore(actions): use correct semver package name 2025-02-14 01:18:29 +05:30
7522d0f253
chore(actions): update apt db before running install 2025-02-14 01:16:50 +05:30
05701f23f9
chore: include CI configs 2025-02-14 01:15:23 +05:30
6182e65756
feat: simplify path construction logic
Simplies logic to just use nearest parent as the base instead of
traversing downwards. This reduces some redundancy, however fixes a bug
with repeated components in the constructed path and also improves
performance by skipping a loop altogether.

Also fixes recursive extraction tests failing `pandoc_soft_links.zip`.
2025-02-13 16:54:29 +00:00
54d46ff9cc
style: convert all indentention to spaces 2025-02-13 16:39:13 +00:00
01dcf05cae
chore(README): add contributing section 2025-02-13 16:27:56 +00:00
b90e15a8f0
chore(nix): install zip too for tests in devenv 2025-02-13 16:13:43 +00:00
af2b3e128d
chore(nix): install pesde for devenv 2025-02-09 17:31:49 +00:00
c514fc7b22
chore(nix): apply formatting with nixpkgs-fmt 2025-02-09 17:16:31 +00:00
7a400f18d6
chore(nix): use fish as default shell 2025-02-09 11:26:31 +00:00
e57c9d7b29
chore: include nix configs for devenv 2025-02-09 11:05:58 +00:00
965ddb1164
chore(pkg): prepare for v0.1.0 2025-01-12 08:06:50 +00:00
83f847eabc
style: add missed line after method decl 2025-01-12 08:02:18 +00:00
033a095f78
chore(README): fix MSLV again, fr this time 2025-01-10 22:50:53 +05:30
bb5c460266
chore(README): fix inaccurate MSLV lacking buffer RFC 2025-01-10 22:41:28 +05:30
1fc2547dfa
chore(pkg): add pesde script aliases 2025-01-10 11:04:19 +00:00
94f1b337f7
style: apply stylua formatter 2025-01-10 11:01:58 +00:00
0dfeaa5f47
chore(lune): add dev lune scripts 2025-01-10 11:01:11 +00:00
06b5b61620
chore(tests): include case for zip version validation 2025-01-10 10:36:30 +00:00
d40d4cbb50
chore(CHANGELOG): update entries 2025-01-10 08:07:21 +00:00
d834b35278
fix: correctly error on mismatch with EoCD file count 2025-01-10 08:03:54 +00:00
2a742aca59
style: apply stylua formatter 2025-01-10 07:42:19 +00:00
8051b6eed7
chore(README): specify PKZip spec used 2025-01-10 07:40:30 +00:00
3d2e3697fb
feat: add extraction version validation to ZipReader:extract 2025-01-10 07:38:40 +00:00
3956120328
chore(CHANGELOG): update entries 2025-01-09 16:29:54 +00:00
0400a3b05c
fix: set isText field instead of isAscii 2025-01-09 16:19:46 +00:00
ecace02e7f
feat: add ZipEntry:unixMode() to get unix mode values as octals
Updates tests, and makes the `tour` example display the perms instead of
the raw external attributes.
2025-01-09 16:16:38 +00:00
6c1f517b75
feat: add compressedSize and :compressionEfficiency()
Adds a field for getting the compressed size of a zip entry and a method
to get the compression efficiency as a percentage.
2025-01-09 15:11:18 +00:00
d93f1f2383
feat: add path safety and sanitization methods to ZipEntry
* Added `ZipEntry:getSafePath` which returns the path of the entry if it
  was safe, or nil
* Added `ZipEntry:sanitizePath` which converts a potentially unsafe path
  to a safe one, although it can change the meaning of the paths
* Updated path utility with functions `isSafe` and `sanitize`
* Path utility now always uses `/` as a path separator, converting `\\`
  to `/` when needed
* Included tests for path utility
2025-01-09 07:25:59 +00:00
1db315c943
feat: add versionMadeBy to ZipEntry
Also updates the metadata test suite to test for this.
2025-01-08 18:11:13 +00:00
bf7f51bebc
fix: remove table.freeze to fix decomp routine types not being inferred 2025-01-08 16:28:55 +00:00
d88091ea5a
feat: rename extraction option field isString->type 2025-01-08 16:21:27 +00:00