Time Nick Message 17:01 erlehmann sfan5 luatic do you think this is a good idea? https://github.com/OysterityAnarchy/minetest/commit/465e3f486f774882e5e2e2ca74ebcde103a4f2d3 17:22 MTDiscord erlehmann: a good idea for what? considering this is the dev-irc, you seem to be asking whether such a thing should be merged into the engine, right? 17:25 erlehmann luatic yeah i am asking if this is a good idea for a minetest server in general 17:26 rubenwardy 1 minute is very long 17:28 MTDiscord Two things though: 1 minute is also very arbitrary, and applying the limit just to callbacks is also rather arbitrary 17:29 MTDiscord This is a specific fix for a specific problem on a specific server which in it's current form doesn't suit the wide variety of servers well enough IMO, especially considering that it must cause a hard crash as MT doesn't have a "Lua thread" yet. 17:40 MTDiscord It's very unreliable. Better to have an external watchdog. 17:41 MTDiscord when the time limit is hit, does it just cancel the lua execution that moment or does it completely shut down the server? 17:43 MTDiscord shut down the server 17:43 MTDiscord you can't just cancel lua execution 18:19 MTDiscord What kind of exploit would you even be fighting at that point? Someone who has no idea what they're doing? 18:23 Krock pushing #12120 in 5 minutes 18:23 ShadowBot https://github.com/minetest/minetest/issues/12120 -- Fix memory leak from SpatialAreaStore by setupminimal 18:28 Krock done 18:37 MTDiscord How big was the mem leak from that? 18:39 MTDiscord Oh, I don't even use that from the look of it 21:05 sfan5 merging #12105 in 10m 21:05 ShadowBot https://github.com/minetest/minetest/issues/12105 -- Use GL bindings from IrrMt by sfan5