Time Nick Message 08:19 IhrFussel Kinda looks weird how item entities on the same position only merge after hitting the ground 08:20 IhrFussel Mid air you see 10 and on ground they suddenly become 2 09:06 IhrFussel I get the feeling that loading map from DB is now ignored in globalstep() 09:06 IhrFussel What I mean is that it doesn't cause lag spikes I guess 09:08 IhrFussel I teleport to a completely unloaded area which means it has to load all mapblocks around the player which usually causes a lag spike of 0.2 - 0.3 secs 09:08 IhrFussel But now lag stays at max 0.15 09:09 IhrFussel 0.15 is my server step interval so lower is not possible 09:09 IhrFussel It could also be 0.1 for all I know 09:26 rubenwardy > [10:06:22] <c51162IhrFussel> I get the feeling that loading map from DB is now ignored in globalstep() 09:26 rubenwardy Confused about what this means 10:24 IhrFussel That teleporting to an unloaded area caused a lag spike before on my map 10:30 IhrFussel It caused a spike inside globalstep() 12:13 IhrFussel csm_restriction_flags default setting (62) means client mods are allowed but none of the specified extra flags are enabled right? 12:18 IhrFussel LOAD_CLIENT_MODS: 1, CHAT_MESSAGES: 2, READ_ITEMDEFS: 4, READ_NODEDEFS: 8, LOOKUP_NODES_LIMIT: 16, READ_PLAYERINFO: 32 ... If I understood it correctly 62 means all but the first flag disabled 12:18 sfan5 62 = 32 + 16 + 8 + 4 + 2 12:18 sfan5 correct 12:19 IhrFussel Now if I wanted to just allow chat messages flag for example I would change it to... 60 then 12:20 sfan5 60 means LOAD_CLIENT_MODS and CHAT_MESSAGES are allowed, yes 16:21 Krock > looks at notifications 16:21 Krock > wow Wuzzy 19:16 Krock https://forum.minetest.net/viewtopic.php?p=360312#p360312 19:16 Krock what looks terrible there is the Minetest version 19:31 BuckarooBanzai I tried the forum registration today: the screen after filling out the form: https://i.imgur.com/jQD0kGw.png and the "reported"/blacklisted ip on the project honeypot: https://i.imgur.com/XFi1xXn.png 19:31 Krock ^ celeron55_ plugin malfunctioning? 19:32 * BuckarooBanzai prays for a forum upgrade... :P