]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/commands/DaemonCommand.java
Fix null pointer regression
[signal-cli] / src / main / java / org / asamk / signal / commands / DaemonCommand.java
2025-06-29 AsamKExtend shutdown request with optional error
2024-11-23 AsamKReformat files
2024-09-08 AsamKImprove daemon deprecation message
2024-02-09 AsamKAdd --bus-name option to use different D-Bus bus name
2024-01-30 AsamKDeprecate daemon mode without explicit mode flag
2023-11-10 AsamKRefactor DaemonCommand
2023-11-10 AsamKReorder static final modifier
2023-11-09 AsamKUse improved shutdown for daemon command
2023-11-09 AsamKRename exportManager method
2023-11-07 AsamKRefactor DaemonCommand
2023-10-24 AsamKUse new threads API
2023-10-24 AsamKUse pattern matching switch cases
2022-11-03 AsamKAdd missing check to httpAddres
2022-11-02 AsamKUpdate man page
2022-11-02 ced-bExposing Signal CLI as HTTP Server (#1078)
2022-10-19 AsamKAdd --ignore-stories flag to prevent receiving story...
2022-05-26 AsamKAdd option to send read receipts for all received data...
2022-05-26 AsamKWrap ignoreAttachments option in a ReceiveConfig record
2022-05-26 AsamKUpdate dbus-java
2022-02-20 AsamKHandle UnsupportedOperationException in daemon command
2022-02-19 AsamKPrevent a stale jsonrpc connection from interfering...
2022-02-13 AsamKImprove error messages when daemon is already running
2022-02-11 AsamKReexport dbus objects when self number changes
2022-02-01 AsamKImprove JSON-RPC subscribeReceive method with subscript...
2022-01-29 AsamKAdd more informative thread names
2021-12-11 AsamKReplace collect(Collectors.toList()) with toList()
2021-11-14 AsamKClean up base package
2021-11-12 AsamKImplement unregister command for jsonrpc and dbus daemon
2021-11-11 AsamKAdd MultiAccountManager
2021-11-10 AsamKAdd JsonRpcMultiCommand
2021-11-10 AsamKImplement socket/tcp for daemon command
2021-11-07 John FreedImplement configuration properties for dbus
2021-10-30 AsamKRefactor dbus receive message handler
2021-10-22 AsamKMove receive thread handling to manager
2021-10-21 AsamKSplit receiveMessages method
2021-10-21 AsamKAdd setIgnoreAttachments method
2021-10-02 AsamKRefactor dbus linked devices interface
2021-09-30 AsamKRemove workaround for getBoolean from JsonRpcLocalCommand
2021-09-28 AsamKRefactor Manager interface
2021-09-08 AsamKPrint stack trace of exception causes in verbose mode
2021-08-23 AsamKHandle queued actions also when thread is interrupted
2021-08-20 AsamKRefactor command creation
2021-08-10 AsamKImplement jsonRpc command
2021-08-08 AsamKAdd dbus SignalControl interface to register/verify...
2021-08-08 AsamKRefactor output writers
2021-08-08 AsamKRemove deprecated --json parameter
2021-05-20 AsamKImprove command line help
2021-05-13 AsamKUpdate argparse4j
2021-02-23 AsamKAdd CommandException to abstract cli return codes for...
2021-02-21 AsamKUse var instead of explicit types
2021-01-16 AsamKCheck if output type is supported by command
2021-01-16 AsamKFix logger names
2021-01-16 AsamKAdd an enum for output types
2021-01-16 AsamKAllow calling signal-cli without -u flag
2021-01-15 AsamKUse global output flag for daemon command
2021-01-10 AsamKRefactor register and verify
2020-12-08 AsamKReformat project
2020-05-15 AsamKSeparate DbusSignal implementation from Manager
2020-05-06 AsamKSwitch to hypfvieh dbus-java
2019-10-16 AsamKReformat imports
2018-11-20 AsamKSplit commands into separate classes