Time Nick Message 14:48 ShadowNinja #1353 14:48 ShadowBot https://github.com/minetest/minetest/issues/1353 -- Add strict module by ShadowNinja 15:26 ShadowNinja Should the submit button also send fields.quit = true? 18:36 ShadowNinja nore: Should the submit button also send fields.quit=true? 18:36 nore ShadowNinja, I guess so, for consistency (if is does not break anything) 18:37 ShadowNinja Because that's what it does now, and I don't think it did that before. It broke the command block. 20:41 ShadowNinja minetest.get_player_privs() == l_get_player_privs() calls server->getPlayerEffectivePrivs() calls m_script->getAuth() calls minetest.builtin_auth_handler.get_auth()... 20:42 ShadowNinja Which all could be done with "function minetest.get_player_privs(name) return (minetest.builtin_auth_handler or minetest.auth_handler).get_auth(name) or {} end 20:42 ShadowNinja Also, builtin could use minetest.auth_handler directly and have auth mods override it. 22:08 iqualfragile Bug report: neither on debian testing nor on fedora does the serverlist work, leads to an crash. ssl related? json related? 22:30 Piggybear87 iqualfragile, I had that problem on 0.4.9-stable. When I switched to 0.4.9-dev it was fixed. I would try that. 22:30 iqualfragile Piggybear87: i know 22:30 iqualfragile i am using arch, but i noticed that it crashes on these distributions 22:31 Piggybear87 I'm on Lubuntu and had the same issue with stable. Dev is all I use anyway, I just didn't know how to get it at first.