]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/commands/SendCommand.java
Make send behavior more deterministic if there are unregistered recipients
[signal-cli] / src / main / java / org / asamk / signal / commands / SendCommand.java
2021-11-14 AsamKMake send behavior more deterministic if there are...
2021-11-13 AsamKImplement sending mentions
2021-10-27 AsamKUse record classes
2021-10-27 AsamKUse Java 17
2021-09-30 AsamKRemove workaround for getBoolean from JsonRpcLocalCommand
2021-09-28 AsamKRefactor dbus client mode to improve maintainability
2021-09-08 AsamKPrint stack trace of exception causes in verbose mode
2021-08-29 AsamKUpdate libsignal-service-java
2021-08-26 AsamKPrevent non-admins from sending to announcement groups
2021-08-25 AsamKAdd RecipientIdentifier as external Manager interface
2021-08-20 AsamKRefactor command creation
2021-08-10 AsamKImplement jsonRpc command
2021-08-10 AsamKReplace --group parameter with --group-id
2021-08-09 AsamKRename --endsession parameter to --end-session
2021-08-08 AsamKRefactor output writers
2021-05-20 AsamKImprove command line help
2021-05-13 AsamKUpdate argparse4j
2021-05-12 Florian7843Fixed typo, where "note" was written as "not" (#619)
2021-05-01 AsamKRemove error handling for oracle unlimited crypto issue
2021-04-02 Adaptive Garagedbus implementation of sendReaction command (#581)
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 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 AsamKRemove unnecessary isRegistered checks
2020-12-29 AsamKMove group classes to separate package
2020-12-24 AsamKRefactor to use GroupId class to wrap the byte array
2020-12-08 AsamKReformat project
2020-05-15 AsamKSeparate DbusSignal implementation from Manager
2020-05-15 AsamKMove Exception classes to corresponding package
2020-04-03 AsamKReturn message timestamp after sucessfully sending...
2020-03-23 AsamKUse SignalServiceAddress in more places
2020-03-21 AsamKFix some inspection issues
2019-10-16 AsamKReformat imports
2018-12-14 HerohtarDon't abort on empty recipient unless there was also...
2018-11-20 AsamKSplit commands into separate classes