15:02 <+bridge_> [ddnet] why is there 2 commands for super; unsuper 15:02 <+bridge_> [ddnet] but one command for lock? 15:02 <+bridge_> [ddnet] pls fix 15:12 <+bridge_> [ddnet] <> What 15:12 <+bridge_> [ddnet] <> Super and unsuper are rcon stuff 15:19 <+bridge_> [ddnet] you can bind it on one button 15:23 <+bridge_> [ddnet] maul fluffie 15:23 <+bridge_> [ddnet] U can bind it to discord bot 15:24 <+bridge_> [ddnet] Aso umd hör mal auf zu botten 15:24 <+bridge_> [ddnet] Aso und hör mal auf zu botten 15:24 <+bridge_> [ddnet] ööy 15:24 <+bridge_> [ddnet] kümm her duu 15:25 <+bridge_> [ddnet] What about to speak english here and stop to shittalk like a kid :p 15:25 <+bridge_> [ddnet] ^ 15:25 <+bridge_> [ddnet] want to shittalk in english then? 15:25 <+bridge_> [ddnet] If you want to spam the devs here, have fun, 1word 1 line pls 20:02 <+bridge_> [ddnet] Do you know which packets the dos attack sends? 20:04 <+bridge_> [ddnet] I rly want to look into this issue 20:04 <+bridge_> [ddnet] i can show u 20:04 <+bridge_> [ddnet] Sure 20:05 <+bridge_> [ddnet] 20:05 <+bridge_> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/646063371984044053/Screen_Shot_2019-11-18_at_1.04.49_PM.png 20:05 <+bridge_> [ddnet] 20:05 <+bridge_> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/646063381366833162/Screen_Shot_2019-11-18_at_1.04.53_PM.png 20:05 <+bridge_> [ddnet] mostly this 20:05 <+bridge_> [ddnet] gie fstd 20:05 <+bridge_> [ddnet] tken 0.6.626 20:05 <+bridge_> [ddnet] occasionally some compressed pkts thrown in 20:05 <+bridge_> [ddnet] usualy playerips spoofed i think 20:05 <+bridge_> [ddnet] Those are to get sv info right? 20:05 <+bridge_> [ddnet] ye 20:05 <+bridge_> [ddnet] tken is connect 20:05 <+bridge_> [ddnet] gie fstd is srv info 20:06 <+fstd> by what demonic sorcery...? 20:06 <+bridge_> [ddnet] xD 20:06 <+bridge_> [ddnet] Hi fstd 20:06 <+bridge_> [ddnet] this is hitting my server at ~200000 packets/second right now 20:06 <+bridge_> [ddnet] Its cached right? 20:06 <+bridge_> [ddnet] the replies are 20:06 <+fstd> hey Ryozuki 20:06 <+fstd> i've hat people accuse me of ddosing them because of that lol 20:06 <+bridge_> [ddnet] LOL 20:07 <+fstd> had* 20:07 <+bridge_> [ddnet] fstd pls stop ddosing me with ur name 20:07 <+fstd> ksry 20:07 * fstd shuts down the reactor 20:07 <+bridge_> [ddnet] also nice fng mod 20:07 <+bridge_> [ddnet] i like it 20:07 <+bridge_> [ddnet] Then it should be rly efficient, is this rly the source of what makes it laggy? 20:07 <+fstd> thanks :) 20:07 <+bridge_> [ddnet] Maybe we could throttle them 20:07 <+bridge_> [ddnet] i profiled it, after all i optimized most of the lag at this point comes from the recv function itself lol 20:07 <+bridge_> [ddnet] Hmm 20:08 <+bridge_> [ddnet] its just too much bandwidht for a 1 core $5 vps to handle, actually, if i block the replies to inforequessts and connect requests, it can recieve all 200000pps with 0 lag and support gameplay for whoevers connected 20:08 <+bridge_> [ddnet] the lag comes from sending back the replies 20:08 <+bridge_> [ddnet] I see 20:09 <+bridge_> [ddnet] When a client sende the packet saying its connecting, does the sv reply something? 20:09 <+bridge_> [ddnet] yes 20:09 <+bridge_> [ddnet] If we blocl this they could judt change the attack vector 20:10 <+bridge_> [ddnet] client sends -> 10 00 00 01 xxxx 20:10 <+bridge_> [ddnet] server sends -> 10 00 00 02 (i think?) 20:10 <+bridge_> [ddnet] client replies -> 10 00 00 03 (tken if ddnet) 20:10 <+bridge_> [ddnet] and yes because they attack with both connect and info packets 20:11 <+bridge_> [ddnet] also throttling/ratelimiting ime has just caused the server to be hidden/made people unable to connect 20:11 <+bridge_> [ddnet] doesnt seem like the right approach 20:11 <+bridge_> [ddnet] Damn 20:12 <+bridge_> [ddnet] You cany rlu block this since they will ddos any recv 20:12 <+bridge_> [ddnet] You cant rluçy block this since they will ddos any recv 20:12 <+bridge_> [ddnet] Fcking mobile 20:13 <+bridge_> [ddnet] well i feel like its fixable 20:13 <+bridge_> [ddnet] How 20:13 <+bridge_> [ddnet] well, if it can receive all of that traffic without any lag 20:14 <+bridge_> [ddnet] then it narrows down the problem to just replying in a smarter way 20:14 <+bridge_> [ddnet] that doesnt lag the gameplay 20:14 <+bridge_> [ddnet] if it couldnt receive it without lag then itd seem more unfixable 20:15 <+bridge_> [ddnet] How can you receive all traffic without lag 20:15 <+bridge_> [ddnet] A bigger net link? 20:15 <+bridge_> [ddnet] before i started making fixes, it couldnt 20:15 <+bridge_> [ddnet] lol 20:15 <+bridge_> [ddnet] no 20:16 <+bridge_> [ddnet] its still the same shitty $5 digitalocean vps 20:16 <+bridge_> [ddnet] i just changd a bunch of stuff 20:16 <+bridge_> [ddnet] but i made f2 options for turning off replies to inforeqs/connect reqs for test 20:16 <+bridge_> [ddnet] aka gameplay isnt affected but noone else can connect or see it 20:17 <+bridge_> [ddnet] i mean the size of the link is never the issue, for me, or for ddnet 20:20 <+bridge_> [ddnet] What about making the info and connect packet be tcp 20:21 <+bridge_> [ddnet] Tcp is secure by design against spoofing oirc 20:21 <+bridge_> [ddnet] Iirc 20:21 <+bridge_> [ddnet] Idk about connect, but im sure info can be tcp 20:22 <+bridge_> [ddnet] yeah 20:22 <+bridge_> [ddnet] thats the ultimate fix 20:22 <+bridge_> [ddnet] but requires custom masters and clients i guess xd 20:22 <+bridge_> [ddnet] xd 20:24 <+bridge_> [ddnet] ur a ddnet staff make them change it 20:46 <+bridge_> [ddnet] Me ddnet staff! 20:46 <+bridge_> [ddnet] ? 20:46 <+bridge_> [ddnet] @noby r u on druge xd 20:47 <+bridge_> [ddnet] Drugs* 20:47 <+bridge_> [ddnet] yes 20:47 <+bridge_> [ddnet] its almost 2 PM] i havent slept yet 20:47 <+bridge_> [ddnet] Im not ddnet staff 20:47 <+bridge_> [ddnet] ur 20:47 <+bridge_> [ddnet] Got kicked from mod 20:47 <+bridge_> [ddnet] U remember 20:47 <+bridge_> [ddnet] We had big chats 20:47 <+bridge_> [ddnet] :pepeH: 20:48 <+bridge_> [ddnet] ooo 20:48 <+bridge_> [ddnet] rip 20:48 <+bridge_> [ddnet] jao big abouse 22:17 <+bridge_> [ddnet] Lol 22:25 <+bridge_> [ddnet] Onbgy is more ddnet staff than ryo... but it does not feel like that :greenthing: 22:25 <+bridge_> [ddnet] Where is my admin/owner role? 22:26 <+bridge_> [ddnet] Best ddnet staff here 22:26 <+Learath2> huh, who even unbanned you on discord? 22:26 <+bridge_> [ddnet] You 22:26 <+Learath2> Really? 22:26 <+bridge_> [ddnet] Last time i rq 22:26 <+bridge_> [ddnet] Got no ban 22:27 <+Learath2> I see 22:27 <+bridge_> [ddnet] After 3 weeks i joined agsin 22:27 <+bridge_> [ddnet] i unbanned him 22:27 <+bridge_> [ddnet] @ChillerDragon noby is a troll but he doesnt flame and goes aggro on people 22:27 <+bridge_> [ddnet] :lol: 22:27 <+bridge_> [ddnet] Biggest troll 22:27 <+bridge_> [ddnet] aggro 22:27 <+bridge_> [ddnet] Aggro + no flame = ? 22:28 <+bridge_> [ddnet] Flame 22:28 <+bridge_> [ddnet] ye u smart 22:28 <+bridge_> [ddnet] :troll: 22:28 <+bridge_> [ddnet] snail is the embodiment of perfection 22:28 <+bridge_> [ddnet] see 22:28 <+bridge_> [ddnet] passive agressive 22:28 <+bridge_> [ddnet] again 22:28 <+bridge_> [ddnet] :lol: 22:28 <+bridge_> [ddnet] :pepeH: 22:28 <+bridge_> [ddnet] embodiment of imperialist french 22:28 <+bridge_> [ddnet] too 22:28 <+bridge_> [ddnet] thanks for proving my point :lol: 22:28 <+bridge_> [ddnet] fcking french imperialist :lol: 22:29 <+bridge_> [ddnet] @snail doesnt know the difference between cock and snail 22:29 <+bridge_> [ddnet] nice ping 22:29 <+Learath2> I guess he can stay, even though he enjoys nuking ddnet in his free time, he does have an enjoyable character 22:29 <+bridge_> [ddnet] Cocksnailwürstchen 22:29 <+bridge_> [ddnet] did snail block u or smth 22:29 <+bridge_> [ddnet] the only person i have blocked is syltoox i think 22:29 <+bridge_> [ddnet] i dont believe he ddoses ddnet 22:29 <+bridge_> [ddnet] Leareth why you only say its me.... 22:30 <+bridge_> [ddnet] Make no sense 22:30 <+bridge_> [ddnet] vali wouldnt ddos, he needs ddnet to edate girls 22:30 <+bridge_> [ddnet] cuz no life outside 22:30 <+bridge_> [ddnet] :poggers: 22:30 <+bridge_> [ddnet] I have my grill ( u ) 22:30 <+bridge_> [ddnet] 😊 22:30 <+Learath2> Why don't you just embrace your personality? 22:31 <+bridge_> [ddnet] who 22:31 <+Learath2> Denial is futile, it doesn't lead to happiness 22:31 <+bridge_> [ddnet] Ryo is my happiness 22:31 <+Learath2> vali ofc, whenever I talk to him, he is like "I'm not ddos, what is this ddos thing even xDee" 22:31 <+Ryozuki> hehe im cool im on irc too 22:31 <+bridge_> [ddnet] He bring the light back in the darkness 22:31 <+bridge_> [ddnet] Like an angel 22:32 <+Learath2> I don't really see the point in lying about it 22:32 <+bridge_> [ddnet] 👼 22:32 <+bridge_> [ddnet] I always think @FluffiexD is Jao cuz he usually has the weird new profile pics 22:32 <+bridge_> [ddnet] Gimme some points why i should ddos ddnet? 22:33 <+bridge_> [ddnet] To support 0.7 22:33 <+bridge_> [ddnet] Pfui 22:33 <+Ryozuki> Learath2 https://www.debian.org/ports/hurd/hurd-cd embrace the true GNU spirit 22:33 <+bridge_> [ddnet] 😉 22:33 <+Ryozuki> everything GNU 22:33 <+bridge_> [ddnet] GNU is bloat 22:33 <+bridge_> [ddnet] 0.7 sucks 22:33 <+bridge_> [ddnet] +1 22:33 <+bridge_> [ddnet] 0.8 will be great 22:33 <+bridge_> [ddnet] GNU Mach best kernel 22:33 <+bridge_> [ddnet] :troll: 22:33 <+bridge_> [ddnet] FreeBSD 22:33 <+Learath2> Hey if I understood what went through you peoples mind, I'd get a nobel prize in psychology 22:33 <+Learath2> I wonder if they have a nobel prize in psychology :thinking: 22:34 <+bridge_> [ddnet] time to try ddnet on Debian GNU/Hurd 22:34 <+Learath2> Some people just want to watch the world burn I guess 22:34 <+bridge_> [ddnet] Try ddnet on gameboy 22:34 <+bridge_> [ddnet] would that work even ryo lol 22:34 <+Learath2> You know chaotic evils 22:34 <+bridge_> [ddnet] Time to rewrite ddnet in bash 22:34 <+bridge_> [ddnet] ofc 22:34 <+bridge_> [ddnet] if they have a gcc compiler 22:34 <+bridge_> [ddnet] u nobo 22:34 <+bridge_> [ddnet] trz 22:34 <+bridge_> [ddnet] tru 22:34 <+bridge_> [ddnet] Master of chaos 22:34 <+bridge_> [ddnet] go back to make ur mmo scripts 22:35 <+bridge_> [ddnet] Rude 22:35 <+bridge_> [ddnet] 🤡 22:35 <+bridge_> [ddnet] yes sir 22:35 <+bridge_> [ddnet] @ChillerDragon im a kind person 22:35 <+bridge_> [ddnet] im at 4th season already :feelsamazingman: 22:35 <+bridge_> [ddnet] :happy: 22:35 <+bridge_> [ddnet] Du Kind 22:35 <+bridge_> [ddnet] GNU Kind 22:35 <+bridge_> [ddnet] XD 22:35 <+bridge_> [ddnet] cellekind