]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/commands/UpdateGroupCommand.java
Use Java 17
[signal-cli] / src / main / java / org / asamk / signal / commands / UpdateGroupCommand.java
2021-10-27 AsamKUse Java 17
2021-10-09 AsamKImplement new dbus group interface
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-22 AsamKImplement announcement groups
2021-08-20 AsamKRefactor command creation
2021-08-10 AsamKImplement JsonRpc command for updateGroup
2021-08-10 AsamKReplace --group parameter with --group-id
2021-08-09 AsamKAdd PlainTextWriter interface
2021-08-08 AsamKRefactor output writers
2021-05-20 AsamKImprove command line help
2021-05-15 AsamKUpdate group with remaining options, after creating it
2021-05-15 AsamKImplement setting group permissions
2021-05-15 AsamKImplement setting expiration timer for groups
2021-05-15 AsamKImplement configuring of group link
2021-05-15 AsamKImplement add/remove admin privileges
2021-05-15 AsamKImplement remove group members
2021-05-14 AsamKSplit createGroup out of updateGroup method
2021-05-13 AsamKAdd group descriptions
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 AsamKAllow calling signal-cli without -u flag
2021-01-15 AsamKReplace Base64 class from libsignal with java.util...
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-03-23 AsamKUse SignalServiceAddress in more places
2019-12-30 signal-stickersUpdate to libsignal 2.15.3 (#255)
2019-10-16 AsamKReformat imports
2018-11-20 AsamKSplit commands into separate classes