Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename | Kartik K. Agaram | 2022-01-02 | 1 | -2/+2 |
| | |||||
* | network calls are now sandboxed | Kartik K. Agaram | 2021-12-25 | 1 | -1/+10 |
| | | | | | | | I _think_ I don't need to gate other socket calls; you can't do anything without bind() and connect(). And they should be good places to dump more precise details later about the kind of server or client connection being attempted. | ||||
* | inline luasocket | Kartik K. Agaram | 2021-11-20 | 1 | -0/+454 |
Just builds for now, isn't available yet to Lua code. |