Cuberite Forum
Linux popen() alternative - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: Linux popen() alternative (/thread-1903.html)

Pages: 1 2 3


RE: Linux popen() alternative - tigerw - 05-06-2015

TigerOS?


RE: Linux popen() alternative - xoft - 05-08-2015

In light of this info, I'm inclined to make MCServer explicitly remove the io.popen() API from its Lua engine, so that no plugins can use it - after all, it just messes the server up.

Anyone opposed?


RE: Linux popen() alternative - NiLSPACE - 05-08-2015

I agree. We should mention it in the API docs as well.


RE: Linux popen() alternative - xoft - 05-08-2015

It can't be mentioned in the API docs when the function is not present - there's no place for the documentation to go. We don't document the "built-in" Lua functions anyway.


RE: Linux popen() alternative - NiLSPACE - 05-08-2015

Maybe add an article that mentions it? Although it is kinda overkill for just a single function :|