Time Nick Message 00:08 paramat yes :) 13:22 rubenwardy Merging #10086 when CI finishes, as trivial 13:22 ShadowBot https://github.com/minetest/minetest/issues/10086 -- Fix HTTP API not being available in async mainmenu by rubenwardy 13:22 rubenwardy And new PR for post freeze: #10085 13:22 ShadowBot https://github.com/minetest/minetest/issues/10085 -- Use JSON for favorites, move server list code to Lua by rubenwardy 14:47 rubenwardy My laptop has returned, meaning I don't have to develop solely using Android and Windows 10 anymore! 15:28 Lejo skript of #10088 https://gist.github.com/Lejo1/4c5af5512222c1ad783913b0195cc14d 15:28 ShadowBot https://github.com/minetest/minetest/issues/10088 -- Server sending high amount of data 15:31 sfan5 I don't understand the bug report 15:33 Lejo The server spams a lot of data to a manipulated client, for some me unknown reason. 15:35 sfan5 what exactly does "a client only answering reliable packages and ignoring all others and sending no own stuff" mean? 15:37 Lejo the client doesn't behave like a normal client sending position rotaion and so on, it just keeps the connection alive by sening these acks on reliable packages 15:37 Lejo just see the script I sent here 15:38 sfan5 it's not very obvious what that script does 15:38 sfan5 in any case it would be helpful if you provided a packet capture 15:39 Lejo ok, just a second 15:52 Lejo posted it on github 15:54 sfan5 I was thinking of a .pcap file... 15:56 Lejo ok, creating one :) 15:57 sfan5 your script doesn't handle acks for different channels, so all that traffic is likely the server resending stuff it never got a confirmation for 16:12 Lejo oh yeah, that's true. So acks are normaly on the channel the reliable came from? 16:13 sfan5 yes, each channel has its own sequence number 16:14 sfan5 merging #10089 in a few minutes 16:14 ShadowBot https://github.com/minetest/minetest/issues/10089 -- Disable pgsql in VS 2019 workflow by adrido 16:18 Lejo posted the .pcap file on github 16:35 Lejo about the channel thing. Sending back on the same channel changes nothing :/