Time Nick Message 13:18 srifqi Anybody knows how to convert std::wstring into std::string? I want to get value from an EditText and compare it to another value (std::string). 17:01 sfan5 srifqi: wide_to_narrow and related functions can do that 17:02 srifqi We have that function? Where is it? 17:03 sfan5 https://github.com/minetest/minetest/blob/b24e6433df3c3b2926568aff9c0173459e3e8eab/src/util/string.h#L79 17:05 srifqi Will try. 18:21 srifqi sfan5, it works! 18:40 srifqi Somehow some of the travis build failed. Also, the lint is confusing for me. :( 20:00 FourFire Hey, who is in charge of http://servers.minetest.net/ ? 20:00 sfan5 me 20:01 FourFire My server 5.157.16.42:53109 isn't showing on there 20:01 FourFire !up 5.157.16.42 53109 20:01 ShadowBot FourFire: 5.157.16.42 port 53109 is up (68440us) 20:02 sfan5 I'm not seeing anything in my logs, are you sure announce is enabled and not throwing errors? 20:05 FourFire I'm getting: "servers.minetest.net/announce not found (Timeout was reached) (response code 0)" 20:06 sfan5 try $ curl -v http://servers.minetest.net/ 20:10 FourFire Where, in windows cmd? 20:11 sfan5 oh I assumed a linux system, then instead make sure your firewall isn't blocking something 20:12 FourFire I can access the site in my browser 20:12 VanessaE wait, wait.... people use OS's other than linux? :) 20:12 FourFire that's why I stated I cold not find my server on that list. 20:13 mawaway What is this windows you speak of? 20:13 sfan5 FourFire: your firewall = the one on your server 20:13 FourFire I may have borked the .conf file, which line if any denotes the correct address to announce to? 20:14 sfan5 serverlist_url, but you shouldn't even have that setting 20:15 FourFire My firewal permits minetest.exe 20:16 rubenwardy lol 20:16 rubenwardy are you using ipv6? 20:17 rubenwardy do you have port forwarding? 20:17 rubenwardy yes to the latter 20:35 paramat please can #6838 be reviewed as it is a bugfix? i will test it later 20:35 ShadowBot https://github.com/minetest/minetest/issues/6838 -- Fix ambient occlusion by numberZero 20:43 paramat i need some help with #6455 which is very much needed, it's almost working but i'm stuck 20:43 ShadowBot https://github.com/minetest/minetest/issues/6455 -- Get biome at pos 2nd attempt by paramat 20:45 paramat will rebase it 21:02 FourFire I am port forwarding rubenwardy I got someone els to connect to my server, but the bot would know, right? 21:29 Krock how about increasing the curl timeout? 21:50 sfan5 FourFire: the question is whether your firewall is somehow blocking minetest from announcing itself 22:02 FourFire Not as far as I can see, but I'm really bad at networking stuff 22:05 FourFire hmm I'll try with my other computer later