Mattes D
Mattes D
The build script needed minor changes. Updated the x64 Linux binaries, the others are left untouched.
An [editorconfig](https://editorconfig.org) file can be used to enforce this project's indentation setting into supporting editors. At the very least, tabs vs spaces should be decided and unified. Note: While the...
I've noticed some problems when using a custom Lua interpreter that expects console input, on Linux. Normally, when ZBS runs an interpreter in debug mode and uses the console window...
I'm using ZBS from current master at 803d3823639c0e3b0163079f427eb223180387c3 on KDE Neon. I've just noticed a segfault in ZBS that is 100%-repeatable on one of my computers, but not on the...
I'm able to install lua-zlib using LuaRocks on my Windows system. However, when trying to load lua-zlib, using `require("zlib")`, I get an OS error dialog for lua.exe, saying "entry point...
Fixes #10.
This way we can set the program as the default handler for DLL files, for example, and have it open upon doubleclicking any DLL file.
As reported by @s32ialx in mc-server/MCServer#2031: Not sure if this is everywhere but you can click add permission on a group with nothing in there and it will enter a...
Messages originating from the web chat should get logged into the server console as well.
We should have a full set of commands to manipulate ranks, groups and permissions so that people don't need to use webadmin to edit ranks. Proposed commands: `addrank ` `delrank...