Time Nick Message 02:29 paramat merging #7299 02:29 ShadowBot https://github.com/minetest/minetest/issues/7299 -- Mgv7: Code cleanup by paramat 02:32 paramat done 17:17 Krock Possible fix for the hand slot abuse: https://pastebin.com/raw/KTTDtyGs ; if it's created, then the player inventory callbacks allow restricting. Another possible fix would be to restrict player interactions with that slot entirely 17:19 Krock Question is whether the diff or the other way should be used - latter could be easily backported so that 0.4.x doesn't need to the callbacks. However, it would also mean that it always needs an extra slot with callbacks if mods want to allow direct access 17:20 Krock TL;DR: Do we fix the potential 1 slot abuse in 0.5.x only or also in 0.4.x? 21:58 rubenwardy updated #7253 21:58 ShadowBot https://github.com/minetest/minetest/issues/7253 -- Add updating to online content repository by rubenwardy 21:59 rubenwardy should I add update detection there? 22:00 rubenwardy nah, that'll be painful due to async 22:00 rubenwardy I'd also need to add server support for it 22:01 rubenwardy the best implementation is also controversial 22:01 rubenwardy (POSTing a list of all mods installed using the package manager, and their versions) 23:28 rubenwardy #7302 23:28 ShadowBot https://github.com/minetest/minetest/issues/7302 -- Add screenshots to online repository browser by rubenwardy