Time Nick Message 00:04 DI3HARD139 Is anyone else having issues with luarocks not installing luasocket in the proper path? 00:05 ShrewdSpirit DI3HARD139: Is MT compatible with LuaRocks? X_X 00:06 Calinou ShrewdSpirit: you can use it to install libraries like the ones IRC mod needs 00:06 DI3HARD139 I think? I've just been using it to install luasocket 00:06 Calinou DI3HARD139: on Debian-based distributions, use the system package, it's easier to get working I guess 00:06 Calinou on Windows though... you need luarocks 00:07 ShrewdSpirit Calinou: Oh nice! 00:07 DI3HARD139 I used to use luarocks on ubuntu but for some reason its installing in a non local tree 00:07 DI3HARD139 according to the terminal output 00:09 DI3HARD139 The funny part is, only 1 server is able to see the files needed 00:13 kaeza ShrewdSpirit, Lua system packages are usually patched to add system-dependent paths; maybe they do the same for LR? 00:14 kaeza you can try setting LUA_[C]PATH on the environment, or package.[c]path on your script 00:15 kaeza err, don't do the same for LR 00:16 ShrewdSpirit Dunno, I guess LuaRocks somehow adds the paths 00:16 ShrewdSpirit Okay, LuaRocks works perfectly with MT \o/ 00:16 ShrewdSpirit Just a require() is enough :p 00:17 ShrewdSpirit Man I love this Minetest 00:22 DI3HARD139 How can one disable mod security 00:22 DI3HARD139 I noticed its been enabled in the latest dev build 00:22 DI3HARD139 kinda annoying tbh 00:23 DI3HARD139 namely due to 2016-11-20 01:21:58: ERROR[Main]: require() is disabled when mod security is on. 00:25 ShrewdSpirit DI3HARD139: Settings > Advanced Settings > Server / Singleplayer > Security > Enable mod security > Disable 00:26 DI3HARD139 secure.enable_security = true 00:26 DI3HARD139 is what I was looking for. 00:26 DI3HARD139 Note for the devs. Having the irc mod whitelisted still blocks required portions 00:27 DI3HARD139 disabling security allows luasocket to load 00:35 kaeza DI3HARD139, what issues do you have with IRC+secure? 00:36 DI3HARD139 2016-11-20 01:21:58: ERROR[Main]: require() is disabled when mod security is on. 00:37 kaeza stack trace? 00:37 DI3HARD139 When not whitelisted the mod is blocked. When whitelisted I get that error. When security is disabled everything loads fine. 00:37 DI3HARD139 Ill reset it and attempt to run in gdb 00:38 kaeza Lua traceback would be more useful 00:38 kaeza should be printed after the error 00:39 kaeza also: https://github.com/minetest-mods/irc/issues/31 00:45 DI3HARD139 @kaeza http://pastebin.com/jFWqWPw2 00:46 kaeza DI3HARD139, did you update irc? I thought I fixed that a few days ago 00:47 kaeza https://github.com/minetest-mods/irc/commit/18f286f4b51ecdffa3744c96b2223912d8e812cf 00:47 DI3HARD139 Ill test an update now. I know I avoided the recent updates as it kept causing the server instance to crash. ill try this one 00:52 DI3HARD139 damn dhcp 00:55 DI3HARD139 hit the crash loop again 00:56 DI3HARD139 im out of time for now. Ill get tracebacks on it when I can 01:23 DI3HARD139 kaeza: http://pastebin.com/pJXeUsKC 01:27 kaeza DI3HARD139, what's your `package.path`? also, did you `git submodule update`? 01:28 kaeza uh, scratch that. it was wrapping in that paste 01:29 DI3HARD139 I always fetch from the dl button when available | It installed to /usr/local/lib/lua but I also copied and pasted that lua into /usr/share/lib/ 01:29 kaeza If you download ZIPs, you will have to also download LuaIRC from somewhere 01:31 kaeza I have to leave soon. Can you post an issue on GH? 01:36 DI3HARD139 sure 02:50 ShadowNinja If anyone wants to try some MC maps, I made some changes to my converter which should make it easier to build -- just run cmake . && make, only requirements and zlib and sqlite (both already required by MT) and Boost (because the C++17 filesystem API isn't technically stable yet and I didn't want to write my own portability layer). 02:51 ShadowNinja I'd like to make a precompiled Windows build at some point, and maybe even a GUI. 03:41 MinetestBot 02[git] 04sofar -> 03minetest/minetest_game: Fix whitespace errors to silence luacheck. 1375caa91 https://git.io/vXbqa (152016-11-19T19:39:51-08:00) 04:45 MinetestBot 02[git] 04paramat -> 03minetest/minetest: Tool break: Reduce gain of break sounds 13c6ca7a8 https://git.io/vXbYH (152016-11-20T04:43:09Z) 08:37 agaran anyone plays with stargate mod? 08:41 agaran I am asking because it causes nearly instant memleaks in minetest.. 08:42 agaran like within 3-5 seconds you can grow minetest by 2GB of eaten ram.. 09:38 agaran is there way to limit how far water may drop, especially for skylands related stuff? 09:42 red-001 no really 09:42 red-001 not* 09:43 red-001 water will only stop if it reaches ignore 09:43 red-001 sadly you can't use another node 09:44 red-001 ignore is hardcoded into the code 09:45 agaran would be neat to be able limit water falling and node falling (like sand falling) 12:29 ShrewdSpirit wow these texture modifiers are complicated 12:29 sfan5 depends on what you are trying to do really 12:30 ShrewdSpirit nothing, for now! just reading the docs 12:31 ShrewdSpirit Is normal mapping done with these modifiers? 12:34 sfan5 normal maps are seperate textures 12:35 Out`Of`Control hi 13:28 agaran texture modifies make minetest crazy on meshes.. 14:28 ShrewdSpirit Is there a way to use colors in chat? 14:28 asl97 ShrewdSpirit: colors was added recently, there should be some note in the lua api 14:29 ShrewdSpirit Lemme check 14:41 asl97 ShrewdSpirit: the color function is already there but it seem like the ability to post color message isn't there yet, you probably have to write a handler using minetest.register_on_chat_message 14:41 ShrewdSpirit asl97: I guess I use HUD for messages (Make my own message handler) 14:51 Out`Of`Control minetest_game is broken, with update all doors turn into unknown node 14:52 asl97 Out`Of`Control: the lbm should have change them to the new door node 14:52 Krock Out`Of`Control, is it HEAD you're using? 14:52 Out`Of`Control now i try it some days a go was fine just to test, download recent one again, abm does not convert any door 14:52 Out`Of`Control or its lbm 14:53 Out`Of`Control can't figure out why its not working 14:53 Krock it's lbm 14:54 Out`Of`Control i have some custom doors, could that break lbm converter? 14:55 Krock no idea. Open an issue on github :P 14:55 asl97 Out`Of`Control: what is the unknown node name? 14:56 Out`Of`Control doors:door_steel_b_1 and so on 14:56 Out`Of`Control its unknown node 14:57 Brikooba How deep can generated ocean floors be? 15:00 asl97 Out`Of`Control: maybe the lbm glitched, you can try removing the door from the lbm introduction time and then restart the server 15:00 asl97 Brikooba: afaik, it depend on the mapgen 15:01 Out`Of`Control asl97: ok thanks 15:07 Brikooba I meant for MG6 & 7. Flying around MG7, I see ocean floor as deep as -26. 15:15 asl97 Brikooba: v6 and v7 have different depth 15:15 asl97 for v7, it seem to be -112, as shown in https://github.com/minetest/minetest_game/blob/master/mods/default/mapgen.lua 15:30 Out`Of`Control asl97: i can't find lbm in commits 15:31 asl97 Out`Of`Control: what do you mean? 16:04 Out`Of`Control asl97: trying to figure out how remove door from lbm thing 16:05 Brikooba Can a user disable logging output of ACTION events? 16:05 asl97 Out`Of`Control: if you mean removing from the introduction time, it's in the world env_meta.txt 16:05 Krock no 16:05 Krock Brikooba, only if the user stops doing anything 16:05 asl97 if you mean removing the lbm, why would you want to remove it? 16:40 raymondillo /part 18:00 kaeza o/ 18:02 Krock o/ 18:38 garywhite ShadowNinja what is that? 18:39 ShadowNinja garywhite: I just combined two bans into one that will match both. 18:39 garywhite oh ok 18:41 kaeza ShadowNinja, while you're around, can you check https://github.com/minetest-mods/irc/pull/28 and https://github.com/minetest-technic/unified_inventory/pull/77 ? 18:42 ShadowNinja Sure. 18:42 kaeza thank you 18:44 ShadowNinja kaeza: Both look good to go. 18:45 garywhite Did anyone ever think of including unified_inventory in the default minetest_game as an option? 18:46 Krock no, it would make all other inventory mods useless 18:47 sfan5 ShadowNinja: that ban is years old and probably not valid anymore anyway 18:48 ShadowNinja sfan5: Yeah, it was part of the markveidemanis set. Some of them were removed, but he still makes up more than half of the ban list. 18:49 ShadowNinja If we remove that one I'd like to remove the rest of them too. There are still 26 more. 18:52 kaeza blah, 47 tabs in browser 18:52 kaeza should really block TV Tropes :( 18:53 Krock Ctrl+W helps 18:56 agaran kaeza or run MT instead? 18:57 red-001 !seen olivattaque 18:57 MinetestBot red-001: olivattaque was last seen at 2016-10-06 22:17:56 UTC on #minetest 18:57 red-001 ~seen olivattaque 18:57 ShadowBot red-001: I haven't seen olivattaque in #minetest. 18:58 red-001 ???????? 21:15 sfan5 jordan4ibanez: hai 21:16 jordan4ibanez Hey sfan5, how's it going? 21:16 sfan5 good, how about you? 21:17 jordan4ibanez I'm doing pretty well. I see you updated the nuke mod! I like what you've done with it 21:17 sfan5 mostly just code cleanups :P 21:17 sfan5 the old code was copy-pasted code with random changes and horrible looks 21:21 swift110 hey all 21:23 jordan4ibanez Well it looks a little better now haha, if I modify it a little bit and you like it, would you merge the changes, sfan5? 21:23 sfan5 sure 21:23 jordan4ibanez Hello swift110 21:23 jordan4ibanez Nice! 21:32 jordan4ibanez Haha, I figured out this strange workaround for getting the itemname from an entity itemstack http://pastie.org/10966372 21:35 sfan5 isn't that just tostring(item) ? 21:38 jordan4ibanez Oh, I guess I should add I'm trying to find the stack and stack number, I can't seem to convert the stack string to a table so I just went about and did that 21:39 sfan5 ¯\_(ツ)_/¯ 21:39 kaeza jordan4ibanez, itemname:match("^%S+") will get you the name 21:40 jordan4ibanez Yeah I'm as confused as you are sfan5 haha. Unless it's in here and I can't find the correct function in the api. I have a case of stupid today 21:40 sfan5 i'd suggest reading the docs but you probably have 21:41 swift110 how are you jordan4ibanez 21:41 jordan4ibanez kaeza: That works! Is there a way to get the stack number after the space without using my overcomplicated crap? 21:42 kaeza local name, count = itemname:match("^(%S+) (%d+)") 21:42 jordan4ibanez I'm doing pretty well, it's cold here and it's going to start snowing soon which means drifting season is almost here! Haha, what about you swift110? 21:42 kaeza jordan4ibanez, but really, you should do something like ItemStack(whatever):get_count() 21:43 kaeza `whatever` in this case can be a table, string or even another ItemStack 21:45 jordan4ibanez kaeza: That's what I've been looking for, I had no idea you could use ItemStack() to convert strings into itemstack strings. Or is that a function? 21:46 kaeza it's a function, and it converts to an ItemStack "object" 21:46 sfan5 well function 21:46 sfan5 "constructor" would be better probably 21:46 kaeza you can then query this object for information 21:46 sfan5 because ItemStack is a "class" 21:47 sfan5 (except lua does not have anything of that) 21:47 kaeza wat 21:47 sfan5 does lua have oop? 21:47 kaeza yes 21:48 kaeza it doesn't by default, just like it doesn't have RFC2822 or whatever (/me looks at python) 21:48 kaeza +header parsing 21:49 kaeza !g 30 lines of goodness 21:49 MinetestBot kaeza: Problem getting data from Google. 21:49 kaeza :( 21:50 kaeza https://github.com/Yonaba/30log 21:58 garywhite Would anyone like to nominate someone for the Minetest Wall of Fame on TPS-Creative? 21:59 jordan4ibanez sfan5: 21:59 jordan4ibanez kaeza, sofar,and vanessae 21:59 sfan5 ? 21:59 jordan4ibanez Oops didn't mean to highlight you sfan5 haha 22:00 jordan4ibanez And add sfan5 into that nomination 22:00 kaeza meow 22:00 garywhite ok 22:00 sfan5 !cat 22:00 MinetestBot http://i.imgur.com/XaU5D0a.jpg 22:00 sfan5 !cat 22:00 MinetestBot http://i.imgur.com/0p9arhp.jpg 22:01 garywhite !cat 22:01 MinetestBot http://i.imgur.com/nySOBtb.jpg 22:03 kaeza 404 22:04 sfan5 removed it https://git.io/vXNeN 22:05 kaeza ># ^ How to be productive on a Saturday 22:05 kaeza it's Caturday :D 22:05 kaeza actually Punday, but W/E 22:10 jordan4ibanez Well, where are the puns! 22:15 swift110 jordan4ibanez, its cold here as well and I hate it 22:15 swift110 jordan4ibanez, sorry for the long wait I was in another channel that was rather engaging lol 22:15 sfan5 swift110: did you have a discussiong about gnu/linux 22:15 sfan5 please tell me you had 22:16 MrIbby sfan5: https://git.io/vXNvK 22:16 MrIbby ^ That line should be in the else statement 22:17 sfan5 indeed 22:17 sfan5 mind making a pr? :P 22:18 MrIbby ok 22:19 MrIbby https://github.com/sfan5/minetestbot-modules/pull/12 22:20 sfan5 merged 22:20 MrIbby !proc sfan5 22:20 MinetestBot sfan5, Someone thinks you need to stop procrastinating. 22:21 sfan5 lemme reload the modules 22:21 MrIbby Hm 22:21 MrIbby Ah 22:21 sfan5 MinetestBot: reload shortutils 22:21 MinetestBot sfan5: (version: 2016-11-20 22:21:23) 22:21 sfan5 !proc MrIbby 22:21 MinetestBot MrIbby, someone thinks you need to stop procrastinating. 22:21 sfan5 ✔ 22:21 MrIbby !stfu 22:21 MinetestBot Someone thinks you need to shut the fuck up before you get muted. 22:21 MrIbby :) 22:26 kaeza !proc 22:26 MinetestBot Someone thinks you need to stop procrastinating. 22:26 kaeza TIL 22:31 jordan4ibanez Wow that bot acts like I programmed it haha 22:35 MrIbby !rtfm 22:35 MinetestBot Someone thinks you should read the manual. The development wiki is at http://dev.minetest.net, the regular wiki is at http://wiki.minetest.net. 22:35 MrIbby !questions 22:35 MinetestBot Someone thinks that your question is inaccurate or doesn't follow the guidelines. Read the guidelines here: http://catb.org/~esr/faqs/smart-questions.html 22:36 MrIbby !pil 22:36 MinetestBot Someone thinks you need to brush up on or learn Lua, please go to: http://lua.org/pil/ 22:36 MrIbby !git 22:36 MinetestBot Someone thinks you need to brush up on or learn Git, please go to: http://git-scm.com/book/ 23:12 est31 !rainbow 23:12 MinetestBot 4R7a8i3n12b6o13w What? 23:12 est31 !rainbow Rainbow What! 23:12 MinetestBot 4Rai7nbo8w W3hat12! 23:13 garywhite !rainbow 4.14 feature freeze in 17 days 23:13 MinetestBot 4​4.147 fea8ture3 fre12eze 6in 113​7 da4ys 23:13 garywhite !rainbow 4.15* Sorry 23:13 MinetestBot 4​4.7​158* 3So12rr6y 23:23 MrIbby !rainbow The more you know 23:23 MinetestBot 4The7 mo8re 3you12 kn6ow 23:24 swift110 lol 23:32 luizsab hello! I was testing lan server (in my house), when I connect with smartphone I didn't get to dig. Some idea? 23:33 MrIbby luizsab: What version are you using? 23:33 luizsab even if I open a second minetest window and connect as client 23:33 luizsab 0.14 23:34 luizsab 0.4.14 23:35 luizsab some days last it works 23:38 MrIbby Odd... 23:39 luizsab MrIbby: what's the meaning Odd? 23:39 MrIbby Weird 23:39 MrIbby Unusual 23:39 MrIbby Unordinary 23:39 luizsab MrIbby: yes 23:40 luizsab MrIbby: I'll try update the system 23:41 luizsab MrIbby: I clear the minetest.conf too 23:43 est31 luizsab: does it show an error? 23:43 est31 and can you run /privs on the client? 23:45 MrIbby now there's someone who can actually help you :P 23:45 luizsab est31: no errors, I saw the debug and nothing. I trying with new names and granted basic_priv but doesn't work yet