]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/commands
Reset cached storage manifest after provisioning/registering
[signal-cli] / src / main / java / org / asamk / signal / commands /
2021-08-25 AsamKAlign cli param names for recipient
2021-08-25 AsamKAdd RecipientIdentifier as external Manager interface
2021-08-24 AsamKAccept single values for jsonrpc requests where a list...
2021-08-23 AsamKHandle queued actions also when thread is interrupted
2021-08-22 AsamKTrust an identity with its scannable safety numbers...
2021-08-22 AsamKPrint message expiration time in listGroups command
2021-08-22 AsamKImplement sendReceipt command
2021-08-22 AsamKAdd member uuids to listGroup json output
2021-08-22 AsamKExtend json output with number and uuid fields
2021-08-22 AsamKImplement announcement groups
2021-08-21 AsamKAdd json output listContacts command
2021-08-21 AsamKAdd json output listIdentities command
2021-08-21 AsamKAdd json output listDevices and uploadStickerPack commands
2021-08-21 AsamKRefactor message sending
2021-08-20 AsamKRefactor command creation
2021-08-15 AsamKFix JsonRpcLocalCommand interface
2021-08-10 AsamKImplement JsonRpc command for remoteDelete and sendReaction
2021-08-10 AsamKImplement JsonRpc command for quitGroup
2021-08-10 AsamKImplement JsonRpc command for joinGroup
2021-08-10 AsamKImplement JsonRpc command for commands without output
2021-08-10 AsamKImplement JsonRpc command for updateGroup
2021-08-10 AsamKfix
2021-08-10 AsamKImplement jsonRpc command
2021-08-10 AsamKReplace --group parameter with --group-id
2021-08-09 AsamKAdd PlainTextWriter interface
2021-08-09 AsamKRename --endsession parameter to --end-session
2021-08-08 AsamKAdd dbus SignalControl interface to register/verify...
2021-08-08 AsamKRefactor output writers
2021-08-08 AsamKRemove deprecated --json parameter
2021-08-05 AsamKMake name optional for updateContact
2021-07-31 AsamKAdd hint to sticker upload error message
2021-06-15 AsamKHandle missing captcha parameter correctly
2021-06-12 AsamKAdd sendTyping command
2021-06-12 AsamKStrip url scheme from captcha string
2021-06-12 AsamKImplement --delete flag for quitGroup
2021-05-31 AsamKAdd dbus signal handler on specific object
2021-05-28 AsamKFix error message
2021-05-20 AsamKImprove command line help
2021-05-19 AsamKUpdate libsignal-service-java
2021-05-16 AsamKFix camel case device-id flag
2021-05-15 AsamKUpdate group with remaining options, after creating it
2021-05-15 AsamKPrevent last admin from leaving group
2021-05-15 AsamKImplement setting group permissions
2021-05-15 AsamKImplement setting expiration timer for groups
2021-05-15 AsamKImplement configuring of group link
2021-05-15 AsamKImplement add/remove admin privileges
2021-05-15 AsamKImplement remove group members
2021-05-14 AsamKSplit createGroup out of updateGroup method
2021-05-13 AsamKAdd group descriptions
2021-05-13 AsamKUpdate argparse4j
2021-05-12 Florian7843Fixed typo, where "note" was written as "not" (#619)
2021-05-09 AsamKAllow relinking an account if it's no longer authorized
2021-05-08 AsamKEncrypt/decrypt device names
2021-05-08 AsamKReduce default receive timeout to 1 second
2021-05-08 AsamKCheck if account file already exists before actually...
2021-05-05 AsamKExtend updateProfile command to set family name
2021-05-03 AsamKAdd sendSyncRequest command
2021-05-03 AsamKPrevent updateContact and block commands on linked...
2021-05-03 AsamKAdd --delete-account argument to completely delete...
2021-05-03 AsamKRefactor group store
2021-05-03 AsamKRefactor contact and profile store
2021-05-01 AsamKRefactor identity key store
2021-05-01 AsamKRemove error handling for oracle unlimited crypto issue
2021-04-05 Adaptive GarageSend remote delete (#593)
2021-04-02 Adaptive Garagedbus implementation of sendReaction command (#581)
2021-03-24 Adaptive GarageFix sendReaction to group (#580)
2021-03-08 AsamKReturn a Manager from ProvisioningManager and Registrat...
2021-02-23 AsamKAdd CommandException to abstract cli return codes for...
2021-02-22 AsamKUse PlainTextWriter for all cli stdout output
2021-02-21 AsamKUse var instead of explicit types
2021-02-13 AsamKAdd more information for CaptchaRequiredException
2021-02-13 AsamKOnly attempt to delete profile avatar if it exists
2021-01-23 AsamKAdd support for about and aboutEmoji for profiles
2021-01-16 AsamKCheck if output type is supported by command
2021-01-16 AsamKFix logger names
2021-01-16 AsamKExtract JsonWriter for json output
2021-01-16 AsamKAdd an enum for output types
2021-01-16 AsamKUse exit 4 when sending a single recipient message...
2021-01-16 AsamKSend self messages as normal messages, new flag --note...
2021-01-16 AsamKMove recipients/group argument check to send commands
2021-01-16 AsamKAllow calling signal-cli without -u flag
2021-01-15 AsamKReplace Base64 class from libsignal with java.util...
2021-01-15 AsamKRemove unnecessary isRegistered checks
2021-01-15 AsamKUse global output flag for daemon command
2021-01-15 AsamKAdd --verbose flag to show extended logging
2021-01-13 AsamKCreate an AvatarStore
2021-01-13 AsamKMake loggers private
2021-01-13 AsamKReformat man doc and clarify help text
2021-01-13 Atomic-BeanAdded JSON output to listGroups and allowed json to...
2021-01-10 AsamKRefactor register and verify
2021-01-03 AsamKImprove user status command
2021-01-03 Atomic-BeanCommand to check if number is registered (#391)
2020-12-31 AsamKImplement registration pin lock with KBS
2020-12-29 AsamKMove storage package to manager
2020-12-29 AsamKMove group classes to separate package
2020-12-26 AsamKUse File instead of String
2020-12-24 AsamKRefactor to use GroupId class to wrap the byte array
2020-12-21 AsamKImplement join group via invitation link
2020-12-21 AsamKShow group invite link in group list
2020-12-08 AsamKReformat project
next