]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/commands/SendReactionCommand.java
Add simplification for single recipient reactions
[signal-cli] / src / main / java / org / asamk / signal / commands / SendReactionCommand.java
2024-11-24 AsamKAdd simplification for single recipient reactions
2024-11-23 AsamKReformat files
2023-11-21 AsamKAdd -u flag to send to username
2023-05-23 AsamKRefactor manager lib package structure
2022-10-30 AsamKImplement reacting to stories
2021-12-30 AsamKAdd UnregisteredRecipientException
2021-12-11 AsamKHandle send failures as non fatal and return detailed...
2021-11-14 AsamKClean up base package
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-28 AsamKRefactor Manager interface
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 for remoteDelete and sendReaction
2021-08-10 AsamKReplace --group parameter with --group-id
2021-08-09 AsamKAdd PlainTextWriter interface
2021-08-08 AsamKRefactor output writers
2021-05-13 AsamKUpdate argparse4j
2021-05-01 AsamKRemove error handling for oracle unlimited crypto issue
2021-04-02 Adaptive Garagedbus implementation of sendReaction command (#581)
2021-03-24 Adaptive GarageFix sendReaction to group (#580)
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 AsamKMove recipients/group argument check to send commands
2021-01-10 AsamKRefactor register and verify
2020-12-29 AsamKMove group classes to separate package
2020-12-24 AsamKRefactor to use GroupId class to wrap the byte array
2020-12-21 AsamKImplement join group via invitation link
2020-12-08 AsamKReformat project
2020-11-22 AsamKRemove legacy EncapsulatedExceptions from manager
2020-05-15 AsamKMove Exception classes to corresponding package
2020-03-29 AsamKStore uuids in identity and session store
2020-03-23 AsamKUse SignalServiceAddress in more places
2020-03-21 AsamKFix some inspection issues
2020-02-22 AsamKAdd command sendReaction for emoji reactions