Time Nick Message 03:39 Ruslan1 Anyone know spambot 03:41 Ruslan1 rubenwardy: 04:07 VanessaE ignore it. 04:07 VanessaE those spambots are all over freenode. 04:11 Ruslan1 We need set m and voice mode for everyone 04:11 swift110 they sure are 04:22 VanessaE Ruslan1: +r is enough 04:22 VanessaE spambots don't use nickserv, so they can't get in here to begin with. 04:23 VanessaE well as of today anyway 04:39 Ruslan1 Ok 04:59 Ruslan1 VanessaE: spambot can’t join here 05:33 ANAND Also, it looks like the freenode staff are CTCPing everyone on connection 05:37 AlienCat hullo 05:39 ANAND Hi 05:40 AlienCat hows minetest going? 05:48 VanessaE it's going. 05:49 AlienCat Amazing x) 05:50 AlienCat I cant wait until 5.0.0 would be realeased 12:45 queip Hello. 20:11 [k00l]shamoanjac hey, does anyone have pointers on how to selectively transfer chunks from a sqlite world db to a postgresql world db? 20:25 Krock --migrate-map 20:26 Krock you'd need some kind of bridge which connects to both and moves the data BLOB from one database to another 20:26 [k00l]shamoanjac selectively 20:26 [k00l]shamoanjac alternatively, I can do that by hand anyway 20:27 [k00l]shamoanjac but how do I get a block's position as an integer from the coordinates? 20:27 [k00l]shamoanjac to get the indices in the database 20:28 Krock there are some conversion functions somewhere.. uhm 20:29 [k00l]shamoanjac I'm not sure where to look 20:29 [k00l]shamoanjac I guess it's written only once 20:31 Krock database.cpp 20:31 Krock https://github.com/minetest/minetest/blob/master/src/database/database.cpp#L51-L69 20:31 [k00l]shamoanjac heh it just turns out that SQLite stores the position as a single integer 20:31 [k00l]shamoanjac but PostgreSQL stores a tuple 20:31 Krock legacy. 20:32 [k00l]shamoanjac (tm)