]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/jsonrpc
Document creating and sending to usernames
[signal-cli] / src / main / java / org / asamk / signal / jsonrpc /
2023-12-15 AsamKFix inspection issues
2023-11-10 AsamKRefactor DaemonCommand
2023-11-10 AsamKReorder static final modifier
2023-11-05 AsamKHandle rate limit error in JSON-RPC mode
2023-10-24 AsamKUse new threads API
2023-10-24 AsamKUse pattern matching switch cases
2023-10-17 AsamKUse .isEmpty() for checking lists and strings
2023-10-05 AsamKExecute JSON-RPC requests in parallel
2023-09-23 AsamKFix batch response in case of empty responses list
2023-08-26 AsamKFix output format of jsonrpc receive notification
2023-08-10 AsamKAdapt receive subscription notification to have payload...
2022-12-30 AsamKAllow JSON-RPC commands without account param if only...
2022-11-02 ced-bExposing Signal CLI as HTTP Server (#1078)
2022-11-01 AsamKRefactor JsonRpcReader to for handling a single message
2022-11-01 AsamKExtract JSON-RPC command handler
2022-06-08 AsamKUnsubscribe receive if jsonRpcSender channel is closed
2022-02-01 AsamKImprove JSON-RPC subscribeReceive method with subscript...
2021-12-22 AsamKAdd workaround for jsonrpc clients that send null params
2021-12-11 AsamKReplace collect(Collectors.toList()) with toList()
2021-12-05 AsamKImprove error message when an account is already in use
2021-11-14 AsamKReturn json response if available in error data field
2021-11-14 AsamKClean up base package
2021-11-12 AsamKImplement unregister command for jsonrpc and dbus daemon
2021-11-11 AsamKImplement startLink and finishLink for jsonrpc daemon
2021-11-11 AsamKImplement register and verify commands for json rpc
2021-11-11 AsamKAdd MultiAccountManager
2021-11-10 AsamKAdd listAccounts command
2021-11-10 AsamKAdd JsonRpcMultiCommand
2021-11-10 AsamKRename JsonRpcCommand class
2021-11-10 AsamKImplement socket/tcp for daemon command
2021-11-09 AsamKRename jsonrpc bulk to batch message
2021-11-08 AsamKExtend logging in JsonRpcReader
2021-11-07 AsamKExtract SignalJsonRpcDispatcherHandler
2021-10-27 AsamKUse Java 17
2021-08-20 AsamKLog a debug message when dropping json rpc response...
2021-08-10 AsamKImplement jsonRpc command