Time Nick Message 06:17 hecks how do I host dedicated without announcing? 06:20 ANAND server_announce = false 06:20 ANAND ^ in minetest.conf 06:22 hecks alright 06:22 hecks the server says it's listening on 0.0.0.0:30000, is this normal? 06:23 hecks I'm having trouble connecting to it, even though the port is forwarded 06:24 ANAND Yeah, that looks correct 06:25 hecks any idea what could be preventing a connection, other than router settings? 06:26 ANAND Are you connecting to the correct address? 06:26 hecks yes, it's DNSed 06:26 hecks I can ssh to the same computer just fine 06:27 ANAND If it says "listening on 0.0.0.0:30000" it's indeed running as a dedicated server (singleplayer uses a random port ~50000) 06:29 ANAND What happens when you connect? Does it mention a timeout? 06:30 hecks yes, timed out 06:31 hecks it can be connected to on lan 06:31 ANAND Oh 06:31 hecks so guess it's routing problems 06:31 hecks or ISP meddling 06:31 ANAND Yeah, sounds like port-forwarding issues 06:31 hecks 30k is forwarded but it might be blocked higher up 06:32 ANAND Hm, ISP meddling could be a possibility as well. 06:39 hecks how do I change the port? 06:40 hecks oh here it is, never mind 13:52 Miniontoby hey 13:52 Miniontoby cheapie: 13:53 Miniontoby I saw your video about the "can your mesecons pistons do this" 13:53 Miniontoby and I have been building with digistuff pistons 13:53 Miniontoby and I dont get the delay 16:54 BuckarooBanzai !tell Miniontoby rtfm please: the readme is here: https://github.com/minetest-monitoring/monitoring/blob/master/README.md and that what you are looking for is probably this: https://github.com/minetest-monitoring/monitoring/blob/master/monitoring/doc/standalone.md 16:54 MinetestBot BuckarooBanzai: I'll pass that on when Miniontoby is around 17:05 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Server pushing media at runtime (#9961) 132424dfe https://git.io/JfQIn (152020-06-13T17:03:26Z) 19:10 skyliner_369 Been working on a few models to export as OBJs for the mod I'm working on. https://usercontent.irccloud-cdn.com/file/zl7PVef7/image.png 20:31 oil_boi Krock, I gotta finish installing this door and I'll repull and compile with the diff to check what's going on 20:32 oil_boi Also media push, good lord, the possibilities 20:48 MinetestBot 02[git] 04appgurueu -> 03minetest/minetest: Exposing the zoom key to Lua API (#9903) 13e7e065f https://git.io/JfQ3e (152020-06-13T20:46:20Z) 21:24 MinetestBot 02[git] 04script@mt -> 03minetest/minetest: Update translation files 130a1181f https://git.io/JfQs4 (152020-06-13T21:22:32Z) 21:24 MinetestBot 02[git] 04script@mt -> 03minetest/minetest: Update minetest.conf.example, settings_translation_file.cpp 130ba19a0 https://git.io/JfQsR (152020-06-13T21:22:32Z) 21:24 MinetestBot 02[git] 04darkcloudcat -> 03minetest/minetest: Translated using Weblate (Vietnamese) 13c013a24 https://git.io/JfQs0 (152020-06-13T21:22:32Z) 21:24 MinetestBot 02[git] 04pomanfedurin@gmail.com -> 03minetest/minetest: Translated using Weblate (Kazakh) 1324e58b7 https://git.io/JfQsE (152020-06-13T21:22:32Z) 21:24 MinetestBot 02[git] 04ferrumcccp -> 03minetest/minetest: Translated using Weblate (Chinese (Simplified)) 138aa1a36 https://git.io/JfQsu (152020-06-13T21:22:32Z) 22:33 oil_boi YOU EXPOSED the lua api to Z :O 22:33 oil_boi Thank you 23:46 blaise lol 23:49 mazes_80 Hi, I just noticed there's a few lines "hack" for getting all privileges and infinite life. 23:50 mazes_80 Just realized but I guess (strongly) devs are already aware. 23:56 mazes_80 Is there good approach to prevent this ? (the only one I think of would be server side managing for all player stats, but that's not the way it is)