]> nmode's Git Repositories - signal-cli/history - lib/src/main/java/org/asamk/signal/manager/internal/ManagerImpl.java
Add support for sending view once messages
[signal-cli] / lib / src / main / java / org / asamk / signal / manager / internal / ManagerImpl.java
2025-07-14 AsamKAdd support for sending view once messages
2025-07-12 AsamKHandle rate limit exception correctly when querying...
2025-06-08 AsamKImprove behavior when pin data doesn't exist on the...
2025-06-03 AsamKEnsure messages are created with a unique timestamp
2025-03-16 AsamKUpdate libsignal-service
2025-01-23 AsamKExtend updateContact command with nick given/family...
2024-12-26 AsamKImprove splitting of long message bodies
2024-11-29 AsamKAdd support for using PNI as recipient
2024-11-23 AsamKReformat files
2024-09-29 AsamKUpload text attachment also if there no other attachments
2024-09-29 AsamKRefactor attachment upload
2024-09-29 AsamKAdd constant for MAX_MESSAGE_BODY_SIZE
2024-09-24 AsamKRemove unnecessary proto conversion
2024-09-08 AsamKImprove addDevice error message
2024-09-08 AsamKSend sync message for read/viewed receipt messages
2024-07-25 AsamKUse UploadSpec for attachment uploads
2024-06-26 AsamKUpdate libsignal-service
2024-06-06 AsamKUpdate groups when using listGroups command
2024-05-24 AsamKImprove username update error message
2024-05-17 AsamKHandle all possible identifiers of a RecipientAddress
2024-04-19 AsamKImplement dbus support for listIdentities
2024-04-17 AsamKStore profile phone number sharing mode and discoverabl...
2024-03-27 AsamKUpdate libsignal-service-java
2024-03-22 AsamKExtend getUserStatus command for usernames
2024-02-27 AsamKFix typo
2024-02-27 AsamKOnly retry messages after identity was trusted
2024-02-26 AsamKImprove error message if captcha is rejected by server
2024-02-25 AsamKRemoving linked devices only works on the primary device
2024-02-22 AsamKAllow setting a username with explicit descriminator
2024-02-20 AsamKShow information when requesting voice verification...
2024-02-18 AsamKAdd sendMessageRequestResponse command
2024-02-18 AsamKAdd parameter to configure phone number privacy
2024-02-09 AsamKAdd command to retrieve avatars and stickers
2024-01-28 AsamKAdd CDSI recipients refresh job
2024-01-28 AsamKFix storage sync issues
2024-01-28 AsamKImplement remote storage sync
2024-01-13 AsamKAdd --unrestricted-unidentified-sender to updateAccount...
2024-01-12 AsamKAdd --notify-self parmeter
2023-12-15 AsamKFix inspection issues
2023-11-21 AsamKImplement username links
2023-11-12 AsamKMake JobExecutor execute jobs asynchronously
2023-11-11 AsamKCheck whoAmI after regular CDSI sync
2023-11-11 AsamKAdd --hide parameter to removeContact command
2023-11-10 AsamKReorder static final modifier
2023-11-09 AsamKUse improved shutdown for receive command
2023-11-09 AsamKUse a single PushServiceSocket
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-16 AsamKDo a full recipients refresh every day
2023-10-15 AsamKImprove handling of CDSI resource exhaustion
2023-10-14 AsamKImplement change phone number
2023-10-10 AsamKAdd --quote-attachment paramter to send command
2023-09-30 AsamKConvert classes to records
2023-08-26 AsamKImprove identites listing
2023-08-21 AsamKShow better error message when using addDevice on a...
2023-08-20 AsamKAdd addStickerPack command
2023-08-06 AsamKUpdate libsignal-service
2023-06-23 AsamKUpdate libsignal-service-java
2023-06-18 AsamKRefactor ACI/PNI store handling
2023-06-03 AsamKRefactor trust command implementation
2023-05-23 AsamKRefactor addDeviceLink method
2023-05-23 AsamKRefactor manager lib package structure