Zac Stewart

Results 34 issues of Zac Stewart

It took a little hacking around to get it to install and enable the extension, and I'm still not sure if I got that right, but it seems to work....

We rely solely on STUN right now to determine NAT traversal and advertise our own UDP port. Seems like those mapped ports get unmapped after some amount of time as...

Multipart files by sending a MultipartFileHeader that includes - file ID - filename - size - list of part IDs or number of parts Send MultipartFileParts that include - file...

Right now, once a node is identified at a SocketAddr, we never update that information. A node should be able to retain all its overlay network information, but swap out...

Instead of ejecting bad nodes and potentially having them re-added later, we should just stop using them, and if they become good again, use them then. The problem is that...

Bootstrapping a routing table is costly. When the app shuts down, it should serialize it to disk and reload it upon starting. Of course, many nodes in the structure may...

Right now, it seems to open behind whatever you use to launch it.

Each message should have a status that can be shown somehow, but it should be out of the way. Only the most pertinent status should be plainly visible in the...

Adds a definition of rust_crypto_util_fixed_time_eq_asm for ARMv8. It's exactly the same as for ARMv7, except that it uses ARMv8 names for registers (wN instead of rN). [Fixes #383]