Commit graph

219 commits

Author SHA1 Message Date
Filip Tibell
091dc17337
Implement web socket client 2023-02-11 23:29:17 +01:00
Filip Tibell
6c97003571
Implement web sockets for net serve 2023-02-11 22:40:14 +01:00
Filip Tibell
962d89fd40
Accept & upgrade websocket connections 2023-02-11 15:09:06 +01:00
Filip Tibell
41212f4b4c
Net serve now returns a handle to stop serving requests safely 2023-02-11 14:25:53 +01:00
Filip Tibell
6c49ef7e4a
Use static lua lifetime 2023-02-11 12:39:39 +01:00
Filip Tibell
709a69aa82
Refactor and document lune lib public members 2023-02-10 12:14:28 +01:00
Filip Tibell
3073fb8fec
Move internal message struct out from lib file 2023-02-09 23:28:12 +01:00
Filip Tibell
f3cb4f2ce0
Make process.spawn result a global type 2023-02-09 23:23:16 +01:00
Filip Tibell
be39ecc00a
Reuse http client for net.request 2023-02-09 23:21:26 +01:00
Filip Tibell
eebe009873
Use console crate for ansi colors in list command 2023-02-09 23:07:30 +01:00
Filip Tibell
f18fe48008
Add support for tilde home dir substitution in process.spawn 2023-02-09 22:59:17 +01:00
Filip Tibell
7699d06647
Proper implementation of async process spawn 2023-02-09 22:23:22 +01:00
Filip Tibell
72f6b356c4
Initial work on async impl of process spawn 2023-02-09 17:23:06 +01:00
Filip Tibell
7aa8896997
Query parameters for net serve is now a table instead of a string 2023-02-07 21:54:52 -05:00
Filip Tibell
16d9c94822
Update hello lune example 2023-02-06 13:10:52 -05:00
Filip Tibell
f1296e391b
Version 0.3.0 2023-02-06 13:02:13 -05:00
Filip Tibell
ee64d2ef9c
Implement stdio prompt function 2023-02-06 12:59:48 -05:00
Filip Tibell
bbf1c9f4f7
Migrate console global to stdio 2023-02-06 00:13:12 -05:00
Filip Tibell
420a861061
Don't export everything in the lune lib 2023-02-05 22:32:10 -05:00
Filip Tibell
2e3f95ebd6
Migrate console lib printing functions to regular globals 2023-02-05 22:25:36 -05:00
Filip Tibell
6ae139d987
Update crate publish action version 2023-02-05 19:46:03 -05:00
Filip Tibell
f5d9aab2e5
Fix publishing to crates.io 2023-02-05 19:41:38 -05:00
Filip Tibell
bd71075023
Fix release workflow some more 2023-02-05 19:24:53 -05:00
Filip Tibell
e921d994d1
Fix release workflow 2023-02-05 19:23:12 -05:00
Filip Tibell
4ae8cecd90
Version 0.2.2 2023-02-05 19:17:31 -05:00
Filip Tibell
aec7f820ca
Migrate to using cargo workspaces 2023-02-05 19:13:58 -05:00
Filip Tibell
403d87f7f5
Rename example 2023-02-05 11:36:57 -05:00
Filip Tibell
43713fbe92
Add teapot to example 2023-02-04 23:49:51 -05:00
Filip Tibell
5f831ebb9f
Fix rogue quote in example 2023-02-04 23:47:04 -05:00
Filip Tibell
23b570b609
Improve csv printer example 2023-02-03 23:47:22 -05:00
Filip Tibell
28d6817c49
Add more examples, global types for net APIs 2023-02-03 23:40:27 -05:00
Filip Tibell
a8b57653f3
Fix typedefs download breaking after switching to reqwest 2023-02-03 22:21:40 -05:00
Filip Tibell
a508849397
Fix version in changelog 2023-02-03 22:14:45 -05:00
Filip Tibell
22ca94c674
Version 0.2.1 2023-02-03 19:30:15 -05:00
Filip Tibell
aefd57d2ba
Implement HTTP server, update Luau version 2023-02-03 19:27:56 -05:00
Filip Tibell
0ce03e7987
Switch to reqwest for a proper async http client 2023-02-03 14:40:06 -05:00
Filip Tibell
a448c9d2c6
Migrate back to tokio to prepare for using hyper 2023-02-03 14:15:20 -05:00
Filip Tibell
aa95fa2234
Improve selene type definitions 2023-01-29 20:16:17 -05:00
Filip Tibell
091c73038f
Fix require-d test modules not returning anything 2023-01-29 18:59:51 -05:00
Filip Tibell
589c52f769
Fix process exit behavior 2023-01-28 11:16:13 -05:00
Filip Tibell
b414174ee6
Fix string literal in changelog 2023-01-28 00:04:43 -05:00
Filip Tibell
242035cb5d
Version 0.2.0 2023-01-27 23:51:44 -05:00
Filip Tibell
08360a861f
Implement new process spawn options & cwd constant 2023-01-27 23:46:07 -05:00
Filip Tibell
16911e904e
Update typedefs & changelog 2023-01-27 21:32:08 -05:00
Filip Tibell
e9d3fb21f0
Add missing param and return docs to definitions 2023-01-26 19:56:50 -05:00
Filip Tibell
0657e05cc0
Implement docs file generation & docs in the luau type definitions file 2023-01-26 19:36:06 -05:00
Filip Tibell
ee5b67bf3a
Update lockfile 2023-01-25 16:17:46 -05:00
Filip Tibell
59c00eb459
Version 0.1.3 2023-01-25 15:58:28 -05:00
Filip Tibell
536b24c939
Improve readme formatting 2023-01-25 14:56:15 -05:00
Filip Tibell
d34d87ddb0
Mention list command in readme 2023-01-25 14:49:20 -05:00