akwizgran
|
30bfa91fc4
|
Use new client helper methods for transport properties.
|
2018-04-29 17:27:46 +01:00 |
|
akwizgran
|
c3e4742bfe
|
Use buffers for record headers. No need to buffer payloads.
|
2018-04-29 17:27:45 +01:00 |
|
akwizgran
|
d4b87983e8
|
Avoid an unnecessary copy when parsing messages.
|
2018-04-29 17:27:42 +01:00 |
|
akwizgran
|
eed1439745
|
Use generic record reader/writer for contact exchange.
|
2018-04-29 17:26:45 +01:00 |
|
akwizgran
|
215c62ed23
|
Use generic record reader/writer for sync.
|
2018-04-29 17:26:42 +01:00 |
|
akwizgran
|
4100daaa47
|
Rename sync record reader/writer.
|
2018-04-29 17:25:35 +01:00 |
|
akwizgran
|
6fa6ceb5ee
|
Use generic record reader/writer for key agreement.
|
2018-04-29 17:25:34 +01:00 |
|
akwizgran
|
cc2791c37f
|
Unit tests for generic record reader/writer.
|
2018-04-29 17:25:34 +01:00 |
|
akwizgran
|
20a131bec5
|
Add generic record reader and writer.
|
2018-04-29 17:25:34 +01:00 |
|
akwizgran
|
fd78139a5a
|
Remove stale comments.
|
2018-04-29 16:40:29 +01:00 |
|
akwizgran
|
41242ef369
|
Check that there's only one local client versions message.
|
2018-04-29 16:40:29 +01:00 |
|
akwizgran
|
c55bef95ce
|
Fix rebasing mistakes.
|
2018-04-29 16:40:29 +01:00 |
|
akwizgran
|
fb6b487212
|
Unit tests for client versioning manager.
|
2018-04-29 16:40:28 +01:00 |
|
akwizgran
|
97f40bd20b
|
Check whether hooks need to be called before loading contact.
|
2018-04-29 16:40:28 +01:00 |
|
akwizgran
|
36b191e9d4
|
Use remote states to update local states at startup.
|
2018-04-29 16:40:28 +01:00 |
|
akwizgran
|
ebaa50b101
|
Don't send redundant updates to new contacts.
|
2018-04-29 16:40:28 +01:00 |
|
akwizgran
|
4c5331888a
|
Unit tests for client versioning validator.
|
2018-04-29 16:40:27 +01:00 |
|
akwizgran
|
c5efb6e16d
|
Move versioning client to its own package.
|
2018-04-29 16:40:27 +01:00 |
|
akwizgran
|
522cba6ac3
|
Rename utility classes, add comment.
|
2018-04-29 16:40:27 +01:00 |
|
akwizgran
|
f25fbc5b94
|
Merge registration methods for clients and hooks.
|
2018-04-29 16:40:27 +01:00 |
|
akwizgran
|
57a6c8cb3a
|
Separate the crypto executor into its own module.
This allows it to be replaced for testing.
|
2018-04-29 16:40:26 +01:00 |
|
akwizgran
|
c4e9b6f2ab
|
Remove debug logging.
|
2018-04-29 16:40:26 +01:00 |
|
akwizgran
|
05deaf42e3
|
Store and exchange client minor versions.
These don't affect client visibility.
|
2018-04-29 16:40:26 +01:00 |
|
akwizgran
|
2e570ba50d
|
Rename client version to major version.
|
2018-04-29 16:40:23 +01:00 |
|
akwizgran
|
cb11b55a9a
|
Use client versioning for transport properties.
|
2018-04-29 16:39:54 +01:00 |
|
akwizgran
|
cf396c2ce2
|
Check whether contact group exists before using it.
|
2018-04-29 16:39:53 +01:00 |
|
akwizgran
|
a9f77f0f90
|
Add a method for getting a client's visibility.
|
2018-04-29 16:39:53 +01:00 |
|
akwizgran
|
114044ee5f
|
Use client version to register validators, delivery hooks.
|
2018-04-29 16:39:52 +01:00 |
|
akwizgran
|
1197d65d8d
|
Extract ClientVersion inner class.
|
2018-04-29 16:39:52 +01:00 |
|
akwizgran
|
85c11f8e1f
|
Remove redundant checks when adding contacts.
Hooks are now called exactly once per contact.
|
2018-04-29 16:39:52 +01:00 |
|
akwizgran
|
8c00f2417b
|
Add client version to groups table.
|
2018-04-29 16:39:51 +01:00 |
|
akwizgran
|
a38f39207f
|
Initial implementation of client versioning client.
|
2018-04-29 16:39:51 +01:00 |
|
akwizgran
|
b7874365a3
|
Expose getMessageIds() through DatabaseComponent interface.
|
2018-04-29 16:39:51 +01:00 |
|
akwizgran
|
c42852cde2
|
Merge branch '1213-update-transport-keys' into 'master'
Update transport keys in-place to retain key set IDs
Closes #1213
See merge request akwizgran/briar!779
|
2018-04-29 15:00:02 +00:00 |
|
Torsten Grote
|
a38b0a8527
|
Merge branch 'bluetooth-connection-limiter' into 'master'
Don't make or accept Bluetooth contact connections during key agreement
See merge request akwizgran/briar!770
|
2018-04-29 14:42:00 +00:00 |
|
akwizgran
|
6b011d2a7d
|
Update transport keys in-place to retain key set IDs.
|
2018-04-28 22:15:59 +01:00 |
|
akwizgran
|
d7492df81c
|
Skip UTestTest, which literally fails at random.
|
2018-04-28 14:52:56 +01:00 |
|
Torsten Grote
|
155c6a5613
|
Messages and Validator for new Introduction Client
|
2018-04-25 10:13:39 -03:00 |
|
Torsten Grote
|
218b2f7ff9
|
Fix activating transport keys in JdbcDatabase
|
2018-04-25 10:13:38 -03:00 |
|
akwizgran
|
0217c205a1
|
Add constant-time method for verifying MACs.
|
2018-04-25 12:23:46 +01:00 |
|
akwizgran
|
9efb6ab38f
|
Don't allow BT contact connections during key agreement.
|
2018-04-24 10:45:23 +01:00 |
|
Torsten Grote
|
05735e7a48
|
Add methods for dealing with TransportProperties to ClientHelper
|
2018-04-21 18:23:34 -03:00 |
|
akwizgran
|
89cc769dea
|
Don't accept empty keys/values in transport properties.
|
2018-04-19 16:48:59 +01:00 |
|
akwizgran
|
fcdc6ebafd
|
Helper methods for parsing transport properties.
|
2018-04-19 16:20:32 +01:00 |
|
akwizgran
|
9379990480
|
Use block label for root hash of single-block messages.
|
2018-04-19 13:13:31 +01:00 |
|
akwizgran
|
9196169561
|
Generate message and group IDs in a forward-compatible way.
|
2018-04-18 16:34:02 +01:00 |
|
akwizgran
|
d23fc2cbda
|
Use TestUtils to create groups.
|
2018-04-17 17:57:06 +01:00 |
|
akwizgran
|
58d1707467
|
Set max length for client IDs.
|
2018-04-17 17:57:00 +01:00 |
|
akwizgran
|
284e3a2e86
|
Merge add/remove contact hooks.
|
2018-04-17 16:20:16 +01:00 |
|
akwizgran
|
95b9b3a3c6
|
Merge branch 'multiple-transport-keys' into 'master'
Support multiple sets of transport keys per contact
See merge request akwizgran/briar!745
|
2018-04-17 14:02:45 +00:00 |
|