32e7870fad
feat: change delim from FAT_ARROW to colon
2023-10-15 03:37:07 -07:00
8cafaed68e
feat: impl Blake2 algo & reduce more boilerplate
...
* Expands the `impl_hash_algo!` macro to implement required methods in
the Crypto struct for each CryptoAlgo
* Adds Blake2 hashers (Blake2s256 & Blake2b512)
2023-10-15 03:25:43 -07:00
eedf6534fb
feat: implement md5 hashing algo
2023-10-15 02:43:32 -07:00
7fd5e60a8b
feat: reduce boilerplate using macro (thanks, dekkonot\!)
2023-10-15 00:53:42 -07:00
12d23e7e1b
feat: since we have interior mut, remove &Crypto impl
2023-10-15 00:27:54 -07:00
3c2702b7f0
refactor: small changes
...
* use `mlua::prelude::*` instead of importing individual things
* `digest()` now returns a `RuntimeError` instead of `ExternalError`
2023-10-15 00:21:31 -07:00
bfd33e3db5
fix: use trait & remove reassignment
2023-10-15 00:07:59 -07:00
d33d1d3087
feat: finalize sha1, sha256 & sha512 implementations
2023-10-14 23:39:12 -07:00
40cfc59f75
fix: innaccurate hash
2023-10-14 23:32:56 -07:00
3dda0889f2
refactor: refactor some more stuff and finalize, hash still inaccurate
2023-10-14 23:16:27 -07:00
4db53ea5aa
refactor: simplify code by removing traits n stuff
2023-10-13 09:55:40 -07:00
9a1fe037c1
refactor: work on reducing boilerplate
2023-10-13 09:28:13 -07:00
cb5758e341
feat: start work on luau-side exports
2023-10-13 00:31:03 -07:00
897c48b55f
refactor: shorten trait bound declarations
2023-10-12 04:41:13 -07:00
40f63c9bb0
feat: mostly finish rust-side implementation
2023-10-12 04:39:59 -07:00
8539177d8e
feat: sha1 & finalized hmac implementation on rust-side
2023-10-12 03:32:48 -07:00
21d91856a3
feat: initial crypto library rust-side implementation
2023-10-11 21:33:15 -07:00
Filip Tibell
1aa6aef679
Add typedefs and tests for custom instance properties and methods
2023-10-08 23:05:19 -05:00
Filip Tibell
9fe3b02d71
Start work on custom instance properties and methods in roblox builtin
2023-10-06 11:58:39 -05:00
Filip Tibell
ed07ba8613
Update dependencies
2023-10-05 21:48:26 -05:00
Kenneth Loeffler
ede3365f64
Use TerrainMaterials::from_str to parse material variant name ( #118 )
2023-10-05 21:10:11 -05:00
Filip Tibell
e92cb4ee64
Fix new clippy lints
2023-10-05 20:54:36 -05:00
Filip Tibell
dc7e3888d7
Split process spawn tests into multiple files
2023-10-05 20:53:29 -05:00
8865692f1d
Allow for passing stdin to child ( #106 )
2023-10-05 20:30:27 -05:00
Kenneth Loeffler
c43648faec
Use clone_multiple_into_external in Document instance methods ( #117 )
2023-10-04 14:25:26 -05:00
Filip Tibell
74d7f3d66f
Update dependencies
2023-10-04 09:02:17 -05:00
Filip Tibell
fda0e9ab5e
Investigate yielding issues in net serve
2023-10-03 21:58:55 -05:00
Filip Tibell
96adf83fad
Fix process built-in not working in REPL
2023-10-03 21:39:30 -05:00
Filip Tibell
e4850666c5
Get rid of our custom typeof shim, thanks mlua
2023-10-03 21:26:08 -05:00
Filip Tibell
f620f453f2
Add environment option to luau load built-in
2023-10-03 21:03:47 -05:00
SnorlaxAssist
83ac971792
Fix failing test cases on Windows ( #111 )
2023-09-25 14:14:29 -05:00
Filip Tibell
bfcd78c43e
Round decimal place in Vector3 and CFrame when converting to dom type
2023-09-25 13:43:59 -05:00
Filip Tibell
2e53cdcad7
Fix list subcommand not listing global dir without a local dir
2023-09-25 12:41:56 -05:00
Filip Tibell
fbee7c85bd
Fix net server stopping when handle is garbage collected
2023-09-25 12:32:57 -05:00
Filip Tibell
a86a62ae1f
Fix missing newline in warn global
2023-09-18 18:52:41 -05:00
Kenneth Loeffler
1dfffdc31b
Use correct matrix ordering coventions for CFrame ( #103 )
2023-09-17 21:54:26 -05:00
Filip Tibell
28b5b6fcaa
Ignore code inside doc comment to fix CI failing
2023-09-17 12:35:28 -05:00
Filip Tibell
5a6a8a0931
Add note about smol and async-executor in scheduler struct
2023-09-16 21:29:39 -05:00
Filip Tibell
fad48b9603
Refactor DateTime builtin to be a wrapper around chrono, improve error handling, misc smaller changes and consistency improvements
2023-09-16 21:29:39 -05:00
Kenneth Loeffler
67fe1d3e4d
Refactor CFrame.new constructors to use a match on arg len ( #102 )
2023-09-16 21:28:44 -05:00
e2aef015fa
Implement DateTime Built-in Library ( #94 )
2023-09-11 12:52:07 -05:00
Filip Tibell
a3feece9d4
Add back variadic CFrame methods
2023-08-24 19:13:56 -05:00
Filip Tibell
b79d3ce4e2
Make clippy happy
2023-08-24 19:09:05 -05:00
Kenneth Loeffler
bcfc7d2f55
Implement Terrain:GetMaterialColor and Terrain:SetMaterialColor ( #93 )
2023-08-24 18:39:13 -05:00
Filip Tibell
64b152e34b
Enable sorting of keys during serde serialization
2023-08-23 15:11:12 -05:00
Filip Tibell
de0f017540
Refactor export tables for roblox builtin library
2023-08-23 14:53:52 -05:00
Filip Tibell
52a6c4f4da
Revert #85 to fix SIGSEGV
2023-08-23 12:07:16 -05:00
Filip Tibell
83db30496d
Add notes for future scheduler improvements, add wrapper structs for messaging
2023-08-22 20:00:58 -05:00
Filip Tibell
5ae8f662b9
Wait, context already works, what the heck
2023-08-22 20:00:58 -05:00
Filip Tibell
fc90630781
Implement context preservation for Lune struct
2023-08-22 20:00:58 -05:00