]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/commands
Refactor log config
[signal-cli] / src / main / java / org / asamk / signal / commands /
2021-11-14 AsamKMake send behavior more deterministic if there are...
2021-11-13 AsamKImplement sending mentions
2021-11-12 AsamKImplement unregister command for jsonrpc and dbus daemon
2021-11-11 AsamKImplement startLink and finishLink for jsonrpc daemon
2021-11-11 AsamKImplement register and verify commands for json rpc
2021-11-11 AsamKAdd MultiAccountManager
2021-11-10 AsamKAdd listAccounts command
2021-11-10 AsamKAdd JsonRpcMultiCommand
2021-11-10 AsamKRename JsonRpcCommand class
2021-11-10 AsamKImplement socket/tcp for daemon command
2021-11-08 AsamKFix missing bracket
2021-11-08 AsamKExtract JsonRpcNamespace
2021-11-08 AsamKMove Writer creation out of WriterImpls
2021-11-07 AsamKExtract SignalJsonRpcDispatcherHandler
2021-11-07 John FreedImplement configuration properties for dbus
2021-11-07 AsamKImplement getConfiguration method in Manager
2021-11-06 AsamKRefactor ReceiveCommand in dbus mode and remove Extende...
2021-11-06 AsamKRemove libsignal-service from manager lib API
2021-11-06 AsamKRefactor receive api
2021-10-31 AsamKHandle UnauthenticatedResponseException internally
2021-10-31 AsamKAdd InactiveGroupLinkException
2021-10-31 AsamKAdd InvalidDeviceLinkException exception
2021-10-31 AsamKAdd Pair record
2021-10-31 AsamKUse java.util.Optional in Manager interface
2021-10-31 AsamKAdd new dbus message received signals with extendable...
2021-10-30 AsamKRefactor dbus receive message handler
2021-10-27 AsamKUse record classes
2021-10-27 AsamKUse Java 17
2021-10-24 AsamKAdapt behavior of receive command as dbus client to...
2021-10-22 AsamKMove receive thread handling to manager
2021-10-21 AsamKSplit receiveMessages method
2021-10-21 AsamKFix comment
2021-10-21 AsamKAdd setIgnoreAttachments method
2021-10-12 AsamKRestrict blocking of group to master device
2021-10-09 AsamKImplement new dbus group interface
2021-10-02 AsamKRefactor dbus linked devices interface
2021-09-30 AsamKImplement configuration handling
2021-09-30 AsamKRemove workaround for getBoolean from JsonRpcLocalCommand
2021-09-28 AsamKRefactor dbus client mode to improve maintainability
2021-09-28 AsamKRefactor Manager interface
2021-09-10 AsamKFix plain text output for getUserStatus command
2021-09-09 AsamKAdd submitRateLimitChallenge command
2021-09-08 AsamKPrint stack trace of exception causes in verbose mode
2021-09-05 AsamKAdd possibility to update the device name
2021-09-04 AsamKOnly handle jsonRpc requests, after receive thread...
2021-08-29 AsamKUpdate libsignal-service-java
2021-08-26 AsamKExtract ContactHelper and IncomingMessageHandler
2021-08-26 AsamKRename internal quitGroup method
2021-08-26 AsamKPrevent non-admins from sending to announcement groups
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)
next