]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/commands
Refactor group store
[signal-cli] / src / main / java / org / asamk / signal / commands /
2021-05-03 AsamKRefactor group store
2021-05-03 AsamKRefactor contact and profile store
2021-05-01 AsamKRefactor identity key store
2021-05-01 AsamKRemove error handling for oracle unlimited crypto issue
2021-04-05 Adaptive GarageSend remote delete (#593)
2021-04-02 Adaptive Garagedbus implementation of sendReaction command (#581)
2021-03-24 Adaptive GarageFix sendReaction to group (#580)
2021-03-08 AsamKReturn a Manager from ProvisioningManager and Registrat...
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-02-13 AsamKAdd more information for CaptchaRequiredException
2021-02-13 AsamKOnly attempt to delete profile avatar if it exists
2021-01-23 AsamKAdd support for about and aboutEmoji for profiles
2021-01-16 AsamKCheck if output type is supported by command
2021-01-16 AsamKFix logger names
2021-01-16 AsamKExtract JsonWriter for json output
2021-01-16 AsamKAdd an enum for output 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 AsamKReplace Base64 class from libsignal with java.util...
2021-01-15 AsamKRemove unnecessary isRegistered checks
2021-01-15 AsamKUse global output flag for daemon command
2021-01-15 AsamKAdd --verbose flag to show extended logging
2021-01-13 AsamKCreate an AvatarStore
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)
2020-12-31 AsamKImplement registration pin lock with KBS
2020-12-29 AsamKMove storage package to manager
2020-12-29 AsamKMove group classes to separate package
2020-12-26 AsamKUse File instead of String
2020-12-24 AsamKRefactor to use GroupId class to wrap the byte array
2020-12-21 AsamKImplement join group via invitation link
2020-12-21 AsamKShow group invite link in group list
2020-12-08 AsamKReformat project
2020-12-04 AsamKShow pending and requesting members of v2 groups
2020-11-23 AsamKImplement support for sending/receiving Group V2 messages
2020-11-22 AsamKAdd possibility to pass a captcha token to register...
2020-11-22 AsamKRemove legacy EncapsulatedExceptions from manager
2020-08-14 AsamKImprove stderr output
2020-08-09 AsamKUpdate dependencies
2020-05-16 Matúš KošútContact config - message expiration time (#308)
2020-05-15 AsamKSeparate DbusSignal implementation from Manager
2020-05-15 AsamKMove Exception classes to corresponding package
2020-05-11 AsamKRefactor Manager to always have a valid SignalAccount...
2020-05-06 AsamKSwitch to hypfvieh dbus-java
2020-04-03 AsamKOutput json when receiving messages from dbus and ...
2020-04-03 AsamKRename fingerprint to safety number
2020-04-03 AsamKReturn message timestamp after sucessfully sending...
2020-04-03 narodnikAdd a new sync dbus message which shows messages you...
2020-03-29 AsamKStore uuids in identity and session store
2020-03-24 AsamKPrint better error message for captcha required error
2020-03-23 AsamKStore group member uuids in group store
2020-03-23 AsamKUse SignalServiceAddress in more places
2020-03-23 AsamKReformat project
2020-03-23 AsamKRefactor sticker upload
2020-03-23 Signal StickersAdd support for uploading stickers.
2020-03-23 AsamKAdd toString method to Hex utils
2020-03-22 AsamKMark group as active when the user hasn't left it
2020-03-21 AsamKFix some inspection issues
2020-02-22 AsamKAdd command sendReaction for emoji reactions
2020-01-22 Daniel SchäufeleAdd support for blocking contacts and accounts (#260)
2020-01-21 AsamKCanonicalize number when listing identities
2020-01-21 AsamKCanonicalize number before getting/setting contact...
2019-12-30 signal-stickersUpdate to libsignal 2.15.3 (#255)
2019-12-03 VisibleCodeAdd listContacts subcommand (#248)
2019-10-16 AsamKRefactor UpdateContactCommand
2019-10-16 Jérémy BobbioAdd commands to update contact names on Signal servers
2019-10-16 AsamKReformat imports
2019-10-16 AsamKMerge profile commands to a single UpdateProfileCommand
2019-10-16 Jérémy BobbioAdd commands to update profile name and avatar
2018-12-14 HerohtarDon't abort on empty recipient unless there was also...
2018-11-20 AsamKSplit commands into separate classes