02:52 <+bridge> [ddnet] @deen is it normal that on the funding page sponsored servers appear as if not completely covered? 09:24 <+bridge> [ddnet] @jao 09:24 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/813687743975915541/unknown.png 09:24 <+bridge> [ddnet] this doesnt look right 09:24 <+bridge> [ddnet] :tee_thinking: 09:37 <+bridge> [ddnet] wdym 09:38 <+bridge> [ddnet] @Ryozuki 09:38 <+bridge> [ddnet] @jao see the second rank 09:38 <+bridge> [ddnet] it compares it to a min 7 rank 09:38 <+bridge> [ddnet] but previous is 5:42 09:38 <+bridge> [ddnet] because they beat their own rank 09:38 <+bridge> [ddnet] ah 09:38 <+bridge> [ddnet] xd 09:38 <+bridge> [ddnet] only 1 teamrank per team is saved 09:39 <+bridge> [ddnet] i didnt see it, cuz their names are in different order for some reason 09:39 <+bridge> [ddnet] 🥴 10:26 <+bridge> [ddnet] @Learath2 yeah, some people didn't pay the full amount to sponsor a server 10:27 <+bridge> [ddnet] mostly they just pay the difference that is still shown as unpaid, but this leads to rebalancing the funding to other servers 12:23 <+bridge> [ddnet] @Learath2 teamstate in ddnetplayer when 12:23 <+bridge> [ddnet] xd 12:48 <+bridge> [ddnet] Huh, I thought we showed directed donations specifically 12:49 <+bridge> [ddnet] When heinrich or I have time to figure out the upgradable netobjs 16:15 <+bridge> [ddnet] https://github.com/rui314/mold 16:15 <+bridge> [ddnet] :poggers: 16:22 <+bridge> [ddnet] good pfp 19:28 <+bridge> [ddnet] anyone know where the modauth.html page went? 19:29 <+bridge> [ddnet] ah found it 20:26 <+bridge> [ddnet] @heinrich5991 here? 20:31 <+bridge> [ddnet] @Learath2 well, these donations were directed at the specific server. Basically "Hey, here's 40 € to fully cover the rest of GER1" 20:35 <+bridge> [ddnet] @Learath2 here! 20:36 <+bridge> [ddnet] @heinrich5991 `(void)Uninitialized; // We need a reference for the next line.` why is this needed? 20:37 <+bridge> [ddnet] because compare_exchange_strong takes a reference 20:37 <+bridge> [ddnet] ah 20:38 <+bridge> [ddnet] because it was causing an unused variable error 20:39 <+bridge> [ddnet] That's concerning, if that dbg_assert is getting optimized/compiled out the code isn't correct, is it? 20:39 <+bridge> [ddnet] uhm, is dbg_assert optimized out? 20:40 <+bridge> [ddnet] It shouldn't be, so it shouldn't ever trigger the unused variable error 20:41 <+bridge> [ddnet] I assumed it wouldn't get optimized out 20:42 <+bridge> [ddnet] I think we atleast talked about making it no-op in release mode 20:42 <+bridge> [ddnet] https://github.com/ddnet/ddnet/blob/908646eea54c3a551263dbb192f9118dd938092d/src/base/system.h#L49-L53 20:42 <+bridge> [ddnet] you're right 20:42 <+bridge> [ddnet] ouch 20:42 <+bridge> [ddnet] how much wrong code have I pushed to the repo? ^^ 20:43 <+bridge> [ddnet] https://github.com/ddnet/ddnet/commit/a6e144ea72be5892490ecfe7b6137888f04b39dc 20:43 <+bridge> [ddnet] I don't think this is a good idea 😦 20:43 <+bridge> [ddnet] Me neither 20:43 <+bridge> [ddnet] asserts are there because things are in an inconsistent state 20:44 <+bridge> [ddnet] if you continue, bad stuff will happen 20:44 <+bridge> [ddnet] but it's common enough to disable asserts that I wonder what the counterargument is 20:44 <+bridge> [ddnet] "speed" "less crashes" 20:44 <+bridge> [ddnet] I'd guess 21:20 <+bridge> [ddnet] @heinrich5991 I think I'm okay with your mysql PR if you fix the asserts