heinrich5991

Results 375 comments of heinrich5991

> The POST for https://master1.ddnet.org/ddnet/15/register is not working with a 307 redirec Perhaps the curl version on macOS is so old it doesn't know 307?

ddnet.org: ``` $ curl -d'{}' -H 'Address: tw-0.6+udp://connecting-address.invalid:8303' -H 'Secret: abc' -H 'Challenge-Secret: abc' -H 'Info-Serial: 1' -H 'Content-Type: application/json' -i https://master1.ddnet.org/ddnet/15/register HTTP/2 200 date: Wed, 27 Jul 2022 11:01:59...

Ah, maybe the TLS certificates: [SSL Labs report for master1.ddnet.tw](https://www.ssllabs.com/ssltest/analyze.html?d=master1.ddnet.tw&s=2606%3a4700%3a0%3a0%3a0%3a0%3a6812%3ac6b&latest) vs [SSL Labs report for master1.ddnet.org](https://www.ssllabs.com/ssltest/analyze.html?d=master1.ddnet.org&s=2606%3a4700%3a3035%3a0%3a0%3a0%3a6815%3a2074&latest) master1.ddnet.tw has a SHA256withRSA certificate, and master1.ddnet.org has a SHA256withECDSA certificate. OpenSSL 0.9.8y goes...

> We don't even use OpenSSL on macOS, but the native secure-transport. Then it might be the native secure-transport which doesn't support SHA256withECDSA certificates. This doesn't seem to have anything...

I like the idea of not showing the ground jump.

Perhaps the ground jump could not be displayed, if you have zero jumps, you get some crossed out jump symbol and if you have one air or ground jump, you...

Where's the difference between "accepted" and "waiting for implementation"? For "implementation ongoing", we can assign someone to the issue, like deen does sometimes.

Okay, I still want to do something like this. It's bad that we have random feature requests where we'd probably decline PRs and then actual issues or feature requests that...