Time Nick Message 00:16 Megaf Can anyone highlight me please? 00:20 Nollby No. 00:20 Nollby Meg-af 00:20 Nollby We will not highlight you, ever. 00:20 Nollby Chk yer previlege. 00:21 Megaf Lol 00:21 Megaf Well https://threatpost.com/insecure-redis-instances-at-core-of-attacks-against-linux-servers/120312/ 00:22 Megaf !title 00:22 MinetestBot Megaf: Insecure Redis Instances at Core of Attacks Against Linux Servers | Threatpost | The first stop for security news 00:26 Megaf Thankfully I've never fallen for redid 00:26 Megaf Redis 00:27 Megaf !server Megaf 00:27 MinetestBot Megaf: Megaf Server v4.0 | mt.megaf.info:30003 | Clients: 0/20, 0/4 | Version: 0.4.14-Megaf / MegafXploreNext | Ping: 14ms 00:28 Megaf Nor leveldb, but I'm likely to use PostgreSQL in the near future tho. 03:28 LionLAD Good late night evening to all that is around 06:28 Billre I just installed Minetest on my laptop and I can't get on the xtreme TPS server I'm used to playing. The loading bar gets hung up on Media. Why would this happen? 13:55 Samson1 Is the server owner of apple Tree server here? 14:21 paramat ~tell shamoanjac are you adding a core mapgen to 0.4.14 stable or latest 0.4.14? 14:21 ShadowBot paramat: O.K. 14:39 YvesLevier Je suis ici : https://forum.minetest.net/viewtopic.php?t=629 14:39 YvesLevier Animals Modpack 2.5.0 14:39 YvesLevier Advanced spawning 0.0.13 14:39 YvesLevier MOBF Core 2.5.1 14:39 YvesLevier Animalmaterials 0.1.3 14:39 YvesLevier Factions 1.1.6 (optional) et ça marche pas. Pas d'animaux. 14:42 YvesLevier En partant ça dit error loading and running mob_miner : init.lua 14:42 YvesLevier oooops wrong language 14:43 YvesLevier Im telling that im getting the error loading and running mob_miner : init.lua when im following the guide at https://forum.minetest.net/viewtopic.php?t=629 14:45 YvesLevier Shortly : i want to farm and it does not work even i tried (maybe too) many ways. Do som1 have a clue? 14:45 sfan5 YvesLevier: it looks like the animals_modpack was not updated since almost a year 14:45 sfan5 consider using a different mod 14:45 YvesLevier sfan5: as?< 14:46 sfan5 idk 14:55 YvesLevier 10:52:23 - YvesLevier1 : C'est rageant. Je suis (finalement_ arrivé à installer tous les mods que je voulais sauf le animal_modpack 14:55 YvesLevier 10:53:15 - YvesLevier1 : ça chie sur le init.lua de mob_miner 14:55 YvesLevier 10:53:22 - YvesLevier1 : késako? 14:55 YvesLevier 10:55:30 - YvesLevier1 : j'ai bien installé mobf puis ça dit pas d'erreur... Mystifié. 14:56 YvesLevier zzz lemme translate (sry) 14:57 YvesLevier Raging. I (finaly) got to (properly) install all mods i was wishing for... out of the animal_modpack 14:57 YvesLevier init.lua in mob_miner is bugging at the moment i start the world 14:57 YvesLevier any clue? 15:31 agrecascino Hijiri, hey 15:35 XeonSquared Interesting, apparently my server doesn't have permenant flames 15:35 XeonSquared permanent rather 16:50 MinetestBot Krock: Sep-01 17:35 UTC http://irc.minetest.ru/minetest/2016-09-01#i_4697254 16:54 IhrFussel agaran, hi there =) Sorry I was busy recently now I'm back 16:54 Krock !tell rubenwardy yesterday I sent the program through the most of the topics. All of the valid ones should be added now :) 16:54 MinetestBot Krock: I'll pass that on when rubenwardy is around 17:47 IhrFussel Is there a way to search for specific nodes in map.sqlite file? Like is the node name stored in the DB or only hex values? 17:48 IhrFussel If hex values can i somehow translate those into node names? 17:51 Yiritise Hi 17:54 Yiritise it seems that Minetest actually has become playable ? 17:55 IhrFussel Yiritise, what do you mean by that? 17:56 Calinou yes, minetest_game got a good amount of decorative nodes now 17:56 Calinou still no mobs though :( 17:57 * thefamilygrog66 has been playing the damned thing for five years, not realising it was unplayable... 17:57 Yiritise the last time I tested the games have can not actually play on it too much bug 17:58 thefamilygrog66 I have not experienced that. Okay, maybe the carts are a bit wack 17:59 Yiritise I tested last summer 17:59 thefamilygrog66 Did you come into it having played minecraft, and expecting the same? 18:00 IhrFussel Okay I just looked at the DB file with sqlite3 command...the contents are completely unreadable and make no sense to me...And i kinda doubt that I can translate those into node names 18:01 sfan5 IhrFussel: something that would be easy: modifying minetestmapper to tell you if it sees a node 18:02 IhrFussel sfan5, problem is neither now what minetestmapper is nor do I know how to modify that 18:03 IhrFussel know* 18:03 sfan5 well then that's not an option 18:04 IhrFussel sfan5, I'm guessing the nodes are saved as binary data? 18:05 sfan5 obviously 18:06 IhrFussel sfan5, is it "BLOB data"? 18:06 sfan5 that sounds like the correct SQL type 18:14 IhrFussel sfan5, quote(data) seems to work 18:14 Krock lol? quote? 18:15 IhrFussel Yes I wanted a way to count how much node exist of a certain node type 18:16 IhrFussel And quote() translates BLOB into Text type if I see correctly 18:16 sfan5 small tip: stop right there, you're not getting anywhere with that approach 18:17 IhrFussel sfan5, why? I'm simply trying to see how many X nodes are placed in the world, how many Y nodes are placed and hwo many Z nodes are placed etc 18:18 sfan5 for that you need a program that can actually *read* the data 18:18 sfan5 converting it to text and then doing something(?) is the wrong approach 18:21 IhrFussel sfan5, But quote works...I'm typing quote("default") and it tells me how many rows contain "default" or not? 18:21 sfan5 it does 18:22 sfan5 but then you have the amount of 16x16x16 cubes with "default" anywhere in them 18:24 IhrFussel sfan5, wait will quote only show one default per mapblock or will it list all results inside a row? 18:25 sfan5 each row stores a MapBlock 18:28 IhrFussel sfan5, I know but I'm confused..look quote(data) actually LISTS every result of data in stdout...but right now I tried quote("xxxxxxxxxxxxxxxxxx") which DEFINITELY does not exist in the world and it still lists that 18:28 sfan5 i don't know what quote does 18:28 sfan5 try reading an sql manual 18:30 IhrFussel sfan5, The quote(X) function returns the text of an SQL literal which is the value of its argument suitable for inclusion into an SQL statement. Strings are surrounded by single-quotes with escapes on interior quotes as needed. BLOBs are encoded as hexadecimal literals. Strings with embedded NUL characters cannot be represented as string literals in SQL and hence the returned string literal is truncated prior to 18:30 IhrFussel the first NUL. 18:31 IhrFussel Seems like it converts BLOB to HEX not literal strings 19:02 paramat if a burn time is specified for a node, and a burn time is specified for the group that node is in, which is used? 19:10 Hijiri might be order-dependent like crafting grid recipes 19:10 paramat yeah, i'll test to find out 19:33 paramat tested, the specific node burn time always takes precedence over group burn time :) 19:46 YvesLevier Is VanessaE still designing? Didnt see her recently. 19:48 agaran Hello 19:54 YvesLevier Hi agaran 20:00 YvesLevier Hijiri: i can teleport a - message - using pipeworks. See? Weird but can act as a wireless.... :) 20:01 Krock send a written letter/book through a teleporter tube 20:04 YvesLevier can letters get interpreted and change a mesecon circuit? Was thinking at diff objects to mean specific things and toggle mesecons from far 20:06 Hijiri yeah, luacontrollers can use both digilines and mesecons 20:06 Hijiri so they could change mesecons output in response to digilines message 20:10 YvesLevier i love this game 20:25 agaran YvesLevier: look for nixie tubes that use digilines.. 20:26 YvesLevier agaran: thx 20:43 YvesLevier How to get rid of carts? 20:43 TheReaperKing usually shift left click works 20:43 TheReaperKing it might depend on the mod 20:46 YvesLevier seems not work 20:55 Krock shift+punch works fine here 21:19 YvesLevier enode breaker dont work with animals or carts... 21:20 YvesLevier shift punch dont here. I may have stacked too many... dont know... 21:20 Krock oh wonder. entities aren't nodes 21:23 agaran fun? 21:24 Krock entities are fun ;)