]> nmode's Git Repositories - signal-cli/history - src
Add dependencyResolutionManagement
[signal-cli] / src /
2023-01-27 AsamKPrint text styles in plain text output
2022-12-30 AsamKAllow JSON-RPC commands without account param if only...
2022-11-24 ced-bFix handling of attachments in JSON RPC (#1109)
2022-11-22 ced-bAdd alive check (#1107)
2022-11-14 AsamKAllow using data URIs for updateGroup/updateProfile...
2022-11-03 AsamKAdd missing check to httpAddres
2022-11-02 AsamKAdd http endpoint events with SSE
2022-11-02 AsamKAdd check for exact path match
2022-11-02 AsamKFix length for empty response to prevent chunked stream
2022-11-02 AsamKExtract http endpoint handler function
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 AsamKRefactor JsonRpcReader to for handling a single message
2022-11-01 AsamKExtract JSON-RPC command handler
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-30 AsamKAdd option to disable adding message to send log
2022-10-29 AsamKAdd account to plain text output
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-10-06 technillogueBump user agent version
2022-10-06 ETLUpdate user agent (#1023)
2022-09-18 AsamKAdd sendPaymentNotification dbus method
2022-09-17 AsamKUpdate libsignal-service-java
2022-09-04 AsamKAdd --scrub-log flag to remove possibly sensitive infor...
2022-09-02 AsamKUpdate dependencies
2022-08-28 AsamKDisallow sending an empty message
2022-08-28 AsamKRemove fallback to reading stdin if no message body...
2022-08-28 AsamKChange meaning of -v flag from --version to --verbose
2022-08-28 AsamKMove identity store to database
2022-08-09 AsamKImplement receive handling for story messages
2022-07-27 AsamKWorkaround possible GraalVM issue
2022-07-27 AsamKWorkaround possible GraalVM issue
2022-06-18 AsamKImprove output for profile key update messages
2022-06-12 AsamKAllow registering new accounts on both live and staging...
2022-06-12 AsamKMake version command work on the command line
2022-06-08 AsamKUnsubscribe receive if jsonRpcSender channel is closed
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 AsamKSplit contact name field in given name and family name
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 AsamKStore profile sharing enabled for contacts
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-05-14 AsamKUpdate libsignal-service-java
2022-04-09 AsamKAdd support for banning/unbanning group members
2022-04-06 AsamKOutput RATE_LIMIT_FAILURE type more reliably in json...
2022-04-06 AsamKFix check if there was a send error when creating a...
2022-03-29 AsamKUpdate libsignal-service-java
2022-03-27 AsamKFix plain text output of blocked group ids
2022-03-17 AsamKUpdate libsignal-service-java
2022-03-16 AsamKUpdate libsignal-service-java
2022-03-16 AsamKFix NoSuchElementException in json serialization for...
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 AsamKRename error field in json receive response to exception
2022-02-19 AsamKPrevent a stale jsonrpc connection from interfering...
2022-02-13 AsamKImprove error messages when daemon is already running
2022-02-12 AsamKImplement basic listAccounts for dbus client mode
2022-02-11 AsamKReexport dbus objects when self number changes
2022-02-11 AsamKStore account list in accounts.json file
2022-02-11 AsamKAdd SignalAccountFiles as a central entry point
2022-02-11 AsamKFix type of device id to Integer
2022-02-06 AsamKAlign receive timeout behavior for dbus client with...
2022-02-06 AsamKCleanup manager package
2022-02-01 AsamKImprove JSON-RPC subscribeReceive method with subscript...
2022-01-29 AsamKRefactor JsonMessageEnvelope to remove unnecessary...
2022-01-29 AsamKAdd more informative thread names
2022-01-29 AsamKAdd --log-file parameter to write logs to separate...
2022-01-23 AsamKImprove error handling of getUserStatus command for...
2022-01-22 AsamKMake deviceId an int
2022-01-16 AsamKUpdate year
2022-01-05 AsamKRename sandbox to staging environment
2022-01-03 AsamKAdd sticker pack url to list output
2022-01-03 AsamKChange stickerId to hex everywhere
next