Commit graph

365 commits

Author SHA1 Message Date
Carl Bingel
4feff17553 changed send_message json parsing to match new schema 2020-02-18 22:19:41 +01:00
Carl Bingel
9dd31c91aa updated schema definition 2020-02-18 22:18:56 +01:00
Carl Bingel
1508ee9fd6 removed some old stuff and added getAttachmentsPath getter 2020-02-18 21:28:51 +01:00
Carl Bingel
c9d7470993 changed from string type status code to integer and errorMessage string 2020-02-18 21:27:49 +01:00
Carl Bingel
31da64c986 removed attachmentPath stff 2020-02-18 21:26:30 +01:00
Carl Bingel
28472cbd60 renamed jsonEvtLoop -> jsonEventLoop 2020-02-18 19:39:43 +01:00
Carl Bingel
8b36f35d23 Merge remote-tracking branch 'upstream/master' 2020-02-16 16:37:49 +01:00
Carl Bingel
a29e34f2c6 added generic data object 2020-02-16 16:36:26 +01:00
Carl Bingel
78b968f0d3 added list_contacts and list_groups commands 2020-02-16 16:35:47 +01:00
AsamK
37ed02f4ce Update to libsignal 2.15.3_unofficial_2 2020-02-12 20:36:23 +01:00
AsamK
2cd6b2b99b Show contact name for message Sender
Fixes #265
2020-02-12 20:23:32 +01:00
Carl Bingel
3e5dcc14b1 added some more text 2020-02-09 21:00:26 +01:00
Carl Bingel
d1a00d5101 added static member attachmentStoragePath
added static setter for attachmentStoragePath
added new member storagePath to enable output of full path to the stored attachment on disk
2020-02-09 20:45:34 +01:00
Carl Bingel
a0bb46b9e6 added a call upon creation to JsonAttachment to set attachmentStoragePath 2020-02-09 20:44:14 +01:00
Carl Bingel
8ccf5d0bc6 continued implementing 2020-02-09 18:30:24 +01:00
Carl Bingel
15e0929875 made the class public 2020-02-09 18:28:43 +01:00
Carl Bingel
bd5b4b6bc1 added file 2020-02-09 18:27:59 +01:00
Carl Bingel
b94e837a95 added file 2020-02-09 18:27:44 +01:00
Carl Bingel
a3365651d1 added file 2020-02-09 18:27:28 +01:00
Carl Bingel
89fd759c81 added jsonevtloop command 2020-02-08 23:03:22 +01:00
Carl Bingel
8e20799736 added 2020-02-08 23:03:09 +01:00
Lars K.W. Gohlke
f3ecddba6f refactor extracts method for security inits 2020-01-27 17:39:26 +01:00
AsamK
88a5614f2b Update gradle wrapper 2020-01-26 14:50:32 +01:00
Daniel Schäufele
8b9640ba14 Add support for blocking contacts and accounts (#260)
* Add blockContact and unblockContact subcommands

* Send blocked status in contacts sync

* Use only one method for blocking and unblocking

* Add blocking/unblocking for groups

* Prevent blocked messages from being printed

* Print blocked property in listContacts and listGroups commands

* Handle BlockedListMessages

* Store blocked state from incoming contact and group sync messages

* Minor changes and corrections

* Add block and unblock commands to man file (and also fix some headings of commands)
2020-01-22 08:39:28 +01:00
AsamK
7f9379f78b Canonicalize number when listing identities 2020-01-21 22:09:21 +01:00
AsamK
cfd1e5544d Canonicalize number before getting/setting contact info 2020-01-21 22:08:16 +01:00
AsamK
eca1737d28 Upload attachment before sending to fix sending attachments to multiple recipients
Fixes #259
2020-01-21 20:32:52 +01:00
AsamK
4bafc7212a Update copyright notice 2020-01-21 20:32:19 +01:00
AsamK
60d530eae4 Add output for additional sync messages 2020-01-06 14:36:19 +01:00
AsamK
e03d04e14b Fix showing sender of synced messages 2020-01-06 14:35:54 +01:00
AsamK
3b2682a57a Display more information for received messages 2019-12-31 13:02:49 +01:00
AsamK
6cfddc0aff Improve SignalServiceAddress handling 2019-12-30 16:47:12 +01:00
AsamK
4ca3fe87f4 Update gradle wrapper 2019-12-30 16:25:28 +01:00
signal-stickers
85025d2e25 Update to libsignal 2.15.3 (#255) 2019-12-30 16:25:12 +01:00
AsamK
8115b16bfb Use guessContentTypeFromStream as fallback for probeContentType method
Fixes #233
Fixes #109
2019-12-07 15:47:57 +01:00
VisibleCode
e508fc50e9 Add listContacts subcommand (#248) 2019-12-03 21:57:27 +01:00
AsamK
b402b65066 Bump version 2019-11-11 21:29:36 +01:00
AsamK
89552f916b Support receiving unidentified messages for dbus 2019-11-11 21:29:12 +01:00
AsamK
df81911e44 Extract getMessageReceiver method 2019-11-11 21:24:04 +01:00
AsamK
8ad9c9b0ff Improve receiving unidentified messages 2019-11-11 21:22:12 +01:00
AsamK
90b752b912 Use correct sender device for receiving sealed messages 2019-11-11 19:34:31 +01:00
kpcyrd
50b6174dd6 Use https for checkLibVersions 2019-11-11 19:28:55 +01:00
kpcyrd
209c613e43 Add basic sealed sender support 2019-11-11 19:27:11 +01:00
AsamK
9d836414f0 Bump version 2019-11-02 13:40:58 +01:00
Gabriel Fernández Valdés
717120aed1 added sync type to sync messages json 2019-11-01 09:52:57 +01:00
AsamK
faae998a7e Refactor UpdateContactCommand 2019-10-16 19:27:51 +02:00
Jérémy Bobbio
53e7f83188 Add commands to update contact names on Signal servers
As Signal Desktop does not allow its users to update the contact names,
it would be nice to be able to update contact names from signal-cli when
the latter is the master device.

The command `setContactName` allow to set the name for the given contact
in the local store. `sendContacts` can then be used to push the updated
contact list on Signal servers.

Closes #228
2019-10-16 19:27:42 +02:00
AsamK
0722ec2361 Update dependencies 2019-10-16 19:27:42 +02:00
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