FennyFatal

Results 5 comments of FennyFatal

[4nxci-linux-static_x86_64.zip](https://github.com/The-4n/4NXCI/files/3113466/4nxci-linux-static_x86_64.zip) 4NXCI v4.03 Static build with: ``` CC = gcc -static CFLAGS = -O2 -Wall -Wextra -pedantic -std=gnu11 -fPIC LDFLAGS = -lmbedtls -lmbedx509 -lmbedcrypto```

I don't actually have an iOS device to test with, but my first suspicions are: # Perhaps the regular expression generated here does not handle IDN characters properly. https://github.com/ChatSecure/ChatSecure-iOS/blob/0f516da16348e7ec3934d09fbb893540e0250716/ChatSecureCore/Classes/Controllers/FileTransferManager.swift#L934 -...

I have looked into the specification for the RFC, and I can confirm that the url is meant to be sent over the wire as unicode, and not punycoded, so...

I was having a similar issue running on metal for several weeks, about a year ago, but it eventually started working again almost in spite of my efforts to resolve...