]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/commands/TrustCommand.java
Handle rate limit exception correctly when querying usernames
[signal-cli] / src / main / java / org / asamk / signal / commands / TrustCommand.java
2024-11-23 AsamKReformat files
2024-02-19 Viktor SzépeFix typos (#1459)
2023-06-05 AsamKReformat code
2023-06-03 AsamKRefactor trust command implementation
2021-12-30 AsamKAdd UnregisteredRecipientException
2021-11-14 AsamKClean up base package
2021-09-30 AsamKRemove workaround for getBoolean from JsonRpcLocalCommand
2021-09-28 AsamKRefactor Manager interface
2021-08-25 AsamKAlign cli param names for recipient
2021-08-25 AsamKAdd RecipientIdentifier as external Manager interface
2021-08-22 AsamKTrust an identity with its scannable safety numbers...
2021-08-20 AsamKRefactor command creation
2021-08-10 AsamKImplement JsonRpc command for commands without output
2021-08-08 AsamKRefactor output writers
2021-05-20 AsamKImprove command line help
2021-05-13 AsamKUpdate argparse4j
2021-05-01 AsamKRefactor identity key store
2021-02-23 AsamKAdd CommandException to abstract cli return codes for...
2021-02-21 AsamKUse var instead of explicit types
2021-01-10 AsamKRefactor register and verify
2020-12-08 AsamKReformat project
2020-04-03 AsamKRename fingerprint to safety number
2020-03-29 AsamKStore uuids in identity and session store
2019-10-16 AsamKReformat imports
2018-11-20 AsamKSplit commands into separate classes