heinrich5991

Results 65 issues of heinrich5991

This is the strict version, ID → Id, UI → Ui, except DDNet which stays DDNet. This would fix #7750. Done using a naive rename script: ```fish sed -i \...

``` [2021-06-14 09:18:48][http]: libcurl version 7.22.0 (compiled = 7.55.0-DEV) […] [2021-06-14 09:18:49][http]: http https://master4.ddnet.tw/ddnet/15/servers.json [2021-06-14 09:18:49][http]: http https://info2.ddnet.tw/info * About to connect() to info2.ddnet.tw port 443 (#0) * Trying 104.21.78.207......

bug
client

How much do we want to support moddability in the DDNet codebase? Note that this doesn't talk about the network protocol but about the actual code.

meta-discussion

Could be solved by accounts™ (#3411) or potentially just client identities (#6961).

Could potentially be mitigated by limiting the recursion limit to like 10 or so. Reported by @Teero888 on Discord.

bug
engine

This would be useful for when you don't plan to respond to server info packets, which might be useful going forward.

enhancement
masterserver

E.g. passing `bytes` from Python to Rust involves two copies, when it could be zero copies if the Rust code accepted `&[u8]`. The other way around currently involves two copies...

enhancement
uniffi

Three failed test runs in unrelated PRs: - [Kotlin](https://app.circleci.com/pipelines/github/mozilla/uniffi-rs/2906/workflows/eccdbbb2-63f8-4bda-aeaf-fec5d02f471a/jobs/11685): timeout - [Python](https://app.circleci.com/pipelines/github/mozilla/uniffi-rs/2906/workflows/4213abe8-25dd-4950-887c-5a3b32c9acbb/jobs/11678): "FATAL: exception not rethrown" - [Swift](https://app.circleci.com/pipelines/github/mozilla/uniffi-rs/2865/workflows/5b366557-6d99-4a77-bedf-903e099fd44a/jobs/11502): #1536 ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/UNIFFI-268) ┆Issue Number: UNIFFI-268

uniffi

I was redirected here from https://gitlab.steamos.cloud/steamrt/steamrt/-/issues/29#note_136027: Could you enable the sniper runtime flag for the "beta" and "releasecandidates" branches of DDraceNetwork (412220)? The current version of DDNet which I co-maintain...

Need Retest

See also https://github.com/heinrich5991/libtw2/issues/94.

network
cleanup