- Sep 06, 2016
-
-
Torsten Grote authored
-
- Sep 05, 2016
-
-
akwizgran authored
-
- Sep 02, 2016
-
-
Torsten Grote authored
-
- Sep 01, 2016
-
-
Torsten Grote authored
and use it for retreiving the status of an author faster. Also add tests for both.
-
Torsten Grote authored
-
- Aug 30, 2016
-
-
Torsten Grote authored
Before the introducee sends her ACK, she derives a master key from the ephemeral shared secret as before. Two nonces and a MAC key are then derived from the master key. The local introducee signs one of the nonces and calculates a MAC over her own identity public key, ephemeral public key, transport properties and timestamp. The local introducee includes the signature and MAC in her ACK. On receiving the remote introducee's ACK, the local introducee verifies the signature and MAC. Should the verification fail, an ABORT is sent to the introducer and the remote introducee that was added as inactive is deleted again.
-
Torsten Grote authored
The MAC and signature are not yet generated and verified. This will happen in a later commit.
-
Torsten Grote authored
-
- Aug 29, 2016
-
-
Torsten Grote authored
Comments and reblogs need to depend on the post they refer to. Since message dependencies are limited to one group, the post and also the comments need to be wrapped when commented on or reblogged to another blog. For this reason, in addition to comments, two new wrapping message types are introduced. They retain all data of the original messages and allow for reconstruction and signature verification. This commit breaks backwards compatibility with old blog posts. It removes the content type, title and parent ID from the post message structure.
-
Torsten Grote authored
-
- Aug 26, 2016
-
-
akwizgran authored
-
- Aug 25, 2016
-
-
akwizgran authored
-
- Aug 24, 2016
-
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
This also fixes a bug where new feeds was not added properly.
-
Torsten Grote authored
Also fixes one bug where a new feed was not saved and improved HTML stripping a bit.
-
- Aug 22, 2016
- Aug 20, 2016
-
-
akwizgran authored
-
- Aug 19, 2016
-
-
Torsten Grote authored
Also, don't support unverifying contacts.
-
Torsten Grote authored
Closes #580
-
- Aug 15, 2016
-
-
Torsten Grote authored
Also includes unit tests for the new message types. Closes #591
-
- Aug 11, 2016
-
-
Torsten Grote authored
-
- Aug 10, 2016
-
-
akwizgran authored
-
- Aug 05, 2016
-
-
Torsten Grote authored
Only personal blogs from non-contacts can be removed. This also adds integration tests that check if blogs can actually be removed. Closes #579
-
Torsten Grote authored
Fixes #470
-
Torsten Grote authored
Briar crashed when run in a device without bluetooth or without camera such as an emulator. Closes #514
-
- Aug 03, 2016
-
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
This commit refactors the code for sharing forums, so it can be used for sharing blogs as well. It does not yet include code for responding to blog invitations.
-
- Aug 02, 2016
-
-
Torsten Grote authored
Closes #486
-
Torsten Grote authored
This is done by remembering the time of the latest entry. All entries newer than that are considered new and will be posted. Closes #485
-
Torsten Grote authored
* Implemented in briar-core as a `ScheduledExecutorService` that gets started when the app starts * The briar-api has a `FeedManager` interface that the UI can use to register and unregister feeds * In this first iteration, feeds are fetched via HTTP(S), not Tor Closes #484
-
- Aug 01, 2016
-
-
akwizgran authored
The old behaviour was a leftover from the days of limited retention periods. The new behaviour will interact better with dependencies and message queues.
-
Torsten Grote authored
Closes #472
-
akwizgran authored
-
- Jul 29, 2016
-
-
Torsten Grote authored
Database queries for metadata only returned it for messages that were delivered already. However, there are cases (e.g. a pending message needs to be delivered) where the validator needs to retrieve the metadata from the database. For these cases, a special database query has been introduced.
-