AsamK
b2efef4d8c
Reformat imports
2019-10-16 19:27:42 +02:00
AsamK
958d10fcd1
Merge profile commands to a single UpdateProfileCommand
2019-10-16 19:27:42 +02:00
Jérémy Bobbio
abb6ebc910
Add commands to update profile name and avatar
...
Two new commands are added `setProfileName` and `setProfileAvatar` which
allow to update the name and avatar visible by other users for the
current profiles.
Closes #227
2019-10-16 19:27:36 +02:00
AsamK
c53bb132eb
Include profile key in outgoing messages
2019-10-16 19:15:50 +02:00
Gabriel Fernández Valdés
62696fbc67
Added JsonSyncDataMessage class with destination field.
2019-09-29 16:58:57 +02:00
Gabriel Fernández Valdés
7e267f1ebb
Added ReceiptMessage to JSON output
2019-09-29 12:47:51 +02:00
AsamK
e490604d43
Output attachment id as json string to prevent rounding due to conversion to double
...
Fixes #226
2019-09-29 11:21:15 +02:00
AsamK
129f48e109
Fix sending sync messages for group messages
...
Fixes #210
2019-09-05 19:43:24 +02:00
AsamK
bd69660ac6
Send expirationTime with all group updates
...
Fixes #140
2019-09-05 13:49:19 +02:00
AsamK
e36a54e7cc
Synchronize fileChannel access
...
Potention fix for #89
2019-09-05 13:49:19 +02:00
Juergen Kurzmann
8c295a3f90
Update SignalAccount storage on unregister
...
- save registered false state in the SignalAccount storage on unregister action
2019-09-05 12:29:23 +02:00
Juergen Kurzmann
78474453d7
Throw error on failed authorization
...
- to exit signal-cli in case the number was registered elsewhere
2019-08-03 12:10:29 +02:00
AsamK
93ae4641fa
Update libsignal-service-java
2019-07-13 14:22:20 +02:00
AsamK
35181251bf
Update libsignal-service-java dependency
2019-06-19 21:47:18 +02:00
AsamK
24714454dd
Send self messages only as sync messages
...
To align with the way Note to Self messages are implemented on Android
2019-03-23 22:08:25 +01:00
AsamK
6f7350d031
Update dependencies
2019-03-23 22:05:59 +01:00
AsamK
6d5cfa32e2
Fix NPE when receiving contacts sync message
...
Fixes #191
2019-02-13 21:19:31 +01:00
AsamK
c90d5db608
Update libsignal-service-java
2019-02-13 21:05:27 +01:00
Parker Higgins
58895aaf03
Expose filename of attachments to json message handler ( #185 )
2019-01-09 20:17:45 +01:00
AsamK
f3878c54a6
Update signal-service-java
2018-12-16 21:14:00 +01:00
Herohtar
51c130b406
Don't abort on empty recipient unless there was also no group specified. ( #176 )
...
* Don't abort on empty recipient unless there was also no group specified.
* Fixed potential error if user tries to send `endsession` to a group
* Display error if trying to send `endsession` to a group
* No need for this check since we're handling that condition above
2018-12-14 18:15:12 +01:00
Tai Groot
5d843d82ef
Minor spelling/grammar fix
2018-12-14 08:46:40 +01:00
AsamK
fd550d6088
Update libsignal-service-java
2018-12-12 22:21:49 +01:00
AsamK
337f84ed21
Change default data path to $XDG_DATA_HOME/signal-cli
...
Closes #152 and #125
2018-12-08 18:26:54 +01:00
AsamK
e809792467
Save account after creating profile key
2018-11-25 22:07:48 +01:00
AsamK
5f2190713a
Use custom SecureRandom instance
...
- Use NativePRNG algorithm instead of using SHA1PRNG if available
- Register a custom security provider to use the same SecureRandom everywhere
2018-11-25 22:07:34 +01:00
Vincent Olivier
cf972e5b6c
Manager : removeLinkedDevices updates isMultiDevice and saves the account
...
Manager : addDevice, getLinkedDevices save the account
SignalAccount : save/load isMultiDevice
SignalAccount : save profileKey
SignalAccount : registrationLockPin doesn't automagically becomes the "null" string, and stays null if null
2018-11-21 11:04:10 +01:00
AsamK
7e897fa6d0
Fix inspections
2018-11-20 23:27:36 +01:00
AsamK
f60a10eb6e
Split commands into separate classes
2018-11-20 23:19:39 +01:00
AsamK
2ab70edc68
Fix minor inspection issues
2018-11-19 23:00:32 +01:00
AsamK
860ec6f5dc
Extract static methods from Main
2018-11-19 23:00:13 +01:00
AsamK
184354ffb7
Extract utils methods
2018-11-18 19:53:53 +01:00
AsamK
35c72f692f
Extract SignalAccount from Manager
2018-11-18 17:12:39 +01:00
AsamK
701328b8c2
Move Manager to sub package
2018-11-18 11:08:24 +01:00
AsamK
7443225d96
Extract util methods to separate classes
2018-11-18 10:45:26 +01:00
AsamK
4ab904b88e
Update signal-service-java dependency
2018-11-18 00:34:26 +01:00
AsamK
35c00f1b2a
Update libsignal-service-java to 2.9.0
2018-10-19 23:39:25 +02:00
AsamK
bb342babba
Update signal-service-java to 2.8.0
2018-08-12 21:35:17 +02:00
AsamK
cafba8579f
Reduce duplicate code
2018-08-12 21:35:17 +02:00
AsamK
12c296f9ec
Add missing null check
...
Fixes #142
2018-08-12 21:35:17 +02:00
Benedikt Constantin Radtke
bebe7bc513
Send correct expiry value in group and contact syncs
2018-05-19 14:43:49 +02:00
Riamse
fbbd194e40
Duct tape solution to make daemon actually output JSON
2018-05-17 18:07:31 +02:00
Riamse
a44034a79e
Add command line argument for JSON output in daemon
2018-05-17 18:07:31 +02:00
nico
bdffcffd7a
Add getGroupIds() to DBUS
...
getGroupIds() returns a list of group ids (byte arrays)
2018-05-04 22:33:29 +02:00
AsamK
9b9ba0683b
Print quotes from messages
2018-05-03 21:59:14 +02:00
AsamK
e057743232
Support registration lock PIN
2018-03-31 23:41:58 +02:00
AsamK
139fc358a2
Add output for new message fields
2018-01-21 23:16:57 +01:00
AsamK
d5fb37a416
Update argparse4j
2017-12-29 15:01:21 +01:00
AsamK
e63e6e1fa2
Update libsignal-service-java
2017-12-29 14:56:03 +01:00
AsamK
e36a2f862c
Update libsignal-service-java
2017-09-07 22:18:08 +02:00