noise icon indicating copy to clipboard operation
noise copied to clipboard

A chat app for the end of the world.

Results 13 noise issues
Sort by recently updated
recently updated
newest added

Implement discovery over the local network. This can be done using a broadcast packet, similar to how Syncthing and BitTorrent do it. This will make it much easier to stress...

Bluetooth is low bandwidth and low range, so disconnects will happen frequently. Probably need to add a timeout and catch-all on the Bluetooth sockets. Tests that prematurely end the connection...

Currently, `BloomFilter::getMatchingMessages` returns messages directly in the order that the database provides. Instead, it should return more important and newer messages first so that they are more likely to be...