Time Nick Message 01:33 javathunderman Stupid question, but how do you configure privileges in singleplayer with the auth.sqlite file? used to the old auth.txt privilege handling 01:39 swift110 hey all 02:45 NathanS21 javathunderman you should just be able to grant yourself any privileges you want in singleplayer. 02:46 NathanS21 If you want to do it by modifying the database you'll need a program that can display the contents. 02:46 NathanS21 I use DB Browser for SQLite on linux. 02:48 NathanS21 Open the auth.sqlite file and go the user_privileges table and add new records to add any addition privileges, or delete the records of ones you want to remove. 08:21 fluxflux javathunderman: I think you can also set auth_backend = text ("text" might not be the right value) in world.mt and use the old auth files. i think that'll disappear in the future, but it works currently 08:24 fluxflux (might be auth_backend = files) 14:06 scr267 Is there a way to get a list of recently joined players? 14:07 scr267 Apart from digging through the DB? 17:41 MinetestBot 02[git] 04DS-Minetest -> 03minetest/minetest: Document luaentity pitch and roll in world format (#8864) 13f3fd85a https://git.io/fjx5N (152019-08-30T17:40:32Z) 17:41 MinetestBot 02[git] 04shacknetisp -> 03minetest/minetest: Clarify docs regarding pointed_thing and get_pointed_thing_position (… 1399ca72e https://git.io/fjx5A (152019-08-30T17:40:08Z) 18:33 nepugia VanessaE, https://github.com/minetest/minetest/pull/8873 19:08 fruitsnack hello, I have a few questions regarding minetest world. Is the default maximum size (60k blocks on each axis) is hard-coded? 19:08 fruitsnack Is there way to increase it or it's not supported by the engine 19:12 kurtzmusch hardcoded 19:15 Krock yes and no. you can limit it further 19:15 Krock but increasing is not possible due to integer size limits 19:16 Krock and nobody wants to break existing worlds 19:16 Krock 60k is enough for everybody. you'll run out of drive space before exploring the entire world (including different realms) 19:18 Krock !mod heaven 19:18 MinetestBot Krock: Nyancat's heaven (reworked) [nyanland] by Hybrid Dog - https://forum.minetest.net/viewtopic.php?t=7689 19:18 Krock !mod moon 19:18 MinetestBot Krock: Moon Flower [moonflower] by MirceaKitsune - https://forum.minetest.net/viewtopic.php?t=5479 19:18 Krock ok, that one is nice too 21:53 Soni I'm making a DAW. how do I do mixing on the client? how do I do streaming sounds? how do I export the audio? 23:16 kurtzmusch in minetest.conf theres a property callede name, the tooltip says that when clients connect with this nick they are admin, however it also says that launching a server from the menu this gets overriden... how can i set this without it getting overwriten? 23:19 kurtzmusch nevermind, ignore my question ^