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

Hi, I compiled your project and it looks very promising.. I have it installed on 2 phones and have the MAC address set in the settings, however there is no...

1. On the main screen there should be a new conversation button. When clicked, a new view appears that is dedicated to picking a recipient. 2. The user selects a...

This will require a few things: * Import Signal protocol * Define models/queries for: * Identities * Conversations * Conversation messages * Write (or [import?](https://github.com/stfalcon-studio/ChatKit)) chat UI

Currently, we're using a variant of Bitcoin's proof-of-work to validate messages. This is extremely vulnerable to DoS attacks by ASIC-accelerated miners. Consider switching to something storage or memory intensive, like...

Currently, on Oreo and up users need to manually copy the MAC address from Android settings into Noise. Because peers will have the other's address once a connection is established,...

We need a network simulation to test message delivery rates at load. This will help tune bloom filter parameters, proof-of-work values, and the sync sort (#2).

There should be a user-settable maximum database size. Once this is hit, we should delete the least important/oldest messages based on the sync sort (#2).

We're currently stuck on 22 because newer versions require: * A dialog asking for location permission before scanning for BLE beacons * A persistent notification if the app is running...

There should be a test that does the following on two independent instances: 1. Generate some messages 2. Create a socket between the instances and sync them 3. Verify that...

Waiting on a fix for https://github.com/robolectric/robolectric/issues/3839 / https://github.com/robolectric/robolectric/issues/3751