]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/commands/SendCommand.java
Update libsignal-service-java
[signal-cli] / src / main / java / org / asamk / signal / commands / SendCommand.java
2025-07-08 AsamKShow better error message when sending fails due to...
2025-02-27 AsamKCheck if required quote-author parameter is missing
2024-11-23 AsamKReformat files
2024-04-13 Stephen BrennanDocument the unit of "start" and "length" for mentions...
2024-01-12 AsamKAdd --notify-self parmeter
2023-11-21 AsamKAdd -u flag to send to username
2023-11-10 AsamKReorder static final modifier
2023-10-15 AsamKUpdate documentation
2023-10-10 AsamKAdd --quote-attachment paramter to send command
2023-05-23 AsamKRefactor manager lib package structure
2023-05-20 AsamKRefactor selfNumber in send command
2023-05-20 AsamKImplement textStyles for sending and receiving
2023-05-11 AsamKImplement editing of previous messages
2022-10-30 AsamKImplement replying to stories
2022-08-28 AsamKDisallow sending an empty message
2022-08-28 AsamKRemove fallback to reading stdin if no message body...
2022-06-06 AsamKReformat
2022-06-04 KevinAdded base64 encoded attachment support (#966)
2022-05-26 AsamKUse console charset for reading/writing to stdin/out
2022-05-26 AsamKFix inspection issues
2022-05-25 AsamKImplement sending link previews
2022-02-20 AsamKAdd --message-from-stdin flag for send command
2022-02-06 AsamKCleanup manager package
2022-01-03 AsamKAdd support for sending stickers
2021-12-30 AsamKAdd UnregisteredRecipientException
2021-12-11 AsamKHandle send failures as non fatal and return detailed...
2021-12-05 AsamKAdd debug log when reading message from stdin
2021-11-21 AsamKImplement sending message quotes
2021-11-14 AsamKClean up base package
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