Briar is a messaging app designed for activists, journalists, and anyone else who needs a safe, easy and robust way to communicate. Unlike traditional messaging tools such as email, Twitter or Telegram, Briar doesn't rely on a central server - messages are synchronized directly between the users' devices. If the Internet's down, Briar can sync via Bluetooth or Wi-Fi, keeping the information flowing in a crisis. If the Internet's up, Briar can sync via the Tor network, protecting users and their relationships from surveillance.
"git@code.briarproject.org:goapunk/briar.git" did not exist on "e466ed580c279bc4f8f678aed50aecd0a46fee42"
Forked from
briar / briar
4934 commits behind the upstream repository.
akwizgran
authored
When a message is shared, share its transitive dependencies Like other recursive operations on the dependency graph, this is not done in a single transaction to prevent an attacker from creating arbitrary large transactions. So at startup, the `ValidationManager` finds and resumes any unfinished operations, by looking for unshared messages with shared dependents. Closes #589 See merge request !325