heinrich5991

Results 65 issues of heinrich5991

https://github.com/ddnet/ddnet/pull/3961 seems to be completely invisible to bors. I cannot see it on the status page, not even after clicking "Sync pull requests". As you can see in the comments,...

Is it intentional that structs like `WlistSkel` don't implement `Send` and `Sync`? Because they contain raw pointers, they're automatically marked as non-`Send`able and non-`Sync`hronized, but is it actually the case...

Thanks for your tutorial. :) >So, if there’s a zero at `argv[1][1]`, we jump to 0x761. Where is that? It’s the block we just reversed above; it prints the success...

I haven't investigated, but we recently merged some changes that allowed incomplete snap objects by filling some defaults. This mechanism should be made explicit: Mark the fields that are optional...

network

`stdout_output_level` for printing to stdout, `console_output_level` for printing to local console and remote console and `loglevel` for the log file. Keep the old log level filters 0 for info and...

As Tezcan reported on Discord, if a DDNet server is reachable via a different port than it listens on (e.g. because a NAT remaps the port to some other port),...

bug
network
server

See https://github.com/ddnet/ddnet/pull/5515#issuecomment-1167182005.

enhancement