]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/commands/ReceiveCommand.java
Use Java 17
[signal-cli] / src / main / java / org / asamk / signal / commands / ReceiveCommand.java
2021-10-27 AsamKUse Java 17
2021-10-24 AsamKAdapt behavior of receive command as dbus client to...
2021-10-21 AsamKSplit receiveMessages method
2021-10-21 AsamKAdd setIgnoreAttachments method
2021-09-30 AsamKRemove workaround for getBoolean from JsonRpcLocalCommand
2021-09-08 AsamKPrint stack trace of exception causes in verbose mode
2021-08-23 AsamKHandle queued actions also when thread is interrupted
2021-08-20 AsamKRefactor command creation
2021-08-10 AsamKImplement jsonRpc command
2021-08-09 AsamKAdd PlainTextWriter interface
2021-08-08 AsamKRefactor output writers
2021-08-08 AsamKRemove deprecated --json parameter
2021-05-31 AsamKAdd dbus signal handler on specific object
2021-05-20 AsamKImprove command line help
2021-05-13 AsamKUpdate argparse4j
2021-05-09 AsamKAllow relinking an account if it's no longer authorized
2021-05-08 AsamKReduce default receive timeout to 1 second
2021-05-01 AsamKRemove error handling for oracle unlimited crypto issue
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-01-16 AsamKCheck if output type is supported by command
2021-01-16 AsamKExtract JsonWriter for json output
2021-01-16 AsamKAdd an enum for output types
2021-01-16 AsamKAllow calling signal-cli without -u flag
2021-01-15 AsamKReplace Base64 class from libsignal with java.util...
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
2020-12-08 AsamKReformat project
2020-05-06 AsamKSwitch to hypfvieh dbus-java
2020-04-03 AsamKOutput json when receiving messages from dbus and ...
2020-04-03 narodnikAdd a new sync dbus message which shows messages you...
2020-03-23 AsamKReformat project
2020-03-21 AsamKFix some inspection issues
2019-12-30 signal-stickersUpdate to libsignal 2.15.3 (#255)
2019-10-16 AsamKReformat imports
2018-11-20 AsamKSplit commands into separate classes