Audric Ackermann
6dc3582a1d
move to new identity key mechanism
...
now we do as followed:
• Generate 16 bytes of random data
• Add 16 bytes of zeros
• Use the 16 bytes of random + 16 bytes of zeros to generate an ED25519 key pair
• Convert the ED25519 key pair to an X25519 key pair
All of this is happening with libsodiumm called over IPC
5 years ago
Audric Ackermann
1b6629d818
enable ssk for all ENV by default
5 years ago
Audric Ackermann
c052b1a2ec
update group size limit to 20 now that those are ssk groups
...
Also removed removed description while creating a medium group as it was
removed on mobile
5 years ago
Audric Ackermann
5961e141c1
enable senderkeys feature flags (and so medium groups)
5 years ago
Audric Ackermann
e678895d17
undo enable ssk groups
5 years ago
Audric Ackermann
3a876c7322
add notify to PN server on message sent
5 years ago
Audric Ackermann
dafe8a80ab
shortcut newReceiver when calling dataMessage exported functions
5 years ago
Audric Ackermann
fec3a0f643
remove install_view.js
5 years ago
Audric Ackermann
58dd064e93
Merge remote-tracking branch 'upstream/clearnet' into fix-integration-tests
5 years ago
Audric Ackermann
fc664a2580
show a toast on secondary device forced unlink
5 years ago
Mikunj
49b994367d
Remove multi device data.
...
Force wipe secondary devices.
5 years ago
Mikunj
c0fca99485
Disable multi device
5 years ago
Audric Ackermann
933eb73aa1
Merge remote-tracking branch 'upstream/clearnet' into fix-integration-tests
5 years ago
Audric Ackermann
c12c3b5f64
move stub of integration tests to typescript
5 years ago
Audric Ackermann
e806e912a3
move password_utils.js to typescript
5 years ago
Audric Ackermann
e2a42d1b61
add stubbing of messageQueue in window from ts tests
5 years ago
Audric Ackermann
ef0bbf897d
enable onion file server by default
5 years ago
Mikunj
9e14615cd2
Remove RSS Feeds
5 years ago
Maxim Shishmarev
237bd84b35
Fix medium group sending for single device users; protocol changes
5 years ago
Maxim Shishmarev
ae35626b35
Merge pull request #1221 from msgmaxim/ts-onion-requests
...
Move onion requests to typescript
5 years ago
Mikunj Varsani
f11e0f2cd0
Merge pull request #1222 from Mikunj/blocking
...
Fix up Blocking
5 years ago
Maxim Shishmarev
6919f53a45
Move constants to preload.js
5 years ago
Mikunj
aa75205bbd
Move BlockedNumberController to ts
5 years ago
Maxim Shishmarev
12f73e23f2
Move onion requests to typescript
5 years ago
Vincent
4c48c9f6d6
Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into closed-group-fixes
5 years ago
Maxim Shishmarev
d5a98b8b47
Remove swarm nodes from conversations
5 years ago
Vincent
6e1f3fdc75
linked-devices-limit
5 years ago
Maxim Shishmarev
9cdb7710ec
Stub out swarm polling
5 years ago
Maxim Shishmarev
0904e7a8ca
Refactor from message polling to content message handling
5 years ago
Mikunj
ae2b8334e0
Replace bytebuffer component
5 years ago
Maxim Shishmarev
8ca7b8cfb4
Message receiving refactor: handleDataMessage onwards
5 years ago
Audric Ackermann
d7e9d6cfb8
move SESSION_REQUEST processing to handleSessionRequestMessage()
5 years ago
Audric Ackermann
d1518f8233
add new handling of session request message
5 years ago
Mikunj
9b855a11e1
Added MessageSender tests
5 years ago
Mikunj
3ea0689d2f
Linting
5 years ago
Mikunj
e6139a5463
Merge branch 'clearnet' into message-sending-refactor
5 years ago
Audric Ackermann
1b39992e4a
enable senderKey during integration test
5 years ago
Audric Ackermann
73e15250d7
Merge remote-tracking branch 'upstream/clearnet' into integration-test-logs-rebased
5 years ago
Audric Ackermann
a656e3ba3f
add env variable to enable message_logs
5 years ago
Mikunj
4985fbae65
Increase onion request hops to 3
5 years ago
Maxim Shishmarev
ab2aa7669f
Add sender key feature flag
5 years ago
Maxim Shishmarev
fcadcd780e
More integration tests for medium groups
5 years ago
Vincent
07e7afeb31
Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into lns-map
5 years ago
Audric Ackermann
64fca28aa8
Merge remote-tracking branch 'upstream/clearnet' into integration-test-logs-rebased
5 years ago
Ryan Tharp
e69828d490
Merge pull request #1100 from neuroscr/fileonion
...
File server onion routing support
5 years ago
Ryan Tharp
78991416f1
put file server onion requests behind a feature flag
5 years ago
Audric Ackermann
e399b9b65b
lint
5 years ago
Audric Ackermann
a5ff0f0c08
test: no need to stub fileserver. start it locally
5 years ago
Audric Ackermann
5e8504dab5
test-integration make all calls stubbed by default
5 years ago
Audric Ackermann
1144609c2a
test-integration make all calls stubbed by default. fix a few bugs with stubbed server
5 years ago