]> nmode's Git Repositories - signal-cli/history - lib/src/main/java/org/asamk/signal/manager/helper/SendHelper.java
Update gradle
[signal-cli] / lib / src / main / java / org / asamk / signal / manager / helper / SendHelper.java
2024-11-23 AsamKReformat files
2024-10-26 AsamKImplement message expiration timer version
2024-08-20 AsamKUpdate libsignal-service
2024-08-20 AsamKFix sending to groups with non sender key capable members
2024-07-25 AsamKUpdate libsignal-service
2024-06-06 AsamKUpdate groups when using listGroups command
2024-03-07 AsamKUpdate libsignal-service
2024-02-18 AsamKInclud pni signatures if necessary
2024-01-28 AsamKStore profile sharing for group v2
2024-01-12 AsamKAdd --notify-self parmeter
2023-12-15 AsamKFix inspection issues
2023-11-21 AsamKImprove source serviceId handling
2023-11-11 AsamKAdd --hide parameter to removeContact command
2023-11-11 AsamKConvert Contact to record
2023-11-10 AsamKReorder static final modifier
2023-10-17 AsamKUse .isEmpty() for checking lists and strings
2023-09-23 AsamKUpdate libsignal-service
2023-08-20 AsamKAdd addStickerPack command
2023-08-06 AsamKUpdate libsignal-service
2023-05-23 AsamKFallback to legacy send if group send fails due to...
2023-05-23 AsamKRefactor manager lib package structure
2023-05-11 AsamKImplement editing of previous messages
2023-05-11 AsamKUpdate libsignal-service-java
2023-04-16 AsamKUpdate libsignal-service-java
2023-04-05 AsamKReduce use of unknown serviceIds
2023-03-03 AsamKAdd verbose exception log for send error
2022-10-16 AsamKHandle PniChangeNumber
2022-09-02 AsamKUpdate dependencies
2022-08-28 AsamKKey tables on serviceId instead of recipientId
2022-08-03 AsamKUpdate libsignal-service-java
2022-07-16 AsamKUpdate libsignal-service-java
2022-07-16 AsamKUse toList() Stream method
2022-06-09 AsamKRefactor identity key store
2022-05-26 AsamKRefactor SendReceiptAction to take type argument
2022-05-23 AsamKReduce direct use of recipient store
2022-05-20 AsamKExtend listContacts command with profiles and filtering
2022-05-18 AsamKRotate profile key after blocking a contact/group
2022-05-18 AsamKStore profile sharing enabled for contacts
2022-05-14 AsamKExtract getSelfProfile method
2022-05-14 AsamKUpdate libsignal-service-java
2022-04-06 AsamKFix output of rate limit exception
2022-03-29 AsamKUpdate libsignal-service-java
2022-03-17 AsamKUpdate libsignal-service-java
2022-03-16 AsamKUpdate libsignal-service-java
2022-02-12 AsamKImprove decryption error logging
2022-01-28 AsamKImplement MessageSendLog for resending after encryption...
2022-01-16 AsamKFix debug message
2022-01-15 AsamKLog the time it takes to send a group message
2021-12-30 AsamKRefactor Context to create helpers lazily
2021-12-30 AsamKAdd UnregisteredRecipientException
2021-12-26 AsamKParalellize profile fetching
2021-12-25 AsamKDisable unidentified access for recipient if it fails...
2021-12-20 AsamKSend typing messages with sender keys
2021-12-20 AsamKImplementing sending group messages with sender keys
2021-12-11 AsamKReplace collect(Collectors.toList()) with toList()
2021-11-14 AsamKMake send behavior more deterministic if there are...
2021-11-06 AsamKRefactor receive api
2021-10-09 AsamKImplement new dbus group interface
2021-09-12 AsamKRequest message resend if incoming message can't be...
2021-09-10 AsamKConvert RateLimitException to a network failure send...
2021-09-09 AsamKCatch ProofRequiredException from getPreKeys request...
2021-09-04 AsamKUse EMPTY send event listeners
2021-09-03 AsamKUpdate libsignal-service-java
2021-08-29 AsamKUpdate libsignal-service-java
2021-08-26 AsamKExtract ContactHelper and IncomingMessageHandler
2021-08-26 AsamKPrevent non-admins from sending to announcement groups
2021-08-25 AsamKAdd RecipientIdentifier as external Manager interface
2021-08-21 AsamKRefactor message sending