Time Nick Message 00:17 heston76 Menchers: You'll get my bump for FreeBSD 00:43 Menchers breakage in my MSYS2 build that I haven't found a way around: fetching the server list doesn't work; the errors in debug.txt suggest that the curl library can not find a certificate store to use to validate the servers' certificates, so it fails 00:43 Menchers curl on the command line doesn't have the problem 03:35 MTDiscord Menchers: Hello from the distant past 03:35 Menchers hello :D 03:35 Menchers been a while 03:35 MTDiscord It's been 12 years lmao. That's quite a while my friend 03:36 MTDiscord Somewhere around there, probably 12 or 10 03:36 MTDiscord How have you been? 04:16 Menchers huh I was at a different job then 04:16 Menchers hadn't bought my car yet 04:16 Menchers lol 05:38 MTDiscord Dang that sounds like a different lifetime lol 11:08 imi hi, I've noticed that certain CSMs of mine stopped working, for instance, minetest.string_to_pos contains trim, trim is disabled in CSMs. is this intentional? would a PR be accepted for string_to_pos (in order to avoid trim, and therefore make it work again in CSMs)? 11:11 imi btw this is a PoC I still support wholeheartedly: https://github.com/luanti-org/luanti/issues/13592 11:19 sfan5 which version are you running? 11:19 BadGuyAlex dunno, but if this is trim like it takes a string, chops off all the spaces from the ends and outputs a string, then it's strictly computational thing. Why would that be disabled. Is this susceptible to denial-of-service or something? 11:22 imi 5.15.2 11:23 sfan5 this should have been fixed already 11:23 sfan5 open a bug report 11:23 imi ok thanks I'll do so 11:27 sfan5 imi: sorry, I'm wrong 11:27 sfan5 https://github.com/luanti-org/luanti/commit/110b32a51a8744cdb94d7e2783d853a6c8d022e3 this isn't in 5.12.2 11:27 sfan5 but it will be in the next release 11:31 imi ok should I still open a bugreport? 11:31 sfan5 no need 11:32 imi ok I have the same issue with stringvariable:split. still no need for bugreport? 11:33 [MatrxMT] that's fixed on 5.16.0-dev already, no need to report 11:33 imi good ok thanks 16:37 Sheriff_U3 I'm excited that we finally got keyboard control for the view area 16:38 imi what does that even mean? 16:40 Sheriff_U3 imi: we can use the keyboard to change what direction we are looking in. Other wise you would have to use the mouse. 16:44 imi https://github.com/luanti-org/luanti/issues/16952 <-- how do I checkout 5.16.0-rc1 ? 16:44 imi is there a branch? tag? or do I need to check out a specific commit hash? which one? 16:45 Sheriff_U3 there's a release on github 16:45 Sheriff_U3 what platform are you on? 16:45 user333_ this release -> https://github.com/luanti-org/luanti/releases/tag/5.16.0-rc1 16:45 imi linux 16:45 imi so there's a tag 16:46 Sheriff_U3 you'll need to build from source then 16:46 imi brb 18:59 Sheriff_U3 Can you not have multiple boxes in the wallmounted nodebox type? https://github.com/luanti-org/luanti/blob/master/doc/lua_api.md#L1781-L1788 19:00 Sheriff_U3 corrected url: https://github.com/luanti-org/luanti/blob/master/doc/lua_api.md?plain=1#L1781-L1788 19:24 Krock Sheriff_U3: correct 19:24 Sheriff_U3 I wonder why then 19:25 Krock simplicity 19:25 Sheriff_U3 lol