]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/commands
Fix default value for phone number sharing mode
[signal-cli] / src / main / java / org / asamk / signal / commands /
2022-08-28 AsamKDisallow sending an empty message
2022-08-28 AsamKRemove fallback to reading stdin if no message body...
2022-08-28 AsamKMove identity store to database
2022-06-12 AsamKMake version command work on the command line
2022-06-07 AsamKUpdate register error message
2022-06-06 AsamKReformat
2022-06-04 KevinAdded base64 encoded attachment support (#966)
2022-05-29 AsamKSplit given/family name in updateContact command
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
2022-05-26 AsamKUpdate dbus-java
2022-05-26 AsamKFix inspection issues
2022-05-25 AsamKImplement sending link previews
2022-05-24 AsamKRename main/master device to primary device
2022-05-23 AsamKUpdate code style for text blocks
2022-05-22 AsamKPrint more detailed error message when registering...
2022-05-21 AsamKAdd mobile-coin-address to updateProfile command
2022-05-21 AsamKDecrypt and verify the profile payment address
2022-05-21 AsamKRefactor manager update profile method
2022-05-21 AsamKImplement sendPayment notification command
2022-05-20 AsamKExtend listContacts command with profiles and filtering
2022-05-18 AsamKRefactor set blocked methods to accept multiple recipie...
2022-05-17 AsamKInclude unrestricted unidentified access state in getUs...
2022-05-16 AsamKAdded new parameter to filter the output of listGroups...
2022-05-16 AsamKAdd command to delete local account data
2022-04-09 AsamKAdd support for banning/unbanning group members
2022-03-02 AsamKMark --target-timestamp flag as required for sendReceip...
2022-02-20 AsamKAdd --message-from-stdin flag for send command
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-06 AsamKCleanup manager package
2022-02-01 AsamKImprove JSON-RPC subscribeReceive method with subscript...
2022-01-29 AsamKAdd more informative thread names
2022-01-23 AsamKImprove error handling of getUserStatus command for...
2022-01-22 AsamKMake deviceId an int
2022-01-03 AsamKAdd sticker pack url to list output
2022-01-03 AsamKImplement listStickerPacks command
2022-01-03 AsamKAdd support for sending stickers
2021-12-31 AsamKExtract AccountHelper
2021-12-30 AsamKAdd UnregisteredRecipientException
2021-12-22 AsamKReturn unknown version if project version is not available
2021-12-20 AsamKUse Duration for timeout
2021-12-11 AsamKReplace collect(Collectors.toList()) with toList()
2021-12-11 AsamKHandle send failures as non fatal and return detailed...
2021-12-06 AsamKPrint uuid in listIdentities command if number unknown
2021-12-06 AsamKConvert RecipientAddress to record
2021-12-05 AsamKAdd debug log when reading message from stdin
2021-11-26 AsamKAdd removeContact command
2021-11-21 AsamKImplement sending message quotes
2021-11-19 AsamKOnly store recipient if there were changes
2021-11-14 AsamKClean up base package
2021-11-14 AsamKMake send behavior more deterministic if there are...
2021-11-13 AsamKImplement sending mentions
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-08 AsamKFix missing bracket
2021-11-08 AsamKExtract JsonRpcNamespace
2021-11-08 AsamKMove Writer creation out of WriterImpls
2021-11-07 AsamKExtract SignalJsonRpcDispatcherHandler
2021-11-07 John FreedImplement configuration properties for dbus
2021-11-07 AsamKImplement getConfiguration method in Manager
2021-11-06 AsamKRefactor ReceiveCommand in dbus mode and remove Extende...
2021-11-06 AsamKRemove libsignal-service from manager lib API
2021-11-06 AsamKRefactor receive api
2021-10-31 AsamKHandle UnauthenticatedResponseException internally
2021-10-31 AsamKAdd InactiveGroupLinkException
2021-10-31 AsamKAdd InvalidDeviceLinkException exception
2021-10-31 AsamKAdd Pair record
2021-10-31 AsamKUse java.util.Optional in Manager interface
2021-10-31 AsamKAdd new dbus message received signals with extendable...
2021-10-30 AsamKRefactor dbus receive message handler
2021-10-27 AsamKUse record classes
2021-10-27 AsamKUse Java 17
2021-10-24 AsamKAdapt behavior of receive command as dbus client to...
2021-10-22 AsamKMove receive thread handling to manager
2021-10-21 AsamKSplit receiveMessages method
2021-10-21 AsamKFix comment
2021-10-21 AsamKAdd setIgnoreAttachments method
2021-10-12 AsamKRestrict blocking of group to master device
2021-10-09 AsamKImplement new dbus group interface
2021-10-02 AsamKRefactor dbus linked devices interface
2021-09-30 AsamKImplement configuration handling
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-10 AsamKFix plain text output for getUserStatus command
2021-09-09 AsamKAdd submitRateLimitChallenge command
2021-09-08 AsamKPrint stack trace of exception causes in verbose mode
2021-09-05 AsamKAdd possibility to update the device name
2021-09-04 AsamKOnly handle jsonRpc requests, after receive thread...
2021-08-29 AsamKUpdate libsignal-service-java
next