signal-cli/src/main/java/org/asamk/signal/commands
2021-08-24 12:37:50 +02:00
..
exceptions Add CommandException to abstract cli return codes for errors 2021-02-23 21:42:42 +01:00
AddDeviceCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
BlockCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
CliCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
Command.java Refactor command creation 2021-08-20 18:42:38 +02:00
Commands.java Implement sendReceipt command 2021-08-22 14:25:48 +02:00
DaemonCommand.java Handle queued actions also when thread is interrupted 2021-08-23 14:39:40 +02:00
DbusCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
ExtendedDbusCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
GetUserStatusCommand.java Extend json output with number and uuid fields 2021-08-22 12:36:25 +02:00
JoinGroupCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
JsonRpcCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
JsonRpcDispatcherCommand.java Handle queued actions also when thread is interrupted 2021-08-23 14:39:40 +02:00
JsonRpcLocalCommand.java Accept single values for jsonrpc requests where a list is expected 2021-08-24 12:37:50 +02:00
LinkCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
ListContactsCommand.java Add json output listContacts command 2021-08-21 19:03:51 +02:00
ListDevicesCommand.java Add json output listDevices and uploadStickerPack commands 2021-08-21 18:31:14 +02:00
ListGroupsCommand.java Print message expiration time in listGroups command 2021-08-22 16:53:01 +02:00
ListIdentitiesCommand.java Add json output listIdentities command 2021-08-21 18:54:55 +02:00
LocalCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
MultiLocalCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
ProvisioningCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
QuitGroupCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
ReceiveCommand.java Handle queued actions also when thread is interrupted 2021-08-23 14:39:40 +02:00
RegisterCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
RegistrationCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
RemoteDeleteCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
RemoveDeviceCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
RemovePinCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
SendCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
SendContactsCommand.java Refactor message sending 2021-08-21 15:51:54 +02:00
SendReactionCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
SendReceiptCommand.java Implement sendReceipt command 2021-08-22 14:25:48 +02:00
SendSyncRequestCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
SendTypingCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
SetPinCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
SignalCreator.java Add dbus SignalControl interface to register/verify/link accounts 2021-08-08 18:43:14 +02:00
SubparserAttacher.java Refactor output writers 2021-08-08 17:32:55 +02:00
TrustCommand.java Trust an identity with its scannable safety numbers from the other device 2021-08-22 19:23:49 +02:00
UnblockCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
UnregisterCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
UpdateAccountCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
UpdateContactCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
UpdateGroupCommand.java Implement announcement groups 2021-08-22 09:55:53 +02:00
UpdateProfileCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
UploadStickerPackCommand.java Add json output listDevices and uploadStickerPack commands 2021-08-21 18:31:14 +02:00
VerifyCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00
VersionCommand.java Refactor command creation 2021-08-20 18:42:38 +02:00