]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/commands/GetUserStatusCommand.java
Improve handling of CDSI resource exhaustion
[signal-cli] / src / main / java / org / asamk / signal / commands / GetUserStatusCommand.java
2023-10-15 AsamKImprove handling of CDSI resource exhaustion
2022-05-17 AsamKInclude unrestricted unidentified access state in getUs...
2022-01-23 AsamKImprove error handling of getUserStatus command for...
2021-12-11 AsamKReplace collect(Collectors.toList()) with toList()
2021-11-14 AsamKClean up base package
2021-10-31 AsamKAdd Pair record
2021-10-27 AsamKUse record classes
2021-10-27 AsamKUse Java 17
2021-09-10 AsamKFix plain text output for getUserStatus command
2021-09-08 AsamKPrint stack trace of exception causes in verbose mode
2021-08-25 AsamKAlign cli param names for recipient
2021-08-22 AsamKExtend json output with number and uuid fields
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-20 AsamKImprove command line help
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-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)