15:11 <+bridge> [ddnet] mh interestingly i had a locked mouse(if we mean the same) with #3577 15:11 <+bridge> [ddnet] 15:11 <+bridge> [ddnet] it was bcs when loosing focus the mouse mode was changed, which caused the mouse to be locked for an unknown reason in windows 15:11 <+bridge> [ddnet] 15:11 <+bridge> [ddnet] What was the reason you told him to use old mouse, was it some experience? 15:11 <+bridge> [ddnet] https://github.com/ddnet/ddnet/pull/3577 16:14 <+bridge> [ddnet] How can i disable the spam filter? 16:18 <+bridge> [ddnet] sv_spamprotection 0 maybe 16:20 <+bridge> [ddnet] No I mean the option from the client 16:20 <+bridge> [ddnet] If you write smth 2x 16:20 <+bridge> [ddnet] There is then [2] 17:43 <+bridge> [ddnet] You can't I think 20:38 <+bridge> [ddnet] A time penalty was recommended for using the /swap feature. The two options I see is: 20:38 <+bridge> [ddnet] 1) Creating a variable m_StartTimePenalty by it whenever race time calcs are used e.g. m_StartTime - m_StartTimePenalty 20:38 <+bridge> [ddnet] 2) Adjusting m_StartTime by the penalty amount. 20:38 <+bridge> [ddnet] 20:38 <+bridge> [ddnet] Option 2 is simpler/cleaner but does mean that the start time could be in the negatives should someone swap within the first minute. 20:38 <+bridge> [ddnet] 20:38 <+bridge> [ddnet] Thoughts? Any other option I am missing? 21:05 <+bridge> [ddnet] is there any way to do f1 commands thru terminal / console 21:26 <+bridge> [ddnet] no 21:36 <+bridge> [ddnet] <拓真> Here I get a memory leak 21:36 <+bridge> [ddnet] <拓真> https://github.com/ddnet/ddnet/blob/master/src/base/system.c#L167 23:11 <+bridge> [ddnet] @louis on Linux yes, we have a fifo file for that, so you can write into the file, like `echo shutdown > server.fifo` 23:12 <+bridge> [ddnet] Thanks, will fix 23:19 <+bridge> [ddnet] :poggers: 23:19 <+bridge> [ddnet] such obvious leak 23:20 <+bridge> [ddnet] but well nobody looks frequently at the big system.c 23:20 <+bridge> [ddnet] xd 23:21 <+bridge> [ddnet] no one tested on Windows I guess 23:21 <+bridge> [ddnet] @deen ur change doesnt free all branches 23:21 <+bridge> [ddnet] i think 23:22 <+bridge> [ddnet] unless WriteConsoleW does it 23:22 <+bridge> [ddnet] oh it does now