Time Nick Message 00:32 Calinou illumitesti 08:46 clavi Shara: please pull :) https://github.com/Ezhh/server_news/pull/1 09:50 Shara clavi: thanks for reminder. Will look in a bit :) 09:50 Shara also sorry for keeping you waiting 10:53 clavi np 20:25 luk3yx I think the serverlist age field needs to be sanity checked, at least two servers apparently have it set to "0" 20:29 * Calinou imagines Minetest in the 1970s 22:22 rdococ can users see data sent through digilines, or to and from luacontrollers? 22:43 VanessaE how do I set which element in a formspec "has focus"? 22:43 VanessaE (by default) 23:26 rubenwardy VanessaE: not possible 23:26 rubenwardy however, it's usually the first element which can obtain focus 23:27 rubenwardy this is undefined behaviour, though 23:33 VanessaE oh well 23:33 VanessaE I went with a different method anyways... 23:34 VanessaE I wanted to use sneak+rightclick to open a formspec with a single text-entry widget, but the engine or mtg blocks that. So I tried aux1+rightclick, but aux1 would fill the field with eeeeeeeee...., so I just went with sneak+punch 23:35 rubenwardy are you using show_formspec for that? 23:35 VanessaE I am now yeah. it's on a node where I don't want a formspec stored, because right-click without a modifier performs a particular. 23:36 VanessaE a particular action* 23:36 rubenwardy I'd understand why shift+rightclick wouldn't work when on a node not using show_formspec 23:36 rubenwardy as the shift overrides the action 23:36 rubenwardy shift+rc is bad UX though, as you won't be able to place things against it 23:37 VanessaE right. 23:38 VanessaE in this case it's homedecor's standing lamp (the 2m tall one). right click changes brightness, and I added digilines support today, which needs a formspec to set the channel. I didn't want to change the right-click-brightness behsvior. 23:38 VanessaE behavior*