]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/App.java
Extend updateContact command with nick given/family name and note
[signal-cli] / src / main / java / org / asamk / signal / App.java
2025-01-18 AsamKAdd general description for global/subcommand arguments
2024-11-23 AsamKReformat files
2024-02-09 AsamKAdd --bus-name option to use different D-Bus bus name
2023-11-10 AsamKMove all dbus interaction to dbus package
2023-11-10 AsamKReorder static final modifier
2023-10-17 AsamKFix inspections
2023-06-11 AsamKAdd missing return to app command handling
2023-06-02 AsamKRefactor App init method
2023-06-02 AsamKExtract dbus client command handling
2023-05-23 AsamKLog signal-cli version on startup
2023-05-23 AsamKRefactor manager lib package structure
2022-10-30 AsamKAdd option to disable adding message to send log
2022-09-04 AsamKAdd --scrub-log flag to remove possibly sensitive infor...
2022-08-28 AsamKChange meaning of -v flag from --version to --verbose
2022-06-12 AsamKAllow registering new accounts on both live and staging...
2022-05-26 AsamKUse console charset for reading/writing to stdin/out
2022-05-26 AsamKUpdate dbus-java
2022-02-11 AsamKStore account list in accounts.json file
2022-02-11 AsamKAdd SignalAccountFiles as a central entry point
2022-02-06 AsamKCleanup manager package
2022-01-29 AsamKAdd --log-file parameter to write logs to separate...
2022-01-05 AsamKRename sandbox to staging environment
2022-01-02 AsamKImplement multi account commands for dbus client
2021-12-30 AsamKAdd additional log verbosity levels
2021-12-30 AsamKAdd additional logging
2021-12-26 AsamKAlign dbus handling of no account parameter with normal...
2021-12-05 AsamKAdapt error message for multi-account only commands
2021-12-05 technillogueAdd -c for --config (#816)
2021-11-18 AsamKUpdate libsignal-service-java
2021-11-14 AsamKClean up base package
2021-11-11 AsamKAdd MultiAccountManager
2021-11-10 AsamKRename --username to --account
2021-11-10 AsamKImplement socket/tcp for daemon command
2021-11-09 AsamKClose Manager if checkAccountState fails
2021-11-08 AsamKMove Writer creation out of WriterImpls
2021-11-06 AsamKImplement close for DbusManagerImpl
2021-11-06 AsamKRefactor ReceiveCommand in dbus mode and remove Extende...
2021-11-06 AsamKRemove libsignal-service from manager lib API
2021-10-02 AsamKRefactor dbus linked devices 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-23 AsamKAdd new --trust-new-identities global parameter
2021-08-20 AsamKLet commands specify their own default output if none...
2021-08-20 AsamKRefactor command creation
2021-08-09 AsamKAdd PlainTextWriter interface
2021-08-08 AsamKAdd dbus SignalControl interface to register/verify...
2021-08-08 AsamKRefactor output writers
2021-08-08 AsamKRemove fallbacks to deprecated data paths
2021-05-20 AsamKImprove command line help
2021-05-13 AsamKUpdate argparse4j
2021-05-12 AsamKAdd --service-environment to allow testing against...
2021-05-12 AsamKPrevent NPE during migration, when profile key is null
2021-05-11 AsamKWarn when using a legacy data path
2021-03-08 AsamKIgnore broken user data again for multi account commands
2021-03-08 AsamKAllow MultiLocalCommands to be called when no local...
2021-02-27 AsamKPrint exception name when failing to load state fiel
2021-02-23 AsamKAdd CommandException to abstract cli return codes for...
2021-02-21 AsamKUse var instead of explicit types
2021-02-14 AsamKAdd more information for libsignal-client native dependency
2021-01-23 AsamKRefactor ServiceConfig and add sandbox config
2021-01-16 AsamKRename Cli class to App