sachaaaaa
|
4309a10ebc
|
Merge pull request #60 from BeaudanBrown/develop-mode-settings
Removed some repetetive logs, developer mode settings
|
6 years ago |
sachaaaaa
|
454e073d9b
|
Merge pull request #59 from sachaaaaa/fix_getKeysForNumber
Fix getKeysForNumber when staleDevices is not empty
|
6 years ago |
sachaaaaa
|
b03548637c
|
Fix getKeysForNumber when staleDevices is not empty
|
6 years ago |
sachaaaaa
|
f213f7b35b
|
Merge pull request #58 from sachaaaaa/cleanup_unused_var
remove `isFriend` from conversation default
|
6 years ago |
Beaudan
|
b515fc41e7
|
Removed some repetetive logs, made the polling time a variable and lower the polling time and PoW difficulty if we are in debug mode
|
6 years ago |
sachaaaaa
|
5c128e9d91
|
remove `isFriend` from conversation default
|
6 years ago |
Beaudan
|
f67c71bda1
|
Fixed comment typo
|
6 years ago |
BeaudanBrown
|
f51dc811d4
|
Merge pull request #57 from BeaudanBrown/friend-state
Refactor friend request status to use a state enum variable
|
6 years ago |
Beaudan
|
b65d6a6d2c
|
Refactor friend request status to use a state enum variable
|
6 years ago |
sachaaaaa
|
052a434325
|
Merge pull request #56 from sachaaaaa/fix_messageField
Fix accessing $messageField before assignment
|
6 years ago |
sachaaaaa
|
ae7c9e063b
|
Merge pull request #55 from sachaaaaa/fix_prekey_type_unknown
Fix inexistent enum value for Prekey Type
|
6 years ago |
sachaaaaa
|
05602b3281
|
Fix accessing $messageField before assignment
|
6 years ago |
sachaaaaa
|
7e783639fd
|
Fix inexistent enum value for Prekey Type
|
6 years ago |
sachaaaaa
|
7aa80b6ca6
|
Merge pull request #54 from Mikunj/fix/prekey-saving
Updated pre key saving logic.
|
6 years ago |
Mikunj
|
d37b02421c
|
Merge commit '96595a46d81b2d7361dfde213392e203b18ee279' into fix/prekey-saving
|
6 years ago |
sachaaaaa
|
96595a46d8
|
Merge pull request #52 from Mikunj/fix/pkb-type
Implemented new PKB type logic.
|
6 years ago |
Mikunj
|
9fd822a7e3
|
Remove preKeys on friend request decline.
|
6 years ago |
Mikunj
|
0dabce9e28
|
Remove preKeyBundle from message.
Always save preKeyBundles if we receive them.
Always override preKeys when saving.
|
6 years ago |
Mikunj
|
149da3374a
|
Fix pkb not being saved on the first cipher message.
|
6 years ago |
sachaaaaa
|
19b6698a24
|
Merge pull request #53 from BeaudanBrown/read-receipts
Read receipts setting
|
6 years ago |
Beaudan
|
bed9ce5be2
|
Added read receipt checkbox to the settings window which enables or disables the sending and receiving of read receipts
|
6 years ago |
Mikunj
|
0404f42738
|
Merge commit 'dbdd52b4eb11ca71adcae547c931b5cfda1ada11' into fix/pkb-type
|
6 years ago |
sachaaaaa
|
dbdd52b4eb
|
Merge pull request #50 from Mikunj/fix/friend-request
Friend request fixes
|
6 years ago |
Mikunj
|
05f8a1c43a
|
Handle pkb friend request accept.
|
6 years ago |
Mikunj
|
4bb93e6e3c
|
rename sendEmptyMessageWithPreKeys to sendFriendRequestAccepted.
|
6 years ago |
sachaaaaa
|
6427ba901f
|
Merge pull request #51 from sachaaaaa/prekeybundle_type
add PrekeyBundle Type field in SignalService.proto
|
6 years ago |
Mikunj
|
bd15f426f9
|
Attack a type to preKeyBundleMessage.
|
6 years ago |
sachaaaaa
|
b5861a3f5c
|
add PrekeyBundle Type field in SignalService.proto
|
6 years ago |
Mikunj
|
f29a515fdf
|
Fix up typos.
|
6 years ago |
Mikunj
|
4fd709be35
|
Removed unused state.
|
6 years ago |
Mikunj
|
50e8f65a7e
|
updated doc.
|
6 years ago |
Mikunj
|
fb8b0e1d40
|
Auto accept friend request if we have both incoming and outgoing friend requests.
|
6 years ago |
Mikunj
|
8a0b8e1f00
|
Store the state of the friend request inside the conversation.
|
6 years ago |
Mikunj
|
484efd34a3
|
Added friend request message expiration.
|
6 years ago |
Mikunj
|
bd103e2ad2
|
Minor fixes.
|
6 years ago |
sachaaaaa
|
c9d6a11b1a
|
Merge pull request #49 from sachaaaaa/log_level
Use correct log level in development mode
|
6 years ago |
sachaaaaa
|
7dcef4ee73
|
Merge pull request #47 from Mikunj/feature/blocking
Added blocking and unblocking
|
6 years ago |
Mikunj
|
628ec5fc76
|
Updated truncate length to 25.
|
6 years ago |
Mikunj
|
db1145c0ce
|
Fix handling empty content.
|
6 years ago |
sachaaaaa
|
ccb5ff79d4
|
Use correct log level in development mode and use log.debug() for some of the reoccurring logs
|
6 years ago |
Mikunj
|
7d8719f250
|
Fix incoming friend request messages being deleted.
Set pending outgoing friend requests to declined if we receive an incoming friend request.
Fix text input not blocking.
|
6 years ago |
Mikunj
|
dba6a36e83
|
removed old unused code.
|
6 years ago |
Mikunj
|
75219966a7
|
Fixed preKeyBundle decryption.
|
6 years ago |
Mikunj
|
b21a7197f7
|
Fix preKeyBundle not sending.
|
6 years ago |
Mikunj
|
110387508f
|
UI fixes.
|
6 years ago |
Mikunj
|
4ebdfab633
|
Update handling of new message logic.
|
6 years ago |
Mikunj
|
6c5c95d956
|
Added preKey decryption.
|
6 years ago |
Mikunj
|
1264630649
|
Attach preKeyBundle outside of the message content.
|
6 years ago |
Mikunj
|
cf3e9716ed
|
Update new conditions for friend accepted and key exchange complete in conversations model.
|
6 years ago |
Mikunj
|
6689802513
|
Truncate text to 15 characters.
|
6 years ago |