]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/commands
Resolve self address after setting new PNI
[signal-cli] / src / main / java / org / asamk / signal / commands /
2023-10-14 AsamKImplement change phone number
2023-10-13 AsamKImplement exit code for rate limiting error
2023-10-10 AsamKAdd --quote-attachment paramter to send command
2023-10-04 AsamKOnly output username if set
2023-09-01 AsamKImplement multi-account mode for jsonRpc command
2023-09-01 AsamKAdd --receive-mode parameter to jsonRpc command
2023-08-21 AsamKShow better error message when using addDevice on a...
2023-08-20 AsamKAdd addStickerPack command
2023-06-17 AsamKFix json deserialization for request params
2023-06-05 AsamKReformat code
2023-06-03 AsamKRefactor trust command implementation
2023-06-02 AsamKExtract dbus client command handling
2023-05-23 AsamKRefactor addDeviceLink method
2023-05-23 AsamKRefactor manager lib package structure
2023-05-21 AsamKBetter logging for registration failure
2023-05-20 AsamKRefactor selfNumber in send command
2023-05-20 AsamKImplement textStyles for sending and receiving
2023-05-11 AsamKImplement editing of previous messages
2023-04-16 AsamKUpdate libsignal-service-java
2023-04-03 AsamKImplement support for usernames
2023-04-01 AsamKUpdate libsignal-service-java
2022-11-24 ced-bFix handling of attachments in JSON RPC (#1109)
2022-11-14 AsamKAllow using data URIs for updateGroup/updateProfile...
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-11-01 AsamKSmall improvements
2022-11-01 ced-bAdd command to get an attachment (#1080)
2022-11-01 AsamKImprove behavior with synchronous and asynchronous...
2022-10-31 AsamKImplement receive command for JSON-RPC mode
2022-10-31 AsamKAdd optional message limit for receive command
2022-10-30 AsamKImplement replying to stories
2022-10-30 AsamKImplement reacting to stories
2022-10-28 AsamKAdd color to listContacts output
2022-10-19 AsamKAdd --ignore-stories flag to prevent receiving story...
2022-10-08 AsamKRefactor RecipientAddress
2022-10-07 AsamKImprove error message when joining a group with already...
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
next