Time Nick Message 00:16 Fixer people using passwords like 123 and then it happens 00:24 IhrFussel Or people using "password" as password ... just like they tend to send "NAME" when a command on my server mentions the placeholder "NAME" like in '/tp NAME' 00:26 IcyDiamond Oh jeez 00:28 rubenwardy maybe I should also run a check against popular passwords 00:28 rubenwardy heh 00:30 sfan5 srp isn't performant enough to do that I think 00:32 rubenwardy didn't think so 01:04 Fixer IhrFussel: or incorrect, so when you forget, it will always remind you that your password is incorrect 01:04 rubenwardy "Username and password do not match" 01:48 Sokomine any ideas where i might place my old copy of redcrabs server? rubenwardy's intrested, and i'm not so sure if i want to use a filehoster. it's slightly over 104 mb in size 01:48 rubenwardy if you use a temporary server like https://www.file.io/ I can upload it to https://rubenwardy.com/redcrab/ 01:49 rubenwardy is there any confidential information? 01:50 rubenwardy I guess it's just the map 01:50 Sokomine just the map, yes 01:53 ANAND Is `return itemstack:take_item()` valid? 01:54 ANAND take_item() should execute before the function returns `itemstack, right? 01:55 rubenwardy yes 02:09 ANAND Danke 06:12 GreenDimond Supposedly Zlib can be used to decompress PNGs, but it doesnt seem to work for me. 06:12 GreenDimond minetest.decompress() is supposed to use Zlib 06:21 GreenDimond is there a way to decompress pngs? 06:33 kaeza What are you trying to do? 06:33 GreenDimond read a pixel from an image 06:34 GreenDimond because I cant get colorized colors from param2 06:35 GreenDimond er, palette colors* 06:37 kaeza Why do you need the color? 06:37 GreenDimond For a mod 06:40 kaeza ? 06:40 GreenDimond You are so helpful 06:41 kaeza There's https://github.com/DelusionalLogic/pngLua 06:41 GreenDimond using external libraries requires the mod to be trusted 06:42 kaeza If you really want to go that way 06:47 kaeza Well, sorry. Without more information I cannot suggest alternatives. 06:47 GreenDimond ? 06:47 GreenDimond I need to read a pixel from an image 06:47 kaeza Anyway, battery is almost dead, so tata. 06:47 GreenDimond o/ 06:48 kaeza o/ 06:48 GreenDimond its late 06:48 * GreenDimond fumbles for the door 08:55 Krock o/ 08:55 Krock still no tenplus1 to greet... 10:44 CWz in the minetest ppa the minetest window says untitled window 13:49 jas_ Untilted is a great album by autechre. i thought it was untitled for so long.. 13:59 Krock genre? 14:11 rdococ when did Subgames for All have so many players?! 14:13 Krock just 22. already seen more months ago 16:42 IcyDiamond https://i.lunasqu.ee/mconomny-api.mp4 lol 16:45 rubenwardy nice 16:46 rubenwardy https://github.com/CapitalismGame/capitalism_game/blob/master/mods/capitalism/cash/api.lua#L18 16:46 IcyDiamond my code is so ugly 16:46 IcyDiamond im ashamed to show it 16:47 rubenwardy D: 16:47 IcyDiamond XD 16:51 Krock IcyDiamond: now add bitchange support pls 16:53 rdococ oooh 16:56 rubenwardy relevant: https://xkcd.com/927/ 16:58 rdococ heh, still using stonecutters to make stonecutters 17:00 * rubenwardy should probably publish the mods independently from the game 17:01 Sokomine what GreenDimond wrote about getting the color of a pixel from the hardware color palette: that's something that's keeping me from getting further with adapting my colormachine to hardware coloring 17:01 Sokomine i need a way to at least roughly match palettes 19:11 Sokomine ping? 19:11 rubenwardy pong 19:11 rubenwardy kaeza had a mod to read PNGs or BMPs 19:11 rubenwardy :O 19:30 jas_ i just want to know how to set up an MT media server, mostly out of curiousity, and without special tools like mtmediasrv, sofar 19:32 jas_ like, one sets up an MT server, turns on `enable_remote_media_server` and sets a valid `remote_media` value, and still have to know "how to serve files on POST requests." 19:32 jas_ and there's no information anywhere. 19:34 jas_ Krock: genre of autechre i would say maybe minimal, minimal techno? i dunno genres, it's almost their own genre by now. autechre great band (i'm more into afx always, but autechre is great for sure). 19:35 rubenwardy mtmediasrv seesm to be the only tool that does it *efficiently* for multiple services 19:35 jas_ i will continue my quest for knowledge 19:35 jas_ and then hold it super close to the vest 19:35 jas_ jk 19:36 rubenwardy but you can do it with a traditional service 19:37 rubenwardy location /ctf/index.mth { error_page 405 =200 $uri; } 19:37 rubenwardy !g nginx return file on POST 19:38 rubenwardy https://gist.github.com/stonegao/2366309 19:38 jas_ i have been searching along those lines a lot, ruben 19:38 jas_ it's a rabit hole and i have been met only with frustration 19:38 rubenwardy well, it's possible in NGINX 19:38 jas_ i have tried irc logs, the forum, all sorts. i cannot find out. 19:38 rubenwardy for another service, you may need to write a service for yourself 19:38 jas_ service? 19:38 rubenwardy reverse proxy 19:39 jas_ *head asplodes* 19:39 jas_ :) 19:39 rubenwardy for another reverse proxy than nginx, you may need to write a service for yourself to return a file on a POST 19:40 jas_ interesting 19:49 jas_ well thanks for the tips, ruben; at any rate, it's not as trivial to set up an mt media server as collecting the SHA1-hashed files along with index.mth in a directory, it goes much beyond that. either by using a third party tool and/or service, or setting something up special for oneself. NP: halycon and on and on and on, orbital came out with a new LP it's okay i guess 19:52 jas_ oh no this is belfast, i always mix the two songs up. *needle scratch* NP: https://www.youtube.com/watch?v=qp8up_nhK1Y 19:52 jas_ !title 19:52 MinetestBot jas_: Circle Up (feat. Bipolar Sunshine) - YouTube 19:54 rubenwardy the bash script does the hashes 19:54 rubenwardy !wiki Remote_media 19:54 MinetestBot "This is a work in progress article" - http://wiki.minetest.net/Remote_media 19:56 jas_ getting the hashes is easy 19:57 jas_ making index.mth is as simple as using sfan5's script 19:57 jas_ actually serving the files, that's another ball game 19:58 jas_ additionally, this all has been changing recently, and has changed somewhat over the years too 19:58 jas_ but nevermind that 19:59 jas_ none of these links provide information on successfully serving the files to connecting clients. 19:59 jas_ but you know, it wasn't until this convo that i considered, success depends on which httpd one uses 20:00 sfan5 i'm sure you can convince every httpd to serve static files on POST 20:00 sfan5 you're right though, there's no "easy" tutorial for a fully working remote media setup 20:00 jas_ in the past, i believe i used nginx, or even apache, for mt media servers, and in the past i remember it working. still, i maintain that mt has recently changed its behavior in regards to how it obtains the files it wants. but i may be just talking out of my ass 20:00 jas_ ok. thank you for the confirmation :D 20:00 sfan5 s/"easy"// actually 20:01 jas_ true 20:01 * jas_ goes for a walk 23:16 Fixer \\\\o 23:16 Fixer o///// 23:30 tumeninodes !tell GreenDimond https://lodev.org/lodepng/ 23:30 MinetestBot tumeninodes: I'll pass that on when GreenDimond is around