]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/commands/JsonRpcDispatcherCommand.java
Extract getReceiveConfig to utils
[signal-cli] / src / main / java / org / asamk / signal / commands / JsonRpcDispatcherCommand.java
2023-11-07 AsamKExtract getReceiveConfig to utils
2023-09-01 AsamKImplement multi-account mode for jsonRpc command
2023-09-01 AsamKAdd --receive-mode parameter to jsonRpc command
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 AsamKUse console charset for reading/writing to stdin/out
2021-11-14 AsamKClean up base package
2021-11-10 AsamKImplement socket/tcp for daemon command
2021-11-08 AsamKFix missing bracket
2021-11-08 AsamKMove Writer creation out of WriterImpls
2021-11-07 AsamKExtract SignalJsonRpcDispatcherHandler
2021-10-22 AsamKMove receive thread handling to manager
2021-10-21 AsamKSplit receiveMessages method
2021-10-21 AsamKAdd setIgnoreAttachments method
2021-09-30 AsamKRemove workaround for getBoolean from JsonRpcLocalCommand
2021-09-04 AsamKOnly handle jsonRpc requests, after receive thread...
2021-08-23 AsamKHandle queued actions also when thread is interrupted
2021-08-20 AsamKRefactor command creation
2021-08-10 AsamKfix
2021-08-10 AsamKImplement jsonRpc command